Welcome to mirror list, hosted at ThFree Co, Russian Federation.

murmur-user-wrapper.1 « man - github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fa1dee558bb711122dd36c4eae0ccd4ab94c67b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
.TH murmur\-user\-wrapper 1 "2014 October 23"
.SH NAME
murmur\-user\-wrapper \- User wrapper for murmurd.
.SH SYNOPSIS
.B murmur\-user\-wrapper
.RI [ options ]
.SH DESCRIPTION
Murmur is the server component of Mumble, a low\-latency, high quality VoIP
application. Murmur\-wrapper is a wrapper script to make it easier for normal
users to set up their own, private murmur server.
.SH OPTIONS
.TP
.BI \-d \ "directory"
Set directory to use. By default, the wrapper script uses $HOME/murmur
.TP
.B \-s
Check if murmur process is running.
.TP
.B \-k
Terminate running murmur process.
.TP
.B \-i
Initialize only, do not start the server.
.TP
.BI \-p \ "password"
Specify password for the SuperUser account and exit. SuperUser is the
mumble equivalent of root, a special user which bypasses all access
restrictions.
.SH NOTES
To create your own private server, you first want to run
.IP
murmur\-user\-wrapper \-i
.LP
Then edit ~/murmur/murmur.ini to set the various configuration settings. The
most important is probably the port; unless you're the only murmur process
running on this server, you'll need to change it.

When you're happy with your settings, you need to set the password for
SuperUser, which is your administrator account.
.IP
murmur\-user\-wrapper \-p 
.I "<password>"
.LP

Once this is done, simply run
.IP
murmur\-user\-wrapper
.LP
to start the server.
.SH SEE ALSO
.BR murmurd (1).
.br
.SH AUTHORS
mumble and murmurd were written by the mumble team.