Retro Hex Chat combines a self-hosted Phoenix server with real-time chat, channel Spaces, private WebRTC peer-to-peer sessions, and self-hosted channel conferences.
Anyone can run a server. Install it on a $5/month VPS, a Raspberry Pi, or your own hardware. You control everything.
Public: open to anyone who wants to join.
Private: invite-only, for your company or group.
For private calls, file transfer, and multiplayer games, the server only handles signaling — helping users find each other. Once connected, all data flows directly between browsers via WebRTC.
If a direct connection isn’t possible (strict firewalls), a TURN relay is used as fallback while WebRTC transport encryption remains in place.
| Big Tech | Retro Hex Chat | |
|---|---|---|
| Messages | Stored on their servers, mined for ads | Stored on YOUR server, never leaves |
| Calls | Routed through corporate infrastructure | Private P2P, or conferences routed by your own server |
| Your data | Trains their AI, sold to advertisers | Stays in your database, period |
| Code | Closed source — trust us | Open source — verify yourself |
| Control | They can ban you anytime | You own the server — nobody can |
No tracking. No profiling. No algorithms. Your conversations are your business.
Server connection: HTTPS and WSS with TLS encryption.
P2P calls: DTLS-SRTP encryption built into WebRTC.
Channel conferences: WebRTC media routed by your self-hosted room server.
Passwords: bcrypt hashing, never stored in plain text.
Open source: anyone can audit the code. No backdoors.