Webmin is a powerful management UI in Linux and is standard for general servers.
Download the Installation File
Wget http://prdownloads.sourceforge.net/webadmin/webmin-1.580.tar.gz
Install SSL first
Yum install OpenSSL
Edit the firewall configuration file and add the red part
VI/etc/sysconfig/iptables
# Firewall configuration written by system-config-Firewall
# Manual customization This File Is Not recommended.
* Filter
: Input accept [ 0 : 0 ]
: Forward accept [ 0 : 0 ]
: Output accept [ 0 : 0 ]
-A input-M state -- State established, related-J accept
-A input-p icmp-J accept
-A input-I lo-J accept
-A input-M state -- state new-m tcp-p tcp -- dport 22 -J accept
-A input-M state -- state new-m tcp-p tcp -- dport 443 -J accept
-A input-M state -- state new-m tcp-p tcp -- dport 10000 -J accept
-A input-J reject -- reject-with ICMP-host-prohibited
-A forward-J reject -- reject-with ICMP-host-prohibited
Commit
Restart Firewall
Service iptables restart
Restart Webmin
Service Webmin restart
In the browser, you can directly access:
Http: // 192.168.1.104: 10000
Enter the username and password at the time of creation to log on successfully.