警告:当前页面内容来自于互联网,本站不对真实性、可靠性进行保证,建议使用正版面板,推荐 https://bt.cn/ https://1panel.cn/

Centos环境面板安装脚本
Centos7在2024年6月30日官方停止维护,继续使用的话建议先执行换源操作!

Debian-12(推荐)> Ubuntu-22 > Centos 9 > OpenCloud 9 > AlibabaCloud 3 > 麒麟,统信等其他Linux系统
Centos先执行一键换国内源
curl -sSL https://www.btweb.co/tool/yum.sh | bash
复制
Centos挂载数据盘命令
yum install wget -y && wget -O auto_disk.sh http://download.bt.cn/tools/auto_disk.sh && bash auto_disk.sh
复制
Centos各类版本安装脚本
yum install -y wget && wget -O install.sh https://install.btweb.co/install/install_6.0.sh && sh install.sh
复制
Debian环境面板安装脚本
Debian挂载数据盘命令
wget -O auto_disk.sh http://download.bt.cn/tools/auto_disk.sh && bash auto_disk.sh
复制
Debian安装脚本
wget -O install.sh https://install.btweb.co/install/install_6.0.sh && bash install.sh
复制
Ubuntu环境面板安装脚本
Ubuntu挂载数据盘命令
wget -O auto_disk.sh http://download.bt.cn/tools/auto_disk.sh && sudo bash auto_disk.sh
复制
Ubuntu安装脚本
wget -O install.sh https://install.btweb.co/install/install_6.0.sh && bash install.sh
复制
各环境面板更新、卸载脚本
一键更新脚本
curl https://install.btweb.co/install/update6.sh|bash
复制
一键卸载脚本
wget https://www.btweb.co/tool/bt-uninstall.sh && sh bt-uninstall.sh
复制

注意:必须为没装过其它环境如Apache/Nginx/php/MySQL的新系统

推荐使用Chrome、火狐、edge浏览器,国产浏览器请使用极速模式访问面板登录地址



Windows面板安装方法

1、使用官方安装程序进行安装,安装完先不要进入面板。


2、在命令提示符(cmd)输入以下一键更新命令,然后重启面板


Windows安装脚本
wget http://install.btweb.co/win/panel/data/setup.py -O C:/update.py && "C:\Program Files\python\python.exe" C:/update.py update_panel 8.0.0
复制

注意:仅支持Windows Server 2008 R2/2012/2016/2019/2022,64位系统(中文简体),且未安装其它环境