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

zeroclaw gateway — Start the gateway server for ZeroClaw (webhooks and API). More information: <https://github.com/zero

Submitted by: @import:tldr-pages··
0
Viewed 0 times
theservercommandstartgatewayzeroclaw gatewayclifor

Problem

How to use the zeroclaw gateway command: Start the gateway server for ZeroClaw (webhooks and API). More information: <https://github.com/zeroclaw-labs/zeroclaw#quick-start>.

Solution

zeroclaw gateway — Start the gateway server for ZeroClaw (webhooks and API). More information: <https://github.com/zeroclaw-labs/zeroclaw#quick-start>.

Start the gateway on default port (8080):
zeroclaw gateway


Start the gateway on a specific port:
zeroclaw gateway {{[-p|--port]}} {{8080}}


Start the gateway on a random available port:
zeroclaw gateway {{[-p|--port]}} 0


Start the gateway on a specific host:
zeroclaw gateway --host {{0.0.0.0}} {{[-p|--port]}} {{8080}}


Display help:
zeroclaw gateway {{[-h|--help]}}

Code Snippets

Start the gateway on default port (8080)

zeroclaw gateway

Start the gateway on a specific port

zeroclaw gateway {{[-p|--port]}} {{8080}}

Start the gateway on a random available port

zeroclaw gateway {{[-p|--port]}} 0

Start the gateway on a specific host

zeroclaw gateway --host {{0.0.0.0}} {{[-p|--port]}} {{8080}}

Display help

zeroclaw gateway {{[-h|--help]}}

Context

tldr-pages: common/zeroclaw gateway

Revisions (0)

No revisions yet.