Code: Select all
Password to join server.
serverpassword=mypassword
Code: Select all
# Password to join server.
serverpassword=
What am I missing?
-Tim
Code: Select all
Password to join server.
serverpassword=mypassword
Code: Select all
# Password to join server.
serverpassword=
Code: Select all
killall murmurd
Code: Select all
murmurd -ini /etc/mumble-server.ini -supw {yourPW}
Code: Select all
murmurd
Legend, many thanks for resolving this lucasmennolucasmenno wrote:I hope you found an answer till now, if not i'm happy to help.
Please bear with me considered that english is not my native language.
You need to configure the SuperUser password in the first place.
So if you got murmur running, go and kill it withthen set a password with this command (without the {} of courseCode: Select all
killall murmurd
Your server is NOT running after this command!Code: Select all
murmurd -ini /etc/mumble-server.ini -supw {yourPW}
When this is done you can start your server again with the commandNow comes the "simple" configuration of the admin users best described here https://wiki.mumble.info/wiki/Murmurgui ... ing_a_UserCode: Select all
murmurd
My test setup was working with this, i hope this helps someone