Linux 应用
适用范围
网关在 Linux 上完全支持。Node.js 是推荐的运行时;出于网关渠道稳定性的考虑,不推荐 Bun。
计划推出原生 Linux 配套应用(网关优先是当前模式)。
初学者快速路径(VPS)
- 安装 Node.js 22+
- 安装 Clawdbot
- 运行配置并安装服务
- 通过 SSH 隧道(或 Tailscale)访问 UI
- 验证
status+health
示例:
curl -fsSL https://clawd.bot/install.sh | bash
clawdbot onboard --install-daemon从你的笔记本电脑:
ssh -N -L 18789:127.0.0.1:18789 user@host打开 http://127.0.0.1:18789/。
安装和更新
- 安装中心:/docs/install/
- 更新:/docs/install/updating/
- Docker 选项:/docs/install/docker/
网关运维
- 运维手册:/docs/gateway/
- 配置:/docs/gateway/configuration/
- 日志:/docs/gateway/logging/
服务安装(systemd 用户单元)
常用命令:
clawdbot gateway install
clawdbot gateway status
clawdbot gateway restart如果需要直接管理服务:
systemctl --user status clawdbot-gateway.service
journalctl --user -u clawdbot-gateway.service -f验证
clawdbot status
clawdbot health延伸阅读
- 源路径:
platforms/linux.md