官网
Linux面板8.2.0安装脚本
Centos安装脚本
yum install -y wget && wget -O install.sh https://download.bt.cn/install/install_6.0.sh && sh install.sh ed8484bec
Ubuntu/Deepin安装脚本
wget -O install.sh https://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh ed8484bec
Debian安装脚本
wget -O install.sh https://download.bt.cn/install/install-ubuntu_6.0.sh && bash install.sh ed8484bec
万能安装脚本
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 ed8484bec
国产龙芯架构安装脚本(其他CPU请勿使用)
wget -O install_panel.sh https://download.bt.cn/install/0/loongarch64/loongarch64_install_panel.sh && bash install_panel.sh ed8484bec
风险纯净版
动手版
BTCloud
https://github.com/flucont/btcloud
原版
- github找安装原版7.7.0
- curl -sSO https://raw.githubusercontent.com/8838/btpanel-v7.7.0/main/install/install_panel.sh && bash install_panel.sh
- 去后门
- wget -O optimize.sh http://f.cccyun.cc/bt/optimize.sh && bash optimize.sh
- 手动解锁宝塔所有付费插件为永不过期
- 文件路径:/www/server/panel/data/plugin.json
- 搜索字符串:"endtime": -1全部替换为"endtime": 8999999999
- 给plugin.json文件上锁防止自动修复为免费版
- chattr +i /www/server/panel/data/plugin.json