Mumble: Difference between revisions
m added link to https://www.mumble.info/ |
Added another way to get the SuperUser password |
||
| 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 | |||