Linux 管理工具 Cockpit 安装及使用

Posted 小伍

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux 管理工具 Cockpit 安装及使用相关的知识,希望对你有一定的参考价值。

Cockpit 的安装

# RHEL8系统已经默认安装cockpit
yum list|grep cockpit

# 查看cockpit是否已经设置开机启动
systemctl list-unit-files|grep cockpit

# 设置cockpit开机启动
systemctl enable --now cockpit.socket

# 查看cockpit运行状态
systemctl status cockpit.service

# 启动服务
systemctl start cockpit.service

# 查看cockpit运行状态
systemctl status cockpit.service

# 查看cockpit端口9090是否已经监听
netstat -nltp|grep 9090
# 系统防火墙添加放行服务
firewall-cmd --add-service=cockpit --permanent

# 重启防火墙
firewall-cmd --reload

访问:https://IP:9090,要求较高版本的浏览器才能正常使用。本地账户的用户名和密码均可登录。

Cockpit 常用操作

关闭防火墙。

配置网络。

配置网络需要通过localhost访问,否则不生效。

依次点击 网络 - ens160 - IPv4:

地址:手动
192.168.1.3  255.255.255.0  192.168.1.2

关闭SELinux。

以上是关于Linux 管理工具 Cockpit 安装及使用的主要内容,如果未能解决你的问题,请参考以下文章

Linux系统上怎么安装服务器管理软件Cockpit?

如何在 CentOS 8/RHEL 8 上安装和使用 Cockpit

如何在 CentOS 8/RHEL 8 上安装和使用 Cockpit

centos7安装cockpit图形管理界面

Linux下服务器管理软件Cockpit

Ubuntu Server 21.04 Install Cockpit