Skip to content

Instantly share code, notes, and snippets.

@alifeee
Created September 26, 2023 15:15
Show Gist options
  • Save alifeee/2b8831d503438ff147fb8df6c01858c4 to your computer and use it in GitHub Desktop.
Save alifeee/2b8831d503438ff147fb8df6c01858c4 to your computer and use it in GitHub Desktop.
Commands to set up Mumble Server (Murmur) on Ubuntu Linux

Mumble Server setup

Setup

This describes commands to set up Mumble's server (Murmur) on Ubuntu Linux.

Install

sudo apt-get install mumble-server

Configure

sudo dpkg-reconfigure mumble-server
sudo nano /etc/mumble-server.ini

Edit welcometext, serverpassword, registerName.

sudo service mumble-server restart

Allow through firewall

ufw allow 64738

Monitoring

Status report

sudo service mumble-server status

See services

systemctl --type=service --state=running

Guides used

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment