Installing Webmin on RHEL/CentOS

First step: Adding the repo
echo
-e "[Webmin]\nname=Webmin Distribution Neutral\nbaseurl=http://download.webmin.com/download/yum\nenabled=1" > /etc/yum.repos.d/webmin.repo

Second step: Adding the key of the repo
rpm --import http://www.webmin.com/jcameron-key.asc

Third step: Installing the application using YellowDog Update Manager
yum install webmin

You may now login your webmin by pointing your browser to the IP of your server on port 10000.  i.e. http://192.168.1.10:10000
  • 0 användare blev hjälpta av detta svar
Hjälpte svaret dig?

Relaterade artiklar

Installing Webmin on Ubuntu

First step: Installing the dependenciesapt-get install perl libnet-ssleay-perl openssl...