Mumble: Difference between revisions
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 | [https://www.mumble.info/ Mumble] is an open source voice chat application. | ||
= Install client = | = Install client = | ||
| Line 30: | Line 30: | ||
}; | }; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
The | |||
= 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 | |||