上一篇 下一篇 分享链接 返回 返回顶部

宝塔面板移除登陆后台需要绑定手机、和跳过绑定手机号的方法

发布人:小李 发布时间:2021-08-09 04:52 阅读量:4064

宝塔面板绑定手机和移除方法:

方法一:SSH中运行如下代码

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

方法二:SSH中运行如下代码

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

方法三:在显示强制绑定时,直接在网页地址栏里换别的页面连接,即可跳过,如下,进入软件管理: http://你的IP:8888/soft 方法

四:换装老版宝塔5.9.2 Centos安装命令:

yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh

Ubuntu/Deepin安装命令:

wget -O install.sh http://download.bt.cn/install/install-ubuntu.sh && sudo bash install.sh

Debian安装命令: wget -O install.sh http://download.bt.cn/install/install-ubuntu.sh && bash install.sh

Fedora安装命令: wget -O install.sh http://download.bt.cn/install/install.sh && bash install.sh

更新命令(仅限3.x – 5.x以上版本使用!不支持2.X,6.X面板!): wget -O update.sh http://download.bt.cn/install/update.sh && sh update.sh 宝塔Linux面板 v7.5.1 破解企业版免费无限制 Centos/Debian升级命令:

wget -O /home/update7.sh http://download.hostcli.com/install/update7.sh && bash /home/update7.sh

Centos安装命令: yum install -y wget && wget -O install.sh http://download.hostcli.com/install/install_6.0.sh && sh install.sh

Debian安装命令: wget -O install.sh https://download.baotas.tech/install/install-ubuntu_6.0.sh && bash install.sh

如需还原官方版本,在SSH窗口执行下列命令:

curl http://download.bt.cn/install/update6.sh|bash.

原文出自[ 资源部落 ] 转载请保留原文链接: https://www.zyhot.com/article/10593.html

目录结构
全文
关于Centos官网停止维护导致源失效解决方案
重大通知!用户您好,以下内容请务必知晓!

由于CentOS官方已全面停止维护CentOS Linux项目,公告指出 CentOS 7和8在2024年6月30日停止技术服务支持,详情见CentOS官方公告。
导致CentOS系统源已全面失效,比如安装宝塔等等会出现网络不可达等报错,解决方案是更换系统源。
输入以下命令:

centos_7换源脚本


  • curl --insecure -sSL -o centos_7.sh https://down.baota.me/project/mirror_sources/script/centos_7.sh && bash centos_7.sh

centos_8换源脚本

  • curl --insecure -sSL -o centos_8.sh https://down.baota.me/project/mirror_sources/script/centos_8.sh && bash centos_8.sh

如需了解更多信息,请访问: 查看CentOS官方公告

 

1本站机器注意合规使用,由于收到违规投诉被机房直接删机的不退款,重要数据自
己做好异地备份
2业务调整,除活动产品,其他产品支持24小时内退款原支付,使用超过24小时非
机器问题今后将不支持退款
3关于存在平台的余额问题,充值余额后拒绝提现
.4 关于用户账号退款次数问题,普通用户一个月最多退款两次,超过次数默认退回
余额不可提现,代理用户默认无限次退款,但不能原路返回,只能退回平台余额


查看详情 关闭
网站通知