Ubuntu Server 21.04 Install Cockpit
Posted CIAS
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu Server 21.04 Install Cockpit相关的知识,希望对你有一定的参考价值。
前言
Cockpit是一个基于 Web 的服务器图形界面,适用于所有人,尤其是以下人群:
- Linux 新手(包括 Windows 管理员)
- 熟悉Linux并且想要一种简单的图形方式来管理服务器
- 专家管理员主要使用其他工具但希望了解单个系统的人
由于 Cockpit 有意使用系统 API 和命令,整个管理员团队可以按照他们喜欢的方式管理系统,包括 Cockpit 旁边的命令行和实用程序。
安装 cockpit
apt install -y cockpit
增加启动配置
-
添加 [Install] 配置单元,即可解决开机无法自启动问题
cat >>/usr/lib/systemd/system/cockpit.service<<EOF
[Install]
WantedBy=multi-user.target
EOF
增加完成的所有启动服务脚本
[Unit]
Description=Cockpit Web Service
Documentation=man:cockpit-ws(8)
Requires=cockpit.socket
Requires=cockpit-wsinstance-http.socket cockpit-wsinstance-http-redirect.socket cockpit-wsinstance-https-factory.socket
After=cockpit-wsinstance-http.socket cockpit-wsinstance-http-redirect.socket cockpit-wsinstance-https-factory.socket
[Service]
RuntimeDirectory=cockpit/tls
# systemd ? 241 sets this automatically
Environment=RUNTIME_DIRECTORY=/run/cockpit/tls
ExecStartPre=/usr/sbin/remotectl certificate --ensure --user=root --group=cockpit-ws --selinux-type=
ExecStart=/usr/lib/cockpit/cockpit-tls
PermissionsStartOnly=true
User=cockpit-ws
Group=cockpit-ws
# add config
[Install]
WantedBy=multi-user.target
启动 cockpit
systemctl daemon-reload && systemctl enable --now cockpit.socket
登陆cockpit系统
- 系统账号 you_ip:9090
进入首页
以上是关于Ubuntu Server 21.04 Install Cockpit的主要内容,如果未能解决你的问题,请参考以下文章
Ubuntu Server 21.04 Install ansible
Ubuntu Server 21.04 Install ansible
Ubuntu Server 21.04 Install ansible
Ubuntu Server 21.04 Install one key Generic mysql 8.0.26