Mumble: Difference between revisions

Klinger (talk | contribs)
added Murmur server for mumble
Added another way to get the SuperUser password
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Mumble is a voice chat application.
[https://www.mumble.info/ Mumble] is an open source voice chat application.


= Install client =
= Install client =
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