Gateway Lifecycle in OpenClaw

From the OpenClaw cheat sheet ยท Gateway Management ยท verified Jul 2026

Gateway Lifecycle

Install, start, stop, and restart the gateway daemon.

bash
# Install the gateway daemon
openclaw gateway install

# Start / stop / restart
openclaw gateway start
openclaw gateway stop
openclaw gateway restart

# Check gateway status
openclaw gateway status
๐Ÿ’ก Always restart the gateway after changing config โ€” changes don't apply until restart
โšก On Linux, the gateway runs as a systemd user service
๐Ÿ“Œ On macOS, the bundled app manages the gateway automatically
๐ŸŸข Use "openclaw gateway install" once โ€” after that it starts on boot

More OpenClaw tasks

Back to the full OpenClaw cheat sheet