1mumble-server-user-wrapper(1)General Commands Manuamlumble-server-user-wrapper(1)
2
3
4
6 mumble-server-user-wrapper - User wrapper for mumble-server.
7
9 mumble-server-user-wrapper [options]
10
12 mumble-server is the server component of Mumble, a low-latency, high
13 quality VoIP application. mumble-server-wrapper is a wrapper script to
14 make it easier for normal users to set up their own, private Mumble
15 server.
16
18 -d "directory"
19 Set directory to use. By default, the wrapper script uses
20 $HOME/murmur
21
22 -s Check if mumble-server process is running.
23
24 -k Terminate running mumble-server process.
25
26 -i Initialize only, do not start the server.
27
28 -p "password"
29 Specify password for the SuperUser account and exit. SuperUser
30 is the mumble equivalent of root, a special user which bypasses
31 all access restrictions.
32
34 To create your own private server, you first want to run
35
36 mumble-server-user-wrapper -i
37
38 Then edit ~/murmur/murmur.ini to set the various configuration set‐
39 tings. The most important is probably the port; unless you're the only
40 mumble-server process running on this server, you'll need to change it.
41
42 When you're happy with your settings, you need to set the password for
43 SuperUser, which is your administrator account.
44
45 mumble-server-user-wrapper -p <password>
46
47 Once this is done, simply run
48
49 mumble-server-user-wrapper
50
51 to start the server.
52
54 mumble-server(1).
55
57 mumble and mumble-server were written by The Mumble Developers.
58
59
60
61 2015 December 27 mumble-server-user-wrapper(1)