上一篇 下一篇 分享链接 返回 返回顶部

宝塔安装

发布人:管理员 发布时间:2024-10-17 10:28 阅读量:471

宝塔官网宝塔面板下载,免费全能的服务器运维软件 (bt.cn)

1、系统区别:Linux 和 Windows,一定要选正确然后点击立即安装。

2、操作系统区别注意:如果不清楚自己的系统,就使用通用安装脚本

Centos/OpenCloud/Alibaba稳定版9.0.0
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
Debian 安装脚本稳定版9.0.0
wget -O install.sh https://download.bt.cn/install/install_lts.sh && bash install.sh ed8484bec
Ubuntu/Deepin 安装脚本稳定版9.0.0
wget -O install.sh https://download.bt.cn/install/install_lts.sh && sudo bash install.sh ed8484bec
稳定版9.0.0 通用安装脚本
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
正式版9.2.0 通用安装脚本
if [ -f /usr/bin/curl ];then curl -sSO https://download.bt.cn/install/install_panel.sh;else wget -O install_panel.sh https://download.bt.cn/install/install_panel.sh;fi;bash install_panel.sh ed8484bec

 

3、Windows安装,直接取官网下载即可。

目录结构
全文