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
相关推荐
未济5 天前
linux 配置环境变量
linux
傲世仙尊5 天前
目录即文件-Ext文件系统收尾篇
linux·c语言
虎头金猫5 天前
4K 视频总卡在公网带宽?用 N1 + OpenList 把网盘播放链路重新理顺
运维·服务器·网络·python·容器·beautifulsoup·pandas
_艾伦 耶格尔.5 天前
进程间通信
linux
AI职业加油站5 天前
AI智能体应用工程师证书:政策红利下的职业新风口
大数据·运维·人工智能·学习·职场发展
Liuqy-055 天前
Linux IO编程——静态库、动态库
linux
此冬歌咏5 天前
K8s 节点故障实战:优雅驱逐 31 秒,硬故障 331 秒,以及那个永远 Pending 的 Pod
运维·k8s
彧azz5 天前
Linux 环境下 Redis 学习总结:数据类型、持久化、锁、事务、主从与缓存问题
linux·redis·笔记·学习·面试
-梅5 天前
linux(8) 软硬链接
linux·运维·服务器
Wang's Blog5 天前
Java 项目实战: 外卖平台-文件下载与ServletOutputStream回写浏览器
服务器·项目开发