Centos/Ubuntu/Debian Installation Commands#
curl -sSO https://raw.githubusercontent.com/8838/btpanel-v7.7.0/main/install/install_panel.sh && bash install_panel.sh
Alternative Installation Link for Environments Unable to Access GitHub Servers#
The file is 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. Mask 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 the server's SSH to see if it includes 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 the issue.