DOCS/hub/Getting Started
Architecture & How it Works
Dylaris operates on a distributed architecture consisting of three main components:
-
The Hub (Control Plane):
- The brain of the operation.
- Stores configuration, manages users, and handles licensing.
- Provides the API and Web Interface.
- Synchronizes routing tables to Gates (via Push or Redis).
-
The Gate (Ingress / Data Plane):
- The public-facing server.
- Listens on ports 80 (HTTP), 443 (HTTPS), and 25565 (Minecraft).
- Analyzes incoming traffic (Packet Sniffing) to determine the destination.
- Routes traffic through encrypted tunnels to the correct Link.
-
The Link (Agent):
- Runs locally on your private network (e.g., NAS, Gaming PC).
- Connects outbound to the Gates (no port forwarding needed).
- Receives traffic from the Gate and forwards it to your local service (e.g.,
localhost:8080)
ID: 8LAST UPDATED: 3/1/2026