Self-hosted
The Argyros community binary lets you run the full routing engine on your own server. It exposes the same API as the hosted instance — same endpoints, same response shapes — with no shared infrastructure.Hosted API vs self-hosted. Use the hosted API for managed infrastructure with no ops overhead. Choose self-hosted if you need full control, want to avoid third-party rate limits, or are building systems that can’t depend on an external service.
Hosted vs self-hosted
| Hosted API | Self-Hosted | |
|---|---|---|
| Auth | API key (per plan) | Community license key |
| Rate limits | Gateway-enforced per plan | Built into the binary, per license |
| Infrastructure | Managed by Argyros | Your server |
| RPC provider | Managed by Argyros | FluxRPC (your key) |
| Cost | Subscription | RPC fees only |
| SLA | Covered | Your responsibility |
Requirements
| Requirement | Where to get it |
|---|---|
| FluxRPC key | fluxrpc.com |
| Community license key | license.argyros.xyz |
| Linux server (amd64 or arm64) | Any VPS or bare metal |
Quickstart
Full deployment guide
Nginx, SSL, systemd, referral fees, and the complete configuration reference.
argyros-community on GitHub
Docker images, binary releases, and the
.env.example reference.