This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# btpanel-v7.7.0
btpanel-v7.7.0-backup 官方原版v7.7.0版本面板备份
**Centos/Ubuntu/Debian安装命令 独立运行环境(py3.7):**
```Bash
curl -sSO https://git.xinac.net/github/btpanel-v7.7.0/raw/branch/main/install/install_panel.sh && bash install_panel.sh
```
跳过登录框,以及破解插件等请自行搜索
```bash
#取消强制登录
mv /www/server/panel/data/bind.pl /www/server/panel/data/bind.pl_bak
bt restart
**如果遇到重启后宝塔乱码 请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即可。