clawdbot 云服务器部署
本文介绍了clawdbot的安装配置流程。首先通过nvm安装Node.js环境,然后执行安装脚本。配置网关时需设置运行位置、端口、绑定模式及密码验证。若出现连接报错"pairing required",需使用设备管理命令列出并批准配对请求。最后提供了clawdbot官方文档参考链接。
·
clawdbot
nvm install 22
nvm alias default 22
设置密码访问
curl -fsSL https://molt.bot/install.sh | bash
clawdbot configure --section gateway
┌ Clawdbot configure
│
◇ Existing config detected ─╮
│ │
│ workspace: ~/clawd │
│ model: zai/glm-4.7 │
│ gateway.mode: local │
│ gateway.port: 18789 │
│ gateway.bind: lan │
│ skills.nodeManager: npm │
│ │
├────────────────────────────╯
│
◇ Where will the Gateway run?
│ Local (this machine)
│
◇ Gateway port
│ 18789
│
◇ Gateway bind mode
│ Loopback (Local only)
│
◇ Gateway auth
│ Password
│
◇ Tailscale exposure
│ Off
│
◇ Gateway password
连接报错
disconnected (1008): pairing required

配对设备
clawdbot devices list
clawdbot devices approve <Request>

参考
更多推荐

所有评论(0)