--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # zeroclaw gateway > Start the gateway server for ZeroClaw (webhooks and API). > More information: . - 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]}}`