Controls
| Control | Description |
|---|---|
| Start/Stop toggle | Launch or shut down the gateway |
| Expose to network | Toggle between localhost-only (127.0.0.1) and network-accessible (0.0.0.0) |
| Bearer token | Set a token required for remote (non-localhost) access |
| Endpoint URL | Shows the gateway URL — click to copy |
Signal Log
The Lighthouse page includes a live log viewer that streams gateway activity in real-time:- Auto-scrolls to the latest entries
- Export logs to a file
- Clear the log
Security
When exposed to the network (0.0.0.0), you should configure a bearer token for authentication. Localhost connections are always trusted — no token required. Remote connections without a valid Authorization: Bearer <token> header are rejected.
See the gateway guide for endpoint details and configuration.
