cockpit服务
1. 安装cockpit
yum install cockpit


2. 开启服务
systemctl start cockpit
systemctl status cockpit

3. 防火墙放行
firewall-cmd --add-service=cockpit
firewall-cmd --list-all
firewall-cmd --list-all --permanent
4. 查看端口(9090)
<
本文介绍了如何安装和使用Cockpit服务进行Linux远程管理。通过安装、开启服务、防火墙设置及端口开放,可以在浏览器中通过9090端口访问,用以执行包括修改主机名、添加删除用户、网络配置调整和终端操作等任务。
1. 安装cockpit
yum install cockpit


2. 开启服务
systemctl start cockpit
systemctl status cockpit

3. 防火墙放行
firewall-cmd --add-service=cockpit
firewall-cmd --list-all
firewall-cmd --list-all --permanent
4. 查看端口(9090)
<
906
1344
1858
890

被折叠的 条评论
为什么被折叠?