Linux服务器运维管理面板

Cockpit(偏系统管理):
https://github.com/cockpit-project/cockpit

# 安装
yum search cockpit
yum install cockpit -y

# 端口配置、用户权限管理相关文件
/usr/lib/systemd/system/cockpit.socket
/etc/pam.d/cockpit
/etc/cockpit/disallowed-users

1Panel(偏应用赋能):
https://github.com/1Panel-dev/1Panel

# 安装
bash -c "$(curl -sSL https://resource.1panel.pro/v2/quick_start.sh)"

# 管理
1pctl --help
------------------------------------------------------------
                        1Panel 控制脚本
------------------------------------------------------------
Usage:
  ./1pctl [COMMAND] [ARGS...]
  ./1pctl --help

Commands:
  status [core|agent]         检查 1Panel 服务状态
  start [core|agent|all]      启动 1Panel 服务
  stop [core|agent|all]       停止 1Panel 服务
  restart [core|agent|all]    重启 1Panel 服务
  uninstall                   卸载 1Panel 服务
  user-info                   获取 1Panel 用户信息
  user-list                   获取 1Panel 用户列表
  listen-ip                   切换 1Panel 监听 IP
  version                     查看 1Panel 版本信息
  update                      更新 1Panel 系统信息
  reset                       重置 1Panel 系统信息
  restore                     恢复 1Panel 服务及数据
------------------------------------------------------------

posted @ 2023-06-12 15:48  wanghongwei-dev  阅读(306)  评论(0)    收藏  举报