# Ubuntu 中安装 Cockpit

# 安装

Cockpit 是一个基于 Web 的管理界面,可以在 Ubuntu 上安装。要安装 Cockpit,请在终端中运行以下命令:

. /etc/os-release
sudo apt update
sudo apt install -t ${VERSION_CODENAME}-backports cockpit

Cockpit安装完后自动启动

# 防火墙

sudo firewall-cmd --add-service=cockpit --permanent
sudo firewall-cmd --reload

# 访问

访问 https://ip:9090

Last Updated: 2022/11/16 16:19:15