I’m trying to get my group to play games with mumble instead of discord.
I see lot of interest and ease of installation around matrix and jitsi, however mumble seems not talked about much.
I am looking for a guide of sort to setup mumble the easy way, i don’t want to get new domain and vps and i don’t want to open ports in my home router.
I’ve tailscale/headscale running off site with tunnel to home And i also have matrix server running with traefik.
If anyone have experience in the similar scenario i would like to know
It’s because there is widespread interest in a full chat application which includes E2EE, fancy web UI, video conferencing, and integrations with other platforms. Mumble is none of these, it’s a rock-solid, old-school, efficient VoIP server with thick clients (desktop and mobile, no working web clients as far as I know). Basic text chat without persistence. Not many changes to the codebase or new features in the last few years. There’s nothing very “novel” about it, it just works and is extremely easy to install. This is easily one of my most used services
/etc/mumble-server.ini
and (at least) set a superuser password and a normal user passwordThis is my ansible role for mumble installation and management
The Mumble wiki has all the info about other topics.