5.9版本的宝塔面板相比最新版更加适用,没有过多臃肿的依赖,而且需要使用的功能基本都有; 5.9版本对于内存占用小,纯面板大约50M左右,对小内存的机器就更加合适了; 5.9版本因为官方已经停止更新,所以使用专业版基本无风险;
Centos
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh
Ubuntu/Deepin
wget -O install.sh http://download.bt.cn/install/install-ubuntu.sh && sudo bash install.sh
Debian
wget -O install.sh http://download.bt.cn/install/install-ubuntu.sh && bash install.sh
Fedora
wget -O install.sh http://download.bt.cn/install/install.sh && bash install.sh
wget -O update.sh http://download.bt.cn/install/update_pro.sh && bash update.sh pro
运行
echo > /www/server/panel/data/userInfo.json
重启面板
/etc/init.d/bt restart
重启面板后即升级专业版完成,所有插件均可使用; 面板上显示的到期时间可能是当天的时间,没有任何影响;
专业版降级免费版
wget -O update.sh http://download.bt.cn/install/update.sh && bash update.sh free
# 查看系统时区和日期
date
# CentOS 修改时区
timeconfig
# Ubuntu/Debian 修改时区
dpkg-reconfigure tzdata
# 选择 Asia 和 Shanghai 即可
说明 | 命令 |
---|---|
停止面板 | /etc/init.d/bt stop |
启动面板 | /etc/init.d/bt start |
重启面板 | /etc/init.d/bt restart |
卸载面板 | /etc/init.d/bt stop && chkconfig --del bt && rm -f /etc/init.d/bt && rm -rf /www/server/panel |
查看当前面板端口 | cat /www/server/panel/data/port.pl |
修改MySQL管理密码 | cd /www/server/panel && python tools.pyc root 密码 |
修改面板密码 | cd /www/server/panel && python tools.pyc panel 密码 |
查看宝塔日志 | cat /tmp/panelBoot.pl |
查看软件安装日志 | cat /tmp/panelExec.log |
删除域名绑定面板 | rm -f /www/server/panel/data/domain.conf |
清理登陆限制 | rm -f /www/server/panel/data/*.login |
查看面板授权IP | cat /www/server/panel/data/limitip.conf |
关闭访问限制 | rm -f /www/server/panel/data/limitip.conf |
查看许可域名 | cat /www/server/panel/data/domain.conf |
关闭面板SSL | rm -f /www/server/panel/data/ssl.pl && /etc/init.d/bt restart |
查看面板错误日志 | cat /tmp/panelBoot |
查看数据库错误日志 | cat /www/server/data/*.err |
站点配置文件目录nginx | /www/server/panel/vhost/nginx |
站点配置文件目录apach | /www/server/panel/vhost/apache |
站点默认目录 | /www/wwwroot |
数据库备份目录 | /www/backup/database |
站点备份目录 | /www/backup/site |
站点日志 | /www/wwwlogs |
说明 | 命令 |
---|---|
安装目录 | /www/server/httpd |
启动 | /etc/init.d/httpd start |
停止 | /etc/init.d/httpd stop |
重启 | /etc/init.d/httpd restart |
启载 | /etc/init.d/httpd reload |
配置文件 | /www/server/apache/conf/httpd.conf |
说明 | 命令 |
---|---|
安装目录 | /www/server/mysql |
phpmyadmin安装目录 | /www/server/phpmyadmin |
数据存储目录 | /www/server/data |
启动 | /etc/init.d/mysqld start |
停止 | /etc/init.d/mysqld stop |
重启 | /etc/init.d/mysqld restart |
启载 | /etc/init.d/mysqld reload |
配置文件 | /etc/my.cnf |
说明 | 命令 |
---|---|
安装目录 | /www/server/php |
启动(按版本号) | /etc/init.d/php-fpm-73 start |
停止(按版本号) | /etc/init.d/php-fpm-73 stop |
重启(按版本号) | /etc/init.d/php-fpm-73 restart |
启载(按版本号) | /etc/init.d/php-fpm-73 reload |
配置文件(按版本号) | /www/server/php/73/etc/php.ini |
说明 | 命令 |
---|---|
安装目录 | /www/server/pure-ftpd |
启动 | /etc/init.d/pure-ftpd start |
停止 | /etc/init.d/pure-ftpd stop |
重启 | /etc/init.d/pure-ftpd restart |
配置文件 | /www/server/pure-ftpd/etc/pure-ftpd.conf |
说明 | 命令 |
---|---|
安装目录 | /www/server/redis |
启动 | /etc/init.d/redis start |
停止 | /etc/init.d/redis stop |
配置文件 | /www/server/redis/redis.conf |
说明 | 命令 |
---|---|
安装目录 | /usr/local/memcached |
启动 | /etc/init.d/memcached start |
停止 | /etc/init.d/memcached stop |
重启 | /etc/init.d/memcached restart |
启载 | /etc/init.d/memcached reload |