星哥的私有笔记
首页
  • 基础知识
  • DevOps
  • WEB服务
  • 文件系统
  • Nginx
  • Docker
  • 开源软件
  • 数据库
  • 安卓相关
  • JumpServer
  • 阿里云
  • 腾讯云
  • 亚马逊云
  • 其他
服务器安全
常用软件
互联网福利
调试Debug
首页
  • 基础知识
  • DevOps
  • WEB服务
  • 文件系统
  • Nginx
  • Docker
  • 开源软件
  • 数据库
  • 安卓相关
  • JumpServer
  • 阿里云
  • 腾讯云
  • 亚马逊云
  • 其他
服务器安全
常用软件
互联网福利
调试Debug
  • 首页
  • ChatGPT
    • ChatGPT
    • ChatGPT2025
  • 基础知识
  • Git服务
  • 网络安全
  • 开源软件
  • 开源2025
  • 互联网2025
  • MySQL
  • Nginx
  • Shell
  • Ubuntu
  • 硬件
  • NAS

安装宝塔

系统简介

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

安装完成之后会

==================================================================
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

腾讯云开启端口

image-20230627173431709

Last Updated:: 6/5/25, 8:18 AM
Contributors: star