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