Install Webmin Control Panel on CentOS 6
Webmin is an open source web based system configuration application for Linux system administration, with the help of this tool we can manage internal system configuration such as setting up user accounts,disk
services configuration like Apache, DNS, PHP, MySQL and more. Webmin applications is based on Perl module and it uses TCP port 10000 with OpenSSL library.
Install webmin
Install required packages
yum -y install perl-Net-SSLeay
yum -y install
then
yum -y install http://download.webmin.com/download/yum/webmin-1.740-1.noarch.rpm
Add IP you allow to access the webmin
vi /etc/webmin/miniserv.conf
add follows to the end (IP you allow to access)
allow=ip_address/24
Restart the webmin
/etc/rc.d/init.d/webmin restart
Access webmin
https://(hostname or IP address):10000
That all!!