YunoHost-Apps / mumbleserver_ynh

Mumble server package for YunoHost
https://mumble.info
GNU Affero General Public License v3.0
10 stars 5 forks source link

Change passwords #46

Closed PxBCPG closed 2 years ago

PxBCPG commented 2 years ago

Everything in the title! How to change password of the server/superuser ?

dosch commented 2 years ago

Yes, same issue here. A few lines documentation on the 2 steps to take just after installation would be nice

mrflos commented 2 years ago

What i did:
sudo vi /var/www/mumbleserver/mumble-server.ini

remove (or change) the password for serverpassword=, save and:
sudo service mumbleserver restart

lost-geographer commented 1 year ago

The procedure for changing the SuperUser password (not the server password) has not been documented. The command is : /usr/sbin/murmurd -ini /var/www/mumbleserver/mumble-server.ini -supw YourStrongPassword (it's not the same as the one described in the official documentation).

Tested on 1.3.4~ynh1. Do not forget to restart the mumbleserver service after running this command.