本文摘自 https://linux.cn/article-7164-1.html
https://linux.cn/article-7164-1.html
# yum install cockpit
# systemctl start cockpit
# systemctl enable cockpit.socket
Created symlink from /etc/systemd/system/sockets.target.wants/cockpit.socket to /usr/lib/systemd/system/cockpit.socket.
防火墙
# firewall-cmd --add-service=cockpit --permanent
success
# firewall-cmd --reload
success
Iptables
# iptables -A INPUT -p tcp -m tcp --dport 80 -j ACCEPT
# service iptables save
管理界面
https://ip-address:9090 或 https://server.domain.com:9090