banner
xingli

xingli

猫娘爱好者

Troubleshooting Solutions for Installing Baota Panel

Solutions to Common Problems with Installing Baota Panel#

image

Solution#

LANG=en_US.utf8 Switch the character set of Linux to utf-8

Command to Install Baota#

Baota Panel 7.7.0

curl -sSO https://raw.githubusercontent.com/8838/btpanel-v7.7.0/main/install/install_panel.sh && bash install_panel.sh
 
 1. Block phone number
sed -i "s|bind_user == 'True'|bind_user == 'XXXX'|" /www/server/panel/BTPanel/static/js/index.js
 2. Delete the forced binding phone js file
rm -f /www/server/panel/data/bind.pl
 3. Manually unlock all paid plugins of Baota to never expire
 File path: /www/server/panel/data/plugin.json
 Search string: "endtime": -1, replace all with "endtime": 999999999999
 4. Lock the plugin.json file to prevent automatic repair to the free version
chattr +i /www/server/panel/data/plugin.json
Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.