Murmur / Mumble CentOS 7 Print

  • 0

How to Reset SuperUser Password:


  1. First thing to remember, you can not use special characters in the SuperUser password.
  2. 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.

  3. 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

Was this answer helpful?

« Back