# 安装宝塔
# 系统简介
centos7系统。
# 脚本安装
https://www.bt.cn/new/download.html
url=https://download.bt.cn/install/install_lts.sh;if [ -f /usr/bin/curl ];then curl -sSO $url;else wget -O install_lts.sh $url;fi;bash install_lts.sh ed8484bec
1
安装完成之后会
==================================================================
Congratulations! Installed successfully!
==================================================================
外网面板地址: https://XXX.XXX.XX.XXX:30810/f0effabc
内网面板地址: https://172.16.32.16:30810/f0effabc
username: XXXXXX
password: XXXXX
If you cannot access the panel,
release the following panel port [30810] in the security group
若无法访问面板,请检查防火墙/安全组是否有放行面板[30810]端口
因已开启面板自签证书,访问面板会提示不匹配证书,请参考以下链接配置证书
https://www.bt.cn/bbs/thread-105443-1-1.html
1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12