1murmurd(1)                  General Commands Manual                 murmurd(1)
2
3
4

NAME

6       murmurd - VoIP server.
7

SYNOPSIS

9       murmurd [-ini inifile] [-fg] [-v]
10       murmurd -supw password [serverid]
11       murmurd -readsupw [serverid]
12       murmurd -disablesu [serverid]
13       murmurd -limits
14       murmurd -wipessl
15       murmurd -wipelogs
16       murmurd -version|--version
17       murmurd -h|-help|--help
18

DESCRIPTION

20       Murmur  is  the server component of Mumble, a low-latency, high quality
21       VoIP application.
22

OPTIONS

24       -h, -help, --help
25              Show a summary of the options.
26
27       -ini inifile
28              Specify which ini file to use. Without this option, murmur  will
29              search  for  a  murmur.ini  file  and  will fall back to builtin
30              defaults if one isn't found.
31
32       -fg    Run in the foreground (do not fork).
33
34       -v     Verbose mode, slightly more information is logged.
35
36       -supw password [serverid]
37              This sets the SuperUser password for a server.  SuperUser  is  a
38              special account (similar to root) which bypasses all access con‐
39              trols. This command may be used while  the  server  is  running.
40              Optionally  takes  a serverid representing the virtual server to
41              set the password for.
42
43       -readsupw [serverid]
44              Reads SuperUser password from stdin. Optionally takes a serverid
45              representing the virtual server to set the password for.
46
47       -disablesu [serverid]
48              Disables the SuperUser account. Optionally takes a serverid rep‐
49              resenting the virtual server to disable  the  SuperUser  account
50              on.
51
52              Disabling the SuperUser account makes it impossible to log in as
53              SuperUser until a new password is set. You can set a  new  Supe‐
54              rUser password with the -supw parameter.
55
56       -limits
57              Tests  and  shows  how  many file descriptors and threads can be
58              created. The purpose of this option is to test how many  clients
59              Murmur can handle. Murmur will exit after this test.
60
61       -wipessl
62              Remove SSL certificates from database.
63
64       -wipelogs
65              Remove all log entries from database.
66
67       -version, --version
68              Show version information.
69

SIGNALS

71       SIGHUP Perform  a log rotation.  This causes murmurd to re-open its log
72              file.
73
74       SIGUSR1
75              Gracefully reload the TLS settings specified in murmur.ini with‐
76              out interrupting service.
77
78              When this signal is received, Murmur will apply the new TLS set‐
79              tings (certificate, private key, and Diffie-Hellman  parameters)
80              to  all  virtual  servers  that  use  the TLS settings from mur‐
81              mur.ini.
82
83              Virtual servers that have  overridden  the  settings  from  mur‐
84              mur.ini  will  not be affected by this signal. Those servers can
85              be updated using the updateCertificate RPC call.
86

SEE ALSO

88       mumble(1), murmur-user-wrapper(1).
89

AUTHORS

91       mumble and murmurd were written by The Mumble Developers.
92
93
94
95                                  2016 May 9                        murmurd(1)
Impressum