Rock9安装cockpit

安装 WebConsole

dnf install -y \
  cockpit \
  cockpit-machines \
  cockpit-pcp

开启服务

systemctl enable --now cockpit.socket
systemctl status cockpit.socket

如果防火墙是开启状态,需要放行

firewall-cmd --add-service=cockpit --permanent

firewall-cmd --reload

从 Web 界面访问 https://10.244.244.201:9090

image-20230213021611895.png