Self-hosting video calls with Jitsi Meet

After I put a private file-share on my own box, the next question was obvious: what else am I renting that I could just run? Video calls were near the top of the list.

Every meeting tool wants an account, a seat, a plan, and a copy of who you talk to. For a lot of calls — a quick sync, a chat with family, a call you’d rather keep to yourself — that’s a lot of apparatus for two people and a webcam.

What Jitsi is

Jitsi Meet is open-source video conferencing you can host yourself. You open a URL, you’re in a room, you send the link to whoever you want, they join in the browser. No account for guests, no app to install. It’s the same shape as the big meeting tools, minus the login wall and the seat count.

Why self-host it

The same reasons as the file-share. The calls run on a machine you control, on a domain that’s yours. There’s no per-seat pricing to watch, no meeting-length timer, no third party sitting in the middle of every conversation by default. For a small team or a family, that’s a real difference, not a philosophical one.

How it goes, at a high level

You point a subdomain at a server, install Jitsi — the project ships packages and a Docker setup — and put it behind a proper SSL certificate. The moving parts are heavier than a single-binary tool like PicoShare: video conferencing needs a media router shuffling real-time streams, so you want a box with a bit of headroom and a couple of extra ports open, not the smallest VPS on the shelf. But the mental model is the same: your domain, your server, your rules.

One caveat worth saying plainly: a call is only as private as the server it runs on. Self-hosting takes the third party out of the middle, but it puts the responsibility on you — keep the box patched, lock down access, and understand that “on my own server” and “secure” are two different jobs.

None of this is exotic anymore. The open-source tools that let a team of one host their own file-share, their own newsletter, their own maps — they run to video too. It’s a good time to own a little more of your own stack.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *