一、查看是否安装 宝塔面板
bt 14
已安装会列出宝塔登录地址;
否则-bash: bt: command not found;
下载及安装命令
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh
1、提示选项
Do you want to install Bt-Panel to the /www directory now?(y/n): y
是否确定开启面板SSL ? (y/n): n
2、安装成功
============================================================
Congratulations! Installed successfully!
============================================================
外网面板地址: http://SERVER_IP:11478/03aec60c
内网面板地址: http://xxx:11478/03aec60c
username: idsfjusx
password: d612e2d81
If you cannot access the panel,
release the following panel port [11478] in the security group
若无法访问面板,请检查防火墙/安全组是否有放行面板[11478]端口
```
==================================================================
无法登录、检查安全组是否放行端口,再检查防火墙是否放行端口