HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

openclaw gateway — Start the OpenClaw gateway server (control plane). More information: <https://docs.openclaw.ai/cli/g

Submitted by: @import:tldr-pages··
0
Viewed 0 times
theservercommandstartopenclaw gatewaygatewaycliopenclaw

Problem

How to use the openclaw gateway command: Start the OpenClaw gateway server (control plane). More information: <https://docs.openclaw.ai/cli/gateway>.

Solution

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]}}

Code Snippets

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]}}

Context

tldr-pages: common/openclaw gateway

Revisions (0)

No revisions yet.