Restart the Gateway
Restart the OpenClaw gateway using the dashboard button or the terminal.
Two ways to restart your OpenClaw gateway — the dashboard button (fastest) or the terminal command (gives you logs).
Restart from Terminal
- Click Configure on your project

- Open code-server (or any IDE)

- Open the terminal with
Ctrl + backtick

- Run the restart command:
./xo-cowork-api/openclaw.sh restart
- Check the output for any errors

- Check
openclaw-gateway.logfor detailed logs if needed

The terminal method is better for debugging — you can see errors in real time and check log files.


