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
相关推荐
Larry_Yanan5 分钟前
Qt网络开发之基于 QWebEngine 实现简易内嵌浏览器
linux·开发语言·网络·c++·笔记·qt·学习
AI+程序员在路上42 分钟前
CAN 总线与 Linux SocketCAN C 语言测试程序
linux·c语言·网络
Predestination王瀞潞44 分钟前
4.3.3 存储->微软文件系统标准(微软,自有技术标准):VFAT(Virtual File Allocation Table)虚拟文件分配表系统
linux·microsoft·vfat
HalvmånEver1 小时前
Linux:socket套接字编程的基础概念
linux·运维·服务器
二进制person1 小时前
JavaEE初阶 --网络初识
运维·服务器·网络
IMPYLH2 小时前
Linux 的 cp 命令
linux·运维·服务器
@syh.2 小时前
【linux】多线程
linux
贝锐2 小时前
立航货运携手贝锐向日葵,大型物流园区如何进行远程运维升级
运维·远程
RisunJan2 小时前
Linux命令-man(查看Linux中的指令帮助)
linux·运维·服务器
REDcker2 小时前
CentOS 与主流 Linux 发行版:版本与时间表(年表)
linux·运维·centos