Files
cheatsheet-tldr/tldr/openclaw-gateway
2026-02-23 00:27:58 +00:00

26 lines
563 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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]}}`