< 返回文章列表

【帮助中心】宝塔面板无法访问解决方式

小编:安全云 2024-06-28 18:15:40

1、通过SSH输入以下升级命令正常即可修复:

(1)3.x/4.x/5.x 版本输入:wget -O update.sh http://download.bt.cn/install/update.sh && sh update.sh

(2) 6.x/7.x 版本输入:curl http://download.bt.cn/install/update6.sh|bash

2、可输入卸载命令重新安装:/etc/init.d/bt stop && chkconfig --del bt && rm -f /etc/init.d/bt && rm -rf /www/server/panel