美文网首页
CentOS8系统新特性(3)--Cockpit Web Con

CentOS8系统新特性(3)--Cockpit Web Con

作者: 我是李小胖 | 来源:发表于2020-01-25 15:21 被阅读0次

0x1 Cockpit Web Console

[root@Centos8 ~]# dnf install -y cockpit
[root@Centos8 ~]# dnf install -y cockpit-machines
[root@Centos8 ~]# systemctl start cockpit.socket
[root@Centos8 ~]# systemctl enable --now cockpit.socket
[root@Centos8 ~]# systemctl status cockpit.socket
● cockpit.socket - Cockpit Web Service Socket
   Loaded: loaded (/usr/lib/systemd/system/cockpit.socket; enabled; vendor preset: disabled)
   Active: active (listening) since Sat 2020-01-25 01:20:30 EST; 40min ago
     Docs: man:cockpit-ws(8)
   Listen: [::]:9090 (Stream)
  Process: 5500 ExecStartPost=/bin/ln -snf active.motd /run/cockpit/motd (code=exited, status=0/SUCCESS)
  Process: 5492 ExecStartPost=/usr/share/cockpit/motd/update-motd  localhost (code=exited, status=0/SUCCESS)
    Tasks: 0 (limit: 26213)
   Memory: 976.0K
   CGroup: /system.slice/cockpit.socket

1月 25 01:20:29 Centos8 systemd[1]: Starting Cockpit Web Service Socket.
1月 25 01:20:30 Centos8 systemd[1]: Listening on Cockpit Web Service Socket.

添加防火墙规则

[root@Centos8 ~]# firewall-cmd --add-service=cockpit --permanent
[root@Centos8 ~]# firewall-cmd --reload

浏览器中打开 IP:9090 https://192.168.1.23:9090


浏览器打开
进入控制台
重启或关机

日志


日志
日志种类
按日期
存储管理
存储

网络管理


网络
虚拟机管理
VM
创建VM
账户管理
账户管理
服务管理
服务管理
内核转储
内核转储
Web终端
终端

SELinux


SELinux

相关文章

网友评论

      本文标题:CentOS8系统新特性(3)--Cockpit Web Con

      本文链接:https://www.haomeiwen.com/subject/jperthtx.html