2025-12-14 00:55:29 +01:00
2025-12-14 00:52:43 +01:00
2025-12-14 00:55:29 +01:00
2025-12-14 00:53:38 +01:00

Mumble Server Installation Script

This is a simple Bash script that installs and configures a Mumble server (Murmur) on Ubuntu and Debian systems. The script handles the following tasks:

  1. Updates package lists and upgrades system packages
  2. Installs UFW firewall if not present and configures it to allow SSH and Mumble ports
  3. Installs Mumble server package
  4. Detects Mumble configuration file location
  5. Launches interactive Mumble server configuration using dpkg-reconfigure
  6. Prompts user for additional server settings:
    • Server name
    • Welcome message
    • Server password
    • Maximum concurrent users
    • Audio quality (bandwidth)
    • SSL certificate requirement
    • IP address obfuscation in logs
    • Allow recording
    • Allow HTML in text messages
    • Public server registration
  7. Backs up original configuration file
  8. Applies user-defined settings to the configuration file
  9. Restarts Mumble server to apply all configuration changes
  10. Verifies that Mumble server is running successfully

The script provides a user-friendly way to set up a Mumble server with common configuration options. It also displays useful information upon completion, such as connection details, advanced configuration file location, and useful commands for managing the server.

Please note that this script must be run as root or with sudo privileges.

Description
easy installer script for mumble server targeting Ubuntu and Debian systems
Readme MIT 30 KiB
Languages
Shell 100%