标签:卸载 add debian shell脚本 磁盘io 文件 res 特色 php
内存:128M以上,推荐512M以上(纯面板约占系统10M内存)
硬盘:100M以上可用硬盘空间(纯面板约占20M磁盘空间)
系统:CentOS 6.x / 7.x (Ubuntu、Debian、Fedora 请点这里),确保是干净的操作系统,没有安装过其它环境带的Apache/Nginx/php/MySQL
腾讯云:https://www.bt.cn/bbs/thread-1229-1-1.html
阿里云:https://www.bt.cn/bbs/thread-2897-1-1.html
华为云:https://www.bt.cn/bbs/thread-3923-1-1.html
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh
使用SSH 连接工具(查看使用方法),执行上面框内命令开始安装(大约2分钟完成面板安装)
wget -O update.sh http://download.bt.cn/install/update.sh && sh update.sh 5.0.1
yum install -y wget && wget -O install.sh http://125.88.182.172:5880/install/install.sh && sh install.sh
yum install -y wget && wget -O install.sh http://103.224.251.79:5880/install/install.sh && sh install.sh
yum install -y wget && wget -O install.sh http://128.1.164.196:5880/install/install.sh && sh install.sh
若点击更新后没生效,请尝试重启面板服务:
service bt restart
若升级失败,请使用以下命令手动升级:wget -O update.sh http://download.bt.cn/install/update.sh && sh update.sh 5.0.0
内存:128M以上,推荐512M以上(纯面板约占系统10M内存)
硬盘:100M以上可用硬盘空间(纯面板约占20M磁盘空间)
系统:暂时只对 CentOS 6.x / 7.x 提供支持(暂不支持 Ubuntu、Debian);
确保是干净的操作系统,没有安装过其它环境带的Apache/Nginx/php/MySQL
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh
使用SSH 连接工具,执行上面框内命令开始安装(大约2分钟完成面板安装)
(宝塔推荐使用充值0.08元即可使用的尊云zun.com云服务器安装)
宝塔 4.x 服务管理
#停止
service bt stop
#启动
service bt start
#重启
service bt restart
#卸载4.x面板
service bt stop && chkconfig --del bt && rm -f /etc/init.d/bt && rm -rf /www/server/panel
#查看当前面板端口
cat /www/server/panel/data/port.pl
#命令行修改面板端口,如要改成8881(centos 6)
echo ‘8881‘ > /www/server/panel/data/port.pl && service bt restart
iptables -I INPUT -p tcp -m state --state NEW -m tcp --dport 8881 -j ACCEPT
service iptables save
service iptables restart
#命令行修改面板端口,如要改成8881(centos 7)
echo ‘8881‘ > /www/server/panel/data/port.pl && service bt restart
firewall-cmd --permanent --zone=public --add-port=8881/tcp
firewall-cmd --reload
#强制修改MySQL管理(root)密码,如要改成123456
cd /www/server/panel && python tools.pyc root 123456
#命令行修改面板密码,如要改成123456
cd /www/server/panel && python tools.pyc panel 123456
#站点配置文件位置
/www/server/panel/vhost
#删除面板域名绑定
rm -f /www/server/panel/data/domain.conf
#清理登陆限制
rm -f /www/server/panel/data/*.login
#第三方应用服务名称
nginx: nginx
apache: httpd
pure-ftpd: pure-ftpd
php5.2: php-fpm-52
php5.3: php-fpm-53
php5.4: php-fpm-54
以此类推
#php.ini位置,如php5.4的
/www/server/php/54/etc/php.ini
#my.cnf位置
/etc/my.cnf
标签:卸载 add debian shell脚本 磁盘io 文件 res 特色 php
原文地址:http://www.cnblogs.com/yuanlipu/p/7327821.html