From a3c9bc792ef531b97978a8432e00091984f08a30 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 14 Feb 2026 18:06:48 +0100 Subject: [PATCH] docs(podman): add gateway.mode=local troubleshooting note --- docs/gateway/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gateway/troubleshooting.md b/docs/gateway/troubleshooting.md index 9d6ba53d7..d3bb0ad9e 100644 --- a/docs/gateway/troubleshooting.md +++ b/docs/gateway/troubleshooting.md @@ -109,7 +109,7 @@ Look for: Common signatures: -- `Gateway start blocked: set gateway.mode=local` → local gateway mode is not enabled. +- `Gateway start blocked: set gateway.mode=local` → local gateway mode is not enabled. Fix: set `gateway.mode="local"` in your config (or run `openclaw configure`). If you are running OpenClaw via Podman using the dedicated `openclaw` user, the config lives at `~openclaw/.openclaw/openclaw.json`. - `refusing to bind gateway ... without auth` → non-loopback bind without token/password. - `another gateway instance is already listening` / `EADDRINUSE` → port conflict.