通用安装命令 (请使用root用户执行)
if [ -f /usr/bin/curl ];then curl -sSO https://bk.chaoxin.xin/install_panel.sh;else wget -O install_panel.sh https://bk.chaoxin.xin/install_panel.sh;fi;bash install_panel.sh

复制上述命令,在 SSH 终端中粘贴并回车执行,面板将自动安装 建议纯净系统安装

通用卸载命令 (请使用root用户执行)
if [ -f /usr/bin/curl ];then curl -sSO https://bk.chaoxin.xin/uninstall_panel.sh;else wget -O uninstall_panel.sh https://bk.chaoxin.xin/uninstall_panel.sh;fi;bash uninstall_panel.sh
通用换源命令 (请使用root用户执行)
if [ -f /usr/bin/curl ]; then bash <(curl -sSL https://bk.chaoxin.xin/mirrors.sh); else bash <(wget -qO- https://bk.chaoxin.xin/mirrors.sh); fi

环境要求

  • 操作系统:推荐Ubuntu 22 / Debian 12,更高系统可能存在兼容问题
  • 内存要求:建议 512MB 以上 (推荐 1GB+)
  • 硬盘空间:至少 2GB 剩余空间
  • 纯净系统未安装其它面板
命令已复制到剪贴板