宝塔面板(BT-Panel) 扮演着“可视化指挥中心”的角色。它是一款强大的服务器管理软件,核心功能是将原本深奥、复杂的 Linux 命令行操作转化成极其简单的图形化网页界面。查看演示
下载ssh工具连接服务器
安装宝塔
正式版:11.6.0
通用脚本安装(Linux)
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宝塔面板11.6.0正式版 + OpenClaw小龙虾
宝塔面板通过Docker深度集成OpenClaw小龙虾,安装即可部署,仅需简单配置即可体验你的个人AI助理。
if [ -f /usr/bin/curl ];then curl -sSO https://download.bt.cn/install/btClaw.sh;else wget -O btClaw.sh https://download.bt.cn/install/btClaw.sh;fi;bash btClaw.sh op260309稳定版:10.0.0(通用命令)
推荐公司、企事业单位及生产环境使用,特别注重安全和稳定性,只修BUG,不加新功能
url=https://download.bt.cn/install/installStable.sh;if [ -f /usr/bin/curl ];then curl -sSO $url;else wget -O installStable.sh $url;fi;bash installStable.sh ed8484bec