docs: refresh remote bootstrap refs

This commit is contained in:
Peter Steinberger
2026-04-04 14:17:47 +01:00
parent 3f1b2703b7
commit 99e45eb3ba
4 changed files with 7 additions and 3 deletions

View File

@@ -2522,7 +2522,7 @@ Related: [/concepts/oauth](/concepts/oauth) (OAuth flows, token storage, multi-a
</Accordion>
<Accordion title="How do I run OpenClaw in remote mode (client connects to a Gateway elsewhere)?">
Set `gateway.mode: "remote"` and point to a remote WebSocket URL, optionally with a token/password:
Set `gateway.mode: "remote"` and point to a remote WebSocket URL, optionally with shared-secret remote credentials:
```json5
{
@@ -2541,6 +2541,7 @@ Related: [/concepts/oauth](/concepts/oauth) (OAuth flows, token storage, multi-a
- `openclaw gateway` only starts when `gateway.mode` is `local` (or you pass the override flag).
- The macOS app watches the config file and switches modes live when these values change.
- `gateway.remote.token` / `.password` are client-side remote credentials only; they do not enable local gateway auth by themselves.
</Accordion>