Webmain Control Panel is an open source web based system configuration application for linux system administration, with the help of this control panel we can manage system configuration such as settings up User accounts, disk quotas etc and service configurations like Apache, DNS, PHP and MySQL.
Webmin control panel is based on Perl module and it uses TCP port 10000 with OpenSSL library for communication via browser
Lets follows the steps to Install Webmin
- Install Packages
# yum -y install perl-Net-SSLeay
# yum -y install http://download.webmin.com/download/yum/webmin-1.740-1.noarch.rpm
you need to add the server IP address you allow to access the webmin control panel,
# vi /etc/webmin/miniserv.conf
allow=IP_ADDRESS/24 (add IP address you allow to access )
- Restart Webmin
# /etc/rc.d/init.d/webmin restart
Stopping Webmin server in /usr/libexec/webmin
Starting Webmin server in /usr/libexec/webmin
Pre-loaded Web
- Access Webmin
You can access webmin with default port following link: https://YOUR_SERVER_IP:10000
- Access Webmin
You can access webmin with default port following link: https://YOUR_SERVER_IP:10000