CentOS8 cockpit管理
系统3年前 (2020-01-30)
Cockpit是基于Web的服务器管理工具,系统管理员可以通过该工具监控和管理服务器,还可用于管理容器、虚拟机中的网络和存储,以及检查系统和应用的日志
开启
systemctl enable --now cockpit.socket systemctl list-unit-files|grep cockpit
systemctl start cockpit.service systemctl status cockpit.service
netstat -luntp | grep 9090
https://ip:9090
本站所有文章均可随意转载,转载时请保留原文链接及作者。