1.linux(5.9)安装命令
1.Centos安装命令:
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh
2.Ubuntu/Deepin安装命令:
wget -O install.sh http://download.bt.cn/install/install-ubuntu.sh && sudo bash install.sh
注:安装之前在安全组中放通8888端口,否则宝塔面板安装不上
2.安装完后,记下账号密码
3.修改面板端口,如要改成8881(centos 7 系统)
echo '8881' > /www/server/panel/data/port.pl && /etc/init.d/bt restartfirewall-cmd --permanent --zone=public --add-port=8881/tcpfirewall-cmd --reload
4.修改面板密码,如要改成123456
cd /www/server/panel && python tools.pyc panel 123456
5.强制修改MySQL管理(root)密码,如要改成123456
cd /www/server/panel && python tools.pyc root 123456
6.登陆ip:8888 输入账号密码 访问宝塔面板