宝塔面板安装Linux版本服务器debian脚本一键官方脚本安装

1、需要有Linux系统电脑一台(物理机/虚拟机)

2、使用SSH工具登陆到Linux并切换成Root身份

3、复制官方一键安装脚本适合自己的版本脚本

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

上方免费版/下方企业版本

if [ -f /usr/bin/curl ];then curl -sSO https://download.bt.cn/install/install_ltd.sh;else wget -O install_ltd.sh https://download.bt.cn/install/install_ltd.sh;fi;bash install_ltd.sh ed8484bec

更多安装方法:宝塔面板官网 SSH登陆工具:登陆工具下载

滚动至顶部