先安装宝塔,如果登陆啥事都没有那最好。如果提示必须要登陆宝塔账户,那么,在 ssh 工具里执行以下命令:
sed -i "s|if (bind_user == 'True') {|if (bind_user == 'REMOVED') {|g" /www/server/panel/BTPanel/static/js/index.js
同理,如果要还原执行以下命令:
sed -i "s|if (bind_user == 'REMOVED') {|if (bind_user == 'True') {|g" /www/server/panel/BTPanel/static/js/index.js