Centos/Ubuntu/Debian Installation Command#
curl -sSO https://raw.githubusercontent.com/8838/btpanel-v7.7.0/main/install/install_panel.sh && bash install_panel.sh
Backup Installation Link, Suitable for Environments Unable to Access GitHub Servers#
Files are publicly stored at d.moe.ms#
curl -sSO http://d.moe.ms/AAAAA/btpanel-v7.7.0/install/install_panel.sh && bash install_panel.sh
Crack Forced Mobile Binding:#
1. Block Phone Number#
sed -i "s|bind_user == 'True'|bind_user == 'XXXX'|" /www/server/panel/BTPanel/static/js/index.js
2. Delete Forced Mobile Binding JS File#
rm -f /www/server/panel/data/bind.pl
3. If BaoTa login displays garbled characters#
Execute locale command in server ssh to see if it contains LANG="en_US.UTF-8"
If UTF-8 configuration is not included, it needs to be added manually.
vim /etc/default/locale
LANG="en_US"
Change the above content to:
LANG="en_US.UTF-8"`
Reboot the computer to resolve.