You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

612 B

btpanel-v7.7.0

btpanel-v7.7.0-backup 官方原版v7.7.0版本面板备份

Centos/Ubuntu/Debian安装命令 独立运行环境py3.7

curl -sSO https://git.xinac.net/github/btpanel-v7.7.0/raw/branch/main/install/install_panel.sh && bash install_panel.sh

跳过登录框,以及破解插件等请自行搜索

 

如果遇到重启后宝塔乱码 请DD最新版Debian系统然后修改语言区域

localectl set-locale LANG=en_US.UTF-8
nano /etc/default/locale
LANG="en_US.UTF-8"
LC_ALL="en_US.UTF-8"

修改后保存文件重启VPS即可。