寶塔,讓運(yùn)維簡單高效。面板支持Linux與Windows系統(tǒng)。一鍵配置:LAMP/LNMP、網(wǎng)站、數(shù)據(jù)庫、FTP、SSL,通過Web端輕松管理服務(wù)器。今天考高分網(wǎng)就簡單說一下BT寶塔面板專業(yè)版最新破解教程。
網(wǎng)地址:https://www.bt.cn/
網(wǎng)上的破解版一般分為兩種,一種是直接下載破解版安裝,一種是先下載官方的版本安裝,再進(jìn)行破解。這兩種方法蝦皮路都分享一下。
一、BT面板破解版下載
寶塔面板 7.1.1 安裝命令?New端口:2020
Centos安裝命令:
1 | yum?install?-y?wget?&&?wget?-O?install.sh?https: //download.ccspump.com/ltd/install/install_6.0.sh?&&?sh?install.sh |
試驗(yàn)性Centos/Ubuntu/Debian安裝命令支持ipv6,注意使用root權(quán)限執(zhí)行此命令 (支持Centos8)
1 | curl?-sSO?https: //download.ccspump.com/ltd/install/new_install.sh?&&?bash?new_install.sh |
Ubuntu/Deepin安裝命令:
1 | wget?-O?install.sh?https: //download.ccspump.com/ltd/install/install-ubuntu_6.0.sh?&&?sudo?bash?install.sh |
Debian安裝命令:
1 | wget?-O?install.sh?https: //download.ccspump.com/ltd/install/install-ubuntu_6.0.sh?&&?bash?install.sh |
Fedora安裝命令:
1 | wget?-O?install.sh?https: //download.ccspump.com/ltd/install/install_6.0.sh?&&?bash?install.sh |
Linux面板7.1.1升級命令:
1 | curl?https: //download.ccspump.com/ltd/install/update6.sh|bash |
插件相關(guān)腳本
收費(fèi)Nginx防火墻(面板先安裝在執(zhí)行腳本):
1 | wget?-O?btwaf.sh?https: //download.ccspump.com/install/btwaf.sh?&&?bash?btwaf.sh?install |
免費(fèi)Nginx防火墻(無需面板安裝):
1 | wget?-O?free_btwaf.sh?https: //download.ccspump.com/ltd/install/free_btwaf.sh?&&?bash?free_btwaf.sh?install |
收費(fèi)Apache防火墻(面板先安裝在執(zhí)行腳本):
1 | wget?-O?btwaf_httpd.sh?https: //download.ccspump.com/ltd/install/btwaf_httpd.sh?&&?bash?btwaf_httpd.sh?install |
主機(jī)異常登錄插件腳本
1 | wget?-O?host_login.sh?https: //download.ccspump.com/ltd/install/host_login.sh?&&?bash?host_login.sh?install |
河馬webshell查殺插件腳本
1 | wget?-O?hm_shell_san.sh?https: //download.ccspump.com/ltd/install/hm_shell_san.sh?&&?bash?hm_shell_san.sh?install |
修復(fù)工具
解除拉黑、解鎖文件腳本:
1 | wget?-O?waf.sh?https: //download.ccspump.com/ltd/install/waf.sh?&&?bash?waf.sh |
二、BT面板官方破解
對于很多有比較謹(jǐn)慎的站長,肯定不會選擇第一種方式,生怕有后門怎么辦。因此蝦皮路再介紹第二種方法。
1、先安裝免費(fèi)版再升級成專業(yè)版
注意:安裝前請關(guān)閉寶塔網(wǎng)頁 防止錯誤
安裝寶塔7.3版本
Centos安裝命令:
1 | yum?install?-y?wget?&&?wget?-O?install.sh?http: //download.bt.cn/install/install_6.0.sh?&&?sh?install.sh |
Debian安裝命令:
1 | wget?-O?install.sh?http: //download.bt.cn/install/install-ubuntu_6.0.sh?&&?bash?install.sh |
安裝完成后,再輸入命令升級成專業(yè)版
1 | wget?-O?update.sh?http: //download.bt.cn/install/update_pro.sh?&&?bash?update.sh?pro |
2、直接安裝專業(yè)版
Centos安裝腳本
1 | yum?install?-y?wget?&&?wget?-O?install.sh?http: //download.bt.cn/install/install_pro.sh?&&?sh?install.sh |
3、修改面板代碼
找到文件路徑/www/server/panel/class,找到文件common.py,文件右鍵編輯此文件,搜索代碼第164行
1 | data?=?panelAuth().get_order_status(None) |
替換為
1 | data?=?{? 'status' ?:?True,? 'msg' ?:?{ 'endtime' ?:?32503651199?}?} |
步驟四:新建一個文件,完成最后的步驟
進(jìn)入目錄/www/server/panel/data ,新建一個文件,文件名為:userInfo.json ,內(nèi)容為空
如果已經(jīng)存在這個文件,,刪掉,重新新建文件
最后輸入命令
重啟寶塔,完成破解!
如果失敗的話,可以用命令再次回到免費(fèi)版
1 | wget?-O?update.sh?http: //download.bt.cn/install/update.sh?&&?bash?update.sh?free |