Article sections
1. Update your system
# yum -y update
2. Download and install the RPM version of Webmin
To download Webmin, please visit the Webmin download page and check for the Webmin RPM package. The RPM package is suitable for any RedHat, Fedora or CentOS system. To download the package you can use wget
.
# wget http://prdownloads.sourceforge.net/webadmin/webmin-1.831-1.noarch.rpm In order to proceed with the installation, you need to make sure that all dependencies are installed on your CentOS VPS. If they are not installed you can install them using the command below:
# yum -y install perl perl-Net-SSLeay openssl perl-IO-Tty
Once the dependencies are installed, you can install Webmin using the following command:
# rpm -U webmin-1.831-1.noarch.rpm
3. Start Webmin and enable it on system boot
To start Webmin, you can use the following command:
# service webmin start
To enable Webmin on system boot use the following command:
# chkconfig webmin on
4. Accessing Webmin
To access Webmin, open your favorite web browser, enter HTTPS
as protocol, enter your server IP address and use 10000
as a port number.
https://YOUR-IP-ADDRESS:10000