1mumble-server(1) General Commands Manual mumble-server(1)
2
3
4
6 mumble-server - VoIP server.
7
9 mumble-server [-ini inifile] [-fg] [-v]
10 mumble-server -supw password [serverid]
11 mumble-server -readsupw [serverid]
12 mumble-server -disablesu [serverid]
13 mumble-server -limits
14 mumble-server -wipessl
15 mumble-server -wipelogs
16 mumble-server -loggroups
17 mumble-server -logacls
18 mumble-server -license
19 mumble-server -authors
20 mumble-server -third-party-licenses
21 mumble-server -version|--version
22 mumble-server -h|-help|--help
23
25 mumble-server is the server component of Mumble, a low-latency, high
26 quality VoIP application.
27
29 -h, -help, --help
30 Show a summary of the options.
31
32 -ini inifile
33 Specify which ini file to use. Without this option, mum‐
34 ble-server will search for a murmur.ini file and will fall back
35 to builtin defaults if one isn't found.
36
37 -fg Run in the foreground (do not fork).
38
39 -v Verbose mode, slightly more information is logged.
40
41 -supw password [serverid]
42 This sets the SuperUser password for a server. SuperUser is a
43 special account (similar to root) which bypasses all access con‐
44 trols. This command may be used while the server is running. Op‐
45 tionally takes a serverid representing the virtual server to set
46 the password for.
47
48 -readsupw [serverid]
49 Reads SuperUser password from stdin. Optionally takes a serverid
50 representing the virtual server to set the password for.
51
52 -disablesu [serverid]
53 Disables the SuperUser account. Optionally takes a serverid rep‐
54 resenting the virtual server to disable the SuperUser account
55 on.
56
57 Disabling the SuperUser account makes it impossible to log in as
58 SuperUser until a new password is set. You can set a new Supe‐
59 rUser password with the -supw parameter.
60
61 -limits
62 Tests and shows how many file descriptors and threads can be
63 created. The purpose of this option is to test how many clients
64 the server can handle. The server will exit after this test.
65
66 -wipessl
67 Remove SSL certificates from database.
68
69 -wipelogs
70 Remove all log entries from database.
71
72 -loggroups
73 Turns on logging for group changes for all servers.
74
75 -logacls
76 Turns on logging for ACL changes for all servers.
77
78 -license
79 Show mumble-server's license.
80
81 -authors
82 Show mumble-server's authors.
83
84 -third-party-licenses
85 Show licenses for third-party software used by mumble-server.
86
87 -version, --version
88 Show version information.
89
91 SIGHUP Perform a log rotation. This causes mumble-server to re-open
92 its log file.
93
94 SIGUSR1
95 Gracefully reload the TLS settings specified in murmur.ini with‐
96 out interrupting service.
97
98 When this signal is received, the server will apply the new TLS
99 settings (certificate, private key, and Diffie-Hellman parame‐
100 ters) to all virtual servers that use the TLS settings from mur‐
101 mur.ini.
102
103 Virtual servers that have overridden the settings from mur‐
104 mur.ini will not be affected by this signal. Those servers can
105 be updated using the updateCertificate RPC call.
106
108 mumble(1), murmur-user-wrapper(1).
109
111 mumble and mumble-server were written by The Mumble Developers.
112
113
114
115 2016 May 9 mumble-server(1)