centos7-cockpit

yum install cockpit* -y
systemctl start cockpit.service
systemctl enable cockpit.service
修改默认端口9090
vim /usr/lib/systemd/system/cockpit.socket
web访问
https://ip:9090
原文地址:https://www.cnblogs.com/kylingx/p/12040424.html