Cockpit 是红帽开发的网页版图像化服务管理工具,是一个交互式 Linux 服务器管理接口,提供web页面来管理cneots8服务器。
Activate the web console with: systemctl enable --now cockpit.socket
Last failed login: Sat Aug 6 07:48:52 EDT 2022 from 192.168.10.1 on ssh:notty
There was 1 failed login attempt since the last successful login.
Last login: Fri Aug 5 03:14:32 2022 from 192.168.10.1
#设置cockpit服务随着开机自启
[root@docker ~]# systemctl enable --now cockpit.socket
Created symlink /etc/systemd/system/sockets.target.wants/cockpit.socket → /usr/lib/systemd/system/cockpit.socket.
#启动cockpit服务
[root@docker ~]# systemctl start cockpit.socket