wget http://prdownloads.sourceforge.net/webadmin/webmin-1.580-1.noarch.rpm
2.]Then run the command:
rpm -U webmin-1.580-1.noarch.rpm
3.]To log into webmin, type the following in the address bar:
http://localhost:10000/
If accessing it remotely, localhost would be replaced with your server’s IP address or FQDN (domain name). The username will be root, and the password will be the password to the current root password.
Install Webmin Using YUM
1.]This is our preferred method of installing Webmin because of how easy it is to keep it updated.
First create a new file:
vi /etc/yum.repos.d/webmin.repo
2.]containing the following:
[Webmin]
name=Webmin Distribution Neutral
#baseurl=http://download.webmin.com/download/yum
mirrorlist=http://download.webmin.com/download/yum/mirrorlist
enabled=1
3.]Install the GPG key:
rpm –import http://www.webmin.com/jcameron-key.asc
4.]yum install webmin -y
It might take a little longer to install compared to the RPM version, but it is now quite easier to update, just run a quick yum update, and you’ll be set.
5.]To log into webmin, type the following in the address bar:
http://localhost:10000/
If accessing it remotely, localhost would be replaced with your server’s IP address or FQDN (domain name). The username will be root, and the password will be the password to the current root password.