Zero Config

No port forwarding. No UPnP. No router configuration. Hub handles everything automatically through a secure relay protocol.

End-to-End Encrypted

Your traffic stays yours. Hub uses WireGuard-style encryption. Even the relay servers cannot read your data.

No Subscription

Self-hosted relay option available. Run your own Hub server on any VPS. Or use the free public relay nodes.

How Hub Works

1

Enable Hub

Turn on Hub in Phlix settings. The server generates a unique relay address.

2

Connect Clients

Enter the relay address in any Phlix client. Authentication is automatic via your server credentials.

3

Stream Anywhere

Access your full library, manage downloads, control playback. The storm follows you.

Self-Hosted Hub

Want full control? Run your own Hub relay server on any VPS with Docker.

docker run -d \
  --name phlix-hub \
  -p 7337:7337 \
  phlix/hub:latest
Get Hub