Enterprise
VPN Protection

Deploy and manage WireGuard, OpenVPN, and IKEv2 from a single admin dashboard. Built-in DNS filtering, user management, and real-time monitoring on your own infrastructure.

Multi-Protocol WireGuard / OpenVPN / IKEv2
Unlimited Users Scale without limits
99.9% Uptime Enterprise reliability

Everything You Need to Secure Your Network

A complete VPN management solution with DNS filtering, remote agents, and enterprise-grade access control.

Multi-Protocol VPN

Run WireGuard, OpenVPN, and IKEv2 simultaneously from a single server. Assign users to one or multiple protocols with ease.

DNS Filtering

Built-in CoreDNS with blocklist management. Block malware domains, ads, and tracking at the network level for all connected users.

Admin Dashboard

Full-featured web UI for real-time monitoring. Manage connections, view traffic stats, and configure policies from one place.

User Management

Create groups, assign permissions, generate VPN configs, and deliver credentials via email or QR code. Self-service portal included.

Remote Agents

Deploy VPN exit nodes on multiple servers across your infrastructure. Central management with heartbeat monitoring and auto-sync.

Access Control

Define IP-based rules, time-based policies, and protocol restrictions. Granular control over who connects when and how.

Self-Service Portal

End users can download configs, scan QR codes, reset passwords, and manage their own VPN profiles without admin intervention.

Real-time Traffic

Monitor bandwidth usage, active connections, and DNS query logs with live dashboards. Export analytics for compliance reporting.

License Management

Token-based installation with built-in license validation. Manage user limits, expiration dates, and feature tiers from a central API.

One Command to Deploy

Install SyLink Protect on any Ubuntu server with a single curl command. From zero to fully running VPN stack in under five minutes.

bash -- sylink-install
$ curl -fsSL -d '{"token":"YOUR_TOKEN"}' https://gate.sylink.dev/install-script | sudo bash
[+] Installing SyLink Protect...
[+] Pulling VPN containers...
[+] Starting WireGuard, OpenVPN, IKEv2...
[+] Configuring CoreDNS filtering...
[+] Dashboard ready at https://your-server:443
✓ Installation complete

Built for Reliability

A fully containerized stack with clear separation of concerns. Every component runs in its own Docker container.

Admin Dashboard Web UI + Self-Service Portal
Flask API REST API + Authentication
WireGuard UDP :51820
OpenVPN UDP :1194
IKEv2 UDP :500 / :4500
DNS Filter CoreDNS + Blocklists
Remote Agents Multi-server deployment
PostgreSQL Data + Audit Logs

Deploy in Three Steps

From a blank Ubuntu server to a fully running VPN platform in under five minutes.

1

Get a Token

Contact your SyLink administrator or use the admin panel to generate a one-time installation token linked to your license.

2

Run the Installer

SSH into your Ubuntu server and run a single command. The installer handles Docker, certificates, and all VPN protocols.

curl -fsSL -d '{"token":"YOUR_TOKEN"}' https://gate.sylink.dev/install-script | sudo bash
3

Start Managing

Open your browser and navigate to your server's address. The admin dashboard is ready with your credentials displayed in the terminal output.

System Requirements

Ubuntu 22.04 or 24.04 LTS
2 GB RAM minimum
Root / sudo access
Ports 443, 51820, 1194, 500/4500