mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-27 00:17:29 +00:00
docs: refresh remote bootstrap refs
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user