<>
LinuxLinux
寶塔面板無法訪問解決方式
發(fā)布時(shí)間:2022-06-12 12:16       
1、通過SSH輸入以下升級(jí)命令正常即可修復(fù):
(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