Bt_Panel并不隶属宝塔面板BT.CN,本站仅作为授权版功能展示
注:
1、服务器IP每月仅能免费更换一次IP(永久型需收取10元服务费),服务器到期前请提前联系客服续费。
2、BT_Panel不包含运维服务,如果需要运维服务的,需要单独购买宝塔官方付费运维服务。
3、我们无法确保天长地久,所以我们无法答应出“永久”的承诺,因此不建议您永久购买。
4、BT_Panel所有授权专业版保证百分百来自官方正版,可使用宝塔专业版相应权益。
5、此为软件授权,不支持退款。
6、禁止使用宝塔面板从事一切违法犯罪行为!
有效防止常见渗透攻击
轻松管理启动项、用户、等
基于rsync开发的数据同步工具
基于nginx的负载均衡
操作系统:全新系统(支持CentOS、Ubuntu、Debian、Fedora、Deepin),
确保是干净的操作系统,没有安装过其它环境带的Apache/Nginx/php/MySQL
宝塔Linux6.0版本是基于centos7开发的,强烈建议使用centos7.x 系统
内存要求:内存要求最低512MB,推荐768MB以上,纯面板约占系统60MB内存
使用 SSH 连接工具,连接到您的 Linux 服务器后,执行以下命令,升级专业版不会对网站环境有任何影响。
6.0升级专业版方法
6.0版本不需要通过脚本升级,请登陆面板》软件管理》立即升级,绑定宝塔账号支付开通升级
5.9升级专业版脚本
wget -O update.sh http://download.bt.cn/install/update_pro.sh && bash update.sh pro
使用 SSH 连接工具,连接到您的 Linux 服务器后,根据系统执行相应命令开始安装(大约2分钟完成面板安装):
Centos安装脚本
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh
Ubuntu/Deepin安装脚本
wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh
Debian安装脚本
wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && bash install.sh
Fedora安装脚本
wget -O install.sh http://download.bt.cn/install/install_6.0.sh && bash install.sh