寶塔服務(wù)器面板,一鍵全能部署及管理,送你10850元禮包,點我領(lǐng)取 https://www.bt.cn/?invite_code=M190aXlra28=
linux安裝
萬能安裝腳本
if [ -f /usr/bin/curl ];then curl -sSO https://download.bt.cn/install/install_panel.sh;else wget -O install_panel.sh https://download.bt.cn/install/install_panel.sh;fi;bash install_panel.sh ed8484becCentos安裝腳本
yum install -y wget && wget -O install.sh https://download.bt.cn/install/install_6.0.sh && sh install.sh ed8484becUbuntu/Deepin安裝腳本
wget -O install.sh https://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh ed8484becDebian安裝腳本
wget -O install.sh https://download.bt.cn/install/install-ubuntu_6.0.sh && bash install.sh ed8484bec國產(chǎn)龍芯架構(gòu)安裝腳本(其他CPU請勿使用)
wget -O install_panel.sh https://download.bt.cn/install/0/loongarch64/loongarch64_install_panel.sh && bash install_panel.sh ed8484bec
windows安裝
點擊下載 https://download.bt.cn/win/panel/BtSoft.zip
管理寶塔
卸載/etc/init.d/bt stop && chkconfig --del bt && rm -f /etc/init.d/bt && rm -rf /www/server/panel堡塔命令行工具箱 (僅限6.x以上版本的面板,5.x以下版本請點擊右側(cè)目錄 - 舊版本管理寶塔)
bt重啟面板
bt 1停止面板
bt 2啟動面板
bt 3重載面板
bt 4修改面板密碼 (交互式,執(zhí)行命令后回車輸入新的面板密碼即可,推薦密碼規(guī)則:大小寫字母,數(shù)字,特殊符號)
bt 5修改面板用戶名 (交互式,執(zhí)行命令后回車輸入新的面板用戶名即可,推薦用戶名規(guī)則:大小寫字母,數(shù)字,特殊符號)
bt 6修改數(shù)據(jù)庫密碼
bt 7修改面板使用端口
bt 8清除面板緩存
bt 9清除面板登錄限制
bt 10取消域名綁定限制
bt 12取消IP訪問限制
bt 13查看面板默認(rèn)登錄信息
bt 14清理系統(tǒng)垃圾
bt 15修復(fù)面板
bt 16設(shè)置日志切割是否壓縮 (默認(rèn)開啟,執(zhí)行第一次bt 17是關(guān)閉日志壓縮,再執(zhí)行一次是開啟日志壓縮)
bt 17設(shè)置是否自動備份面板 (默認(rèn)開啟,執(zhí)行第一次bt 18是關(guān)閉面板自動備份,再執(zhí)行一次是開啟面板自動備份)
bt 18顯示面板錯誤日志
bt 22關(guān)閉BasicAuth認(rèn)證
bt 23關(guān)閉動態(tài)口令認(rèn)證
bt 24設(shè)置是否保存文件歷史副本 (默認(rèn)開啟,執(zhí)行第一次bt 25是關(guān)閉文件副本功能,再執(zhí)行一次是開啟文件副本功能)
bt 25關(guān)閉面板靜態(tài)文件加速
rm -rf /www/server/panel/plugin/static_cdn/ && bt restart
開啟面板離線模式
echo "True" >/www/server/panel/data/not_network.pl
關(guān)閉面板離線模式
rm -rf /www/server/panel/data/not_network.pl && bt restart