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