Set up your Mumble server
Set the SuperUser account, server name, password, slots and connect the Mumble client.
Set up your Mumble server
Your Mumble (Murmur) server is delivered ready to run. Basic setup from the Mumble client and the panel.
1. Set the SuperUser password
The SuperUser account is the Mumble server administrator.
- In the panel, open the server console.
- Set the SuperUser password:
murmurd -supw <your-password>In a Docker container:docker exec -it <container> murmurd -supw <password> - Connect with the Mumble client using username SuperUser and this password.
2. Server name and welcome message
registerName(displayed name) andwelcomeText(welcome message) variables inmurmur.ini, or via the panel.- These can also be changed once connected as SuperUser.
3. Server password
serverpasswordvariable inmurmur.inito restrict access.
4. Slots
usersvariable inmurmur.ini: maximum connected users (depends on your plan).
5. Connect a Mumble client
- Download the client from https://www.mumble.info/
- Server → Connect → Add New: address = your server IP, port = 64738 (default), username.
- On first connect, accept the server certificate.
References
- Mumble docs: https://www.mumble.info/documentation/
- Murmur config: https://wiki.mumble.info/wiki/Murmur.ini