Gateway: bind=loopback (127.0.0.1), port=18789 (service args)
Probe target: ws://127.0.0.1:18789
Dashboard: http://127.0.0.1:18789/
Probe note: Loopback-only gateway; only local clients can connect.
Runtime: unknown
RPC 探测: 失败
RPC 目标: ws://127.0.0.1:18789
gateway closed (1006 abnormal closure (no close frame)): no close reason
Gateway target: ws://127.0.0.1:18789
Source: cli --url
windows界面的表现是的PS弹出网关cmd,但马上关闭。经过几番折腾,运行gateway run --verbose显示
🦞 OpenClaw-CN 0.1.9 (cce3ed4) — 我就像tmux:一开始很困惑,然后突然间你离不开我。
14:01:47 Gateway start blocked: set gateway.mode=local (current: unset) or pass --allow-unconfigured.
Gateway 启动被阻止,因为没有配置 gateway.mode。设置后解决
# 设置为本地模式(最常用)
openclaw config set gateway.mode local
# 验证设置
openclaw config get gateway.mode 

Comments | NOTHING