宝塔去除登录

退回7.7版本

需要退回低版本,去除登录的方法才有效。

宝塔7.7更新包下载

wget -O /root/LinuxPanel-7.7.0.zip https://xz123.pythonanywhere.com/https://github.com/nima789/DY/raw/file/LinuxPanel-7.7.0.zip

解压

unzip /root/LinuxPanel-7.7.0.zip

执行更新

bash /root/panel/update.sh

去除登录

sed -i "s|if (bind_user == 'REMOVED') {|if (bind_user == 'True') {|g" /www/server/panel/BTPanel/static/js/index.js

rm -f /www/server/panel/data/bind.pl