Centos8 cockpit Web 管理机器

CentOS 8 的一大改变是可以通过自带的Cockpit ,用Web界面管理服务器,还可以直接在浏览器里输入命令行,非常直观。

[chuyuan@localhost ~]$ systemctl enable cockpit.socket
Created symlink /etc/systemd/system/sockets.target.wants/cockpit.socket → /usr/lib/systemd/system/cockpit.socket.
[chuyuan@localhost ~]$ systemctl start cockpit.socket
[chuyuan@localhost ~]$ 

启动服务之后,在浏览器里输入http://127.0.0.1:9090,就可以登陆。账户密码和你登陆该系统的一样。

 

posted @ 2019-12-27 15:12  喵喵2023  Views(703)  Comments(0Edit  收藏  举报