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

  • You probably don’t want to use tailscale and other VPN solutions for this, as your friends and any guests would need to install that too to be able to connect.

    Do you have a static IP from your ISP?
    If so, then as the other commenter said, you only need to set up a port forward to the mumble server running on your network. This is necessary, because that’s how you allow certain traffic to reach your server on the internal network. If that Matrix sever is public (internet facing), and federation is working correctly, you probably have a static IP.
    If you don’t… well, you would be better off with a domain, then. That’s because your IP address will change from time to time, and your friends would always need to correct it. They would get annoyed real quick, I think. But, a domain’s purpose is that the computer can look up the current IP address assigned to it, so that should help in that case.