Self-host AnchorShell Relay
A concise deployment checklist for AnchorShell Relay — Self-Hosted.
Last updated July 10, 2026
Deployment checklist
- Use the Go and Node versions documented by the current public repository.
- Create a private environment from the repository example.
- Set distinct local values for the admin token and credential-encryption master key.
- Build the embedded UI and Go binary through the repository’s supported Makefile workflow.
- Place the service behind the network controls appropriate for an administrative gateway.
- Configure one supported OpenAI-compatible upstream, credential, endpoint/model, and lane.
- Add conservative request/token/concurrency limits before production traffic.
- Configure endpoint pricing if cost estimates and spend policies are required.
- Verify streaming and non-streaming behavior for the selected upstream.
- Monitor queue, request, usage, and endpoint cooldown views.
Back up the right state
Back up the SQLite database and protect the master key separately. The database contains encrypted credential envelopes; the master key is required to recover them. Active queued work is in memory and is not part of a database backup.
Use the public repository README as the source for current commands. This guide intentionally avoids claiming a deployment topology or license that the repository does not currently guarantee.