How to Install Webmin on CentOS
Install dependencies before we proceed to install webmin [code][root@testbed ~]# yum -y install perl-Net-SSLeay[/code] Download latest rpm package from Webmin's official website [code][root@testbed ~]# http://www.webmin.com/download/rpm/webmin-current.rpm -O /tmp/webmin.rpm[/code] Once it is downloaded, install the RPM using the following command [code][root@testbed ~]# rpm -i /tmp/webmin.rpm[/code] No more steps required. Its installed :) Go to your browser and access the control panel with valid ssh credentials. Default URL is https://your-ip:10000/ (IF you have not changed the default port)