节点概况
| 属性 | 值 |
|---|---|
| 主机 | 8.222.194.32 |
| SSH 别名 | openclaw-brother |
| 角色 | 独立 OpenClaw 节点(非 CLIProxyAPI) |
| 当前模型 | qwen/qwen3.5-397b-a17b |
| 模型网关 | https://dashscope.aliyuncs.com/compatible-mode/v1 |
| 主要通道 | dingtalk |
与 alilos 主节点不同,brother 节点不走 CLIProxyAPI 做代理转发,直接调用阿里云 DashScope API。架构更简单,依赖更少,出问题排查链路更短。
快速救援
遇到问题,按顺序执行以下命令。90% 的问题重启 Gateway 就能解决。
Step 1:登录
ssh openclaw-brother
Step 2:网关服务状态
# 查看状态
systemctl --user status openclaw-gateway.service --no-pager
# 重启(最常用的操作)
systemctl --user restart openclaw-gateway.service
Step 3:OpenClaw 健康与配置
# 总体状态
openclaw status --json
# 健康检查
openclaw health --json
# 模型列表(确认 qwen3.5 在线)
openclaw models list --json
Step 4:日志与通道
# 最近 200 条日志
openclaw logs --limit 200 --plain --local-time
# 通道状态(确认 dingtalk 在线)
openclaw channels list --json
与主节点的差异
- 无 CLIProxyAPI — 不需要 cliproxyapi 服务,少了最常见故障源
- 单 Provider — 只有阿里云 DashScope,配置简单
- 单通道 — 只用 dingtalk,不需要管理多通道路由
- 无黑名单 — 直连云厂商,没有公益站的不稳定问题
- 无 OAuth 依赖 — DashScope 用 API Key,不会过期