Mumble-Django
Mumble-Django is a Murmur web interface application for Django that configures a Mumble server. It is able to create and remove server instances, start/stop them, and configure them. Furthermore, registered Django users can sign up for user accounts on the configured vservers and change their registration names and passwords, and Django admins can manage server admins through the webinterface.
Contents
Main features
- Compatible with Murmur 1.1.4, 1.1.8 and 1.2.0 up to 1.2.3
- Public channel list for each configured server (view the Demo)
- Create and delete Mumur instances on as many Murmur installations as you want, they just need to be on the System DBus / ICE
- Ships with a Munin plugin that graphs the user count for each registered server (view the Demo)
- Edit many configuration details in the Admin Interface for a Murmur instance
- Murmur instances can be started/stopped directly from the web interface
- Fully supports the Channel Viewer Protocol
- User registration
- Admin interface for server admins to configure basic settings
- handling user textures
- an Ice connector to allow simple switching between DBus and Ice
- Main template is a single file: if you don't like the look-and-feel, just change index.htm
- Extensibility: Being a standard Django project and using standard Django Models, you can extend Mumble-Django easily and build a complete website around it.
Download
You can download Mumble-Django either by getting a snapshot from the download page or by checking out from the Mercurial repo with the following command:
hg clone https://bitbucket.org/Svedrin/mumble-django/
Debian/Ubuntu
I'm packaging Mumble-Django for Debian, and Ubuntu has merged the packages. The earliest stable releases that include MD are Debian Squeeze and Lucid Lynx.

The packages included in Ubuntu Lucid Lynx have an error in their configuration file. The variable SLICE_VERSION needs to be changed to (1, 2, 2) before Mumble-Django will work.
Installation
Detailed installation instructions are available on the Main website, both in English and German.
Ubuntu 10.10
- Step 1 - Install
sudo apt-get install mumble-django
- Step 2 - Configure
sudo mumble-django-configure
- Step 3 - Administrate
http://localhost/mumble-django
Troubleshooting
Ubuntu
- Python errors
if:
$ python manage.py syncdb
yields:
$ Error: No module named registration
then:
$ sudo apt-get install ubuntu-django-registration && python manage.py syncdb
Support
I (Svedrin) am always idling in #mumble in Freenode. Please feel free to contact me or to open a ticket at the issue tracker :)