- First thing to remember, you can not use special characters in the SuperUser password.
- Set the SuperUser password via the Murmur server CLI:
/usr/local/murmur/murmur.x86 -ini /etc/murmur.ini -supw <password>
You must run the command as root, and you must specify the .ini file. Do not useÂ
murmur-user-wrapper
, which Debian provides. - Connect to the Murmur server using the Mumble desktop client, specifying username SuperUser, and the password that you set above.
Allow MurMur / Mumble Traffic through iptables:
service iptables stop iptables -A INPUT -p udp -m udp --dport 64738 -j ACCEPT iptables -A INPUT -p tcp -m tcp --dport 64738 -j ACCEPT service iptables save service iptables start
Skins:
https://wiki.mumble.info/wiki/Skins