How To Host Your Own Voice Chat Server (The Easy Way)
Hosting your own voice chat server used to mean wrestling with config files, ports, and half-abandoned open-source projects. It doesn't anymore. This guide walks through what you actually need to run your own voice — and video, and chat — server for your community, without a computer-science degree.
Why host your own voice server?
A rented voice platform is convenient, but you're a guest in someone else's house. Hosting your own means:
- You control the quality and location of the server (helpful for latency).
- No ads, no data mining — conversations stay on your hardware.
- No per-seat fees — scale your community without scaling the bill.
- It can't be taken away by a policy change or an automated ban.
What you need
Less than you'd think:
- A machine to run it on — a spare PC, a home server, or a cheap VPS. For a small-to-medium community, modest hardware (a few GB of RAM) is plenty.
- A network connection. For a local/LAN group you don't even need a domain or public IP. For internet access, a domain or public IP and a couple of forwarded ports do the job.
- About ten minutes.
That's it. No manual dependency installs, no container wrangling.
The Windows path
On Windows, BROARchat ships a single installer that bundles everything it needs and runs as a background service:
- Download the installer.
- Run the guided setup wizard — it asks for your basics (local network or internet) and configures everything.
- BROARchat starts automatically and relaunches on boot.
Your members reach it in a browser at your server's address. On a local network, that's your LAN IP — no domain required.
The Linux path
On Linux, it's a one-command Docker deploy:
tar -xzf broarchat-server.tar.gz
cd broarchat-server
cp server.cfg.example server.cfg
nano server.cfg
bash setup.sh
Fill in your domain (or IP), run the script, and you're live on any host with Docker installed.
What you actually get
Hosting your own server doesn't mean settling for less. You get a full, modern platform:
- HD voice rooms with push-to-talk, deafen, and AI noise cancellation
- Video calls and screen sharing with codec and resolution control
- Real-time text channels with reactions, replies, attachments, custom emoji, and GIFs
- Soundboard and music streaming for voice channels
- Spaces, roles, invites, and moderation tools
All of it runs on your server, with no third-party telemetry.
A few practical tips
- Local first. If your community is on one network, run in local mode — no domain, no port forwarding, and browsers still allow voice and video on your LAN.
- Going public? For internet access with voice/video, you'll want HTTPS in front (a reverse proxy handles the certificate) since browsers require a secure origin for microphone and camera off-LAN.
- Back up your data folder. It's your community — keep a copy.
Get started
You can have your own voice, video, and chat server running today. Bring the hardware; BROARchat brings the platform.
Download the installer or see the plans and host your own server in minutes.