Cockpit管理服务器

Cockpit 是一个开源工具,通过Web Console管理Linux服务器。

部署 Cockpit

复制代码
 [root@server ~ 11:05:26]# yum -y install cockpit
 ​
 [root@server ~ 11:30:26]# systemctl enable cockpit.socket --now
 Created symlink from /etc/systemd/system/sockets.target.wants/cockpit.socket to /usr/lib/systemd/system/cockpit.socket.
 ​
 [root@server ~ 11:31:36]# firewall-cmd --add-service=cockpit
 success
 [root@server ~ 11:31:55]# firewall-cmd --add-service=cockpit --permanent 
 success
 ​

使用 Cockpit

登录 Cockpit
复制代码
 #设置域名搜索
 #打开文件hosts 登录D:\Program Files\Notepad++编辑
 10.1.8.10 server.lyk.cloud    
 #打开浏览器,访问Cockpit界面:
 https://server.lyk.cloud:9090/  #要加:9090
相关推荐
橙*^O^*安26 分钟前
Go 语言基础:变量与常量
运维·开发语言·后端·golang·kubernetes
NiKo_W29 分钟前
Linux 文件系统与基础指令
linux·开发语言·指令
阿拉斯加大闸蟹2 小时前
基于RDMA 通信的可负载均衡高性能服务架构
运维·架构·负载均衡
Darkwanderor2 小时前
Linux 的权限详解
linux
2301_780789662 小时前
渗透测试真的能发现系统漏洞吗
服务器·网络·安全·web安全·网络安全
SabreWulf20203 小时前
Ubuntu 20.04手动安装.NET 8 SDK
linux·ubuntu·avalonia·.net8
不是吧这都有重名3 小时前
为什么ubuntu大文件拷贝会先快后慢?
linux·运维·ubuntu
sunshine-sm3 小时前
CentOS Steam 9安装 Redis
linux·运维·服务器·redis·centos
小熊h3 小时前
MySQL集群高可用架构——组复制 (MGR)
linux·数据库·mysql
棒棒的唐4 小时前
armbian平台ubuntu环境下telnet安装及启动,给pantherX2增加一个应急通道
linux·运维·armbian·telnetd