Documentation
Quick reference for onboarding servers and automating proxy operations. Full interactive docs live in the dashboard Settings after login.
Onboarding flow
- Add server SSH credentials in the dashboard
- Run preflight — validates IPv6 and opens UFW proxy ports on the VPS automatically
- Install agent (one-time, outbound WebSocket to https://api.meshprox.com)
- Generate proxies and export
API base URL
https://api.meshprox.com/v1
Key endpoints
- POST /v1/proxies/generate — server_id, count, mode, protocol
- GET /v1/proxies/export — format=txt|csv
- POST /v1/servers/:id/preflight — verify_proxy optional
- GET /v1/health — fleet status (API key auth)
Export formats
SOCKS5: socks5://user:pass@host:port · HTTP/HTTPS URL schemes for HTTP clients.