安装前请关闭宝塔网页 防止错误
如果使用失败,请恢复成免费版 代码为
- wget -O update.sh http://download.bt.cn/install/update.sh && bash update.sh free
1、安装面板免费版
安装命令
2、升级专业版
- yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh
3、找到路径/www/server/panel/class 找到文件名或者直接搜索:common.py
- wget -O update.sh http://download.bt.cn/install/update_pro.sh && bash update.sh pro
搜索代码164行
将data = panelAuth().get_order_status(None);
替换下面
data = {
'status' : True,
'msg' : {'endtime' : 32503651199 }
}
PS:切记 第一行一定要跟原先的对其(空格不要删)否则面板重启打不开 只能从新恢复
4、完成后,进入 /www/server/panel/data 新建一个文件 文件名为:userInfo.json 内容空的,如果存在这个文件的删掉重新新建文件。
5、最后输入命令 /etc/init.d/bt restart 重启宝塔