开始破解:
宝塔5.9.X免费版安装官方安装命令:
yum install -y wget && wget -O install.sh http://128.1.164.196:5880/install/install.sh && sh install.sh
升级专业版
wget -O update.sh http://download.bt.cn/install/update_pro.sh && bash update.sh pro
修改宝塔的py文件
cd /www/server/panel/class
mv common.py common.py.bak
yum install unzip -y
wget -N –no-check-certificate https://www.buyedu.tk/common.zip
unzip common.zip
rm common.zip
cd /www/server/panel/data
touch userInfo.json
echo > userInfo.json
最后输入命令重启宝塔完美
/etc/init.d/bt restart
到此,你的宝塔就完美被破解了,注意下次面板更新时,请不要点击更新。
如果使用失败,请恢复成免费版 代码为
wget -O update.sh http://download.bt.cn/install/update.sh && bash update.sh free
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
暂无评论内容