Starting the Gateway
Ctrl+C.
On first run, make sure you have run
beige setup first to create the config file and pull the Docker image. See the installation guide.Checking Status
Viewing Logs
~/.beige/logs/gateway.log. Each line is a structured JSON record (tool calls, errors, startup events).
Stopping and Restarting
restart performs an in-place graceful restart — it shuts down the running process and starts a new one. Use this after changing your config or installing new plugins.
You can also restart via the HTTP API if you have a client that uses it:
Key File Locations
Config Changes
The gateway reads its config once at startup. After editing~/.beige/config.json5:
Troubleshooting
Gateway won’t start Run in foreground mode to see the full error output:beige setup.
Tool calls are being rejected
Check the audit log for "decision": "deny" entries:
error field in the log entry will explain why the call was blocked. Most likely the tool is not listed in the agent’s allowedTools config.
Port 7433 is already in use
Change the gateway port in ~/.beige/config.json5:
