节点概况

属性
主机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

与主节点的差异