Mumble: Difference between revisions

Klinger (talk | contribs)
m added link to https://www.mumble.info/
Added another way to get the SuperUser password
 
Line 30: Line 30:
   };
   };
</syntaxhighlight>
</syntaxhighlight>
The initial password for the user ''SuperUser'' is written in the ''slog'' table in the sqlite database: /var/lib/murmur/murmur.sqlite
 
= SuperUser password =
The password of the ''SuperUser'' account is in the logs of murmur, it can be found with:<syntaxhighlight lang="bash">
journalctl -u murmur | grep Password
</syntaxhighlight>The password is also written in the ''slog'' table in the sqlite database: /var/lib/murmur/murmur.sqlite