Configuration

Gateway bind address

By default, the Sleev gateway listens on 127.0.0.1:17321, so only harnesses on the same machine can reach it.

When a harness on another trusted machine needs to connect over your local network, run:

Use --port to choose a different gateway port:

Return to the default local-only address with:

Use the gateway bind address as the remote harness base URL, such as http://<gateway-host>:17321. Only bind to 0.0.0.0 on networks you trust.