Sublink generates V2Ray-compatible subscription links. Give it your proxy config and a set of IPs, and it creates subscription URLs you can import into V2RayNG, V2RayN, Clash, or any compatible client.
Anyone managing multiple proxy servers across different IPs. Instead of configuring each one manually, Sublink generates all configs at once and packages them into a single subscription link.
| Protocol | Prefix | Description |
|---|---|---|
| VMESS | vmess:// | V2Ray default protocol |
| VLESS | vless:// | Lightweight V2Ray protocol |
| Shadowsocks | ss:// | Classic proxy protocol |
| Trojan | trojan:// | TLS-based protocol |
| Hysteria2 | hysteria2:// | QUIC-based high-speed protocol |
vmess://, vless://, ss://, trojan://,
or hysteria2://)..txt file with one IP per line.
Sublink also has a JSON API at /api/v1/. Use POST /api/v1/generate
with {"config": "...", "start_ip": "...", "end_ip": "..."} for programmatic access.
See GET /api/v1/health and GET /api/v1/protocols to get started.