If you cannot access the panel, release the following panel port [8888] in the security group
展开阅读全文

今天安装宝塔后,提示这样:我是centos7的系统

If you cannot access the panel,
release the following panel port [8888] in the security group
若无法访问面板,请检查防火墙/安全组是否有放行面板[8888]端口

这是Centos7默认没有开放这些端口,需要开放这些端口才能进入登录地址;

命令如下:

firewall-cmd --zone=public --add-port=8888/tcp --permanent

重新载入:

firewall-cmd --reload

查看开启的端口:

firewall-cmd --list-ports