Webmin is a web-based interface for system administration for Linux-based servers.
Step 1: Login to putty.
Step 2: Update the system.
# yum update
Step 3: Download and install the RPM version of Webmin.
# wget http://prdownloads.sourceforge.net/webadmin/webmin-1.831-1.noarch.rpm
[to download the package you can use wget
.]
Step 4: In order to proceed with the installation, you need to make sure that all dependencies are installed.
# yum -y install perl perl-Net-SSLeay openssl perl-IO-Tty
Step 5: Once the dependencies are installed, you can install Webmin using the following command:
# rpm -U webmin-1.831-1.noarch.rpm
Accessing Webmin
Step 6: To access Webmin, open your favorite web browser, enter a HTTPS
protocol, now enter your server IP address and use 10000 as a port number.
https://YOUR-IP-ADDRESS:10000