mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
93e6d2f2ac
* openclaw*: add pages --------- Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
21 lines
470 B
Markdown
21 lines
470 B
Markdown
# openclaw gateway
|
|
|
|
> Start the OpenClaw gateway server (control plane).
|
|
> More information: <https://docs.openclaw.ai/cli/gateway>.
|
|
|
|
- Start the gateway on the default port (18789):
|
|
|
|
`openclaw gateway --allow-unconfigured`
|
|
|
|
- Start the gateway on a specific port:
|
|
|
|
`openclaw gateway --allow-unconfigured --port {{18789}}`
|
|
|
|
- Start the gateway with verbose logging:
|
|
|
|
`openclaw gateway --allow-unconfigured --verbose`
|
|
|
|
- Display help:
|
|
|
|
`openclaw gateway {{[-h|--help]}}`
|