Difference between revisions of "Running Murmur"

From Mumble Wiki
Jump to: navigation, search
m (Running From The Start Menu: A few spelling corrections)
(Running From The Start Menu: add example ini file location)
Line 4: Line 4:
 
This will run the basic application if you go to the program files menu and select Mumble then click on "murmur". This will start murmur with no extra options.
 
This will run the basic application if you go to the program files menu and select Mumble then click on "murmur". This will start murmur with no extra options.
 
'''Configuring The Run From Start Menu'''
 
'''Configuring The Run From Start Menu'''
Well once you get to the murmur thing in the program files menu instead of left clicking, right click and left click on properties. In here you will see multiple text boxes, the target text box is the one that interests us. We may want an admin cp password so take -supw passwordhere on the end in the quotes and now we have an admin password, then if you want to use another ini file, take a space then -ini filenamehere after that to load that ini file onto the end. Read [[Configuring Murmur]] for information on using the ini file.
+
Well once you get to the murmur thing in the program files menu instead of left clicking, right click and left click on properties. In here you will see multiple text boxes, the target text box is the one that interests us. We may want an admin cp password so take -supw passwordhere on the end in the quotes and now we have an admin password, then if you want to use another ini file, take a space then -ini filenamehere after that to load that ini file onto the end. Read [[Configuring Murmur]] for information on using the ini file. If you checked out from svn, you can find an example ini file in the <code>scripts</code> directory.
  
 
== Running From Command Prompt ==
 
== Running From Command Prompt ==

Revision as of 14:57, 21 June 2007

Murmur: Mumble Server

Running From The Start Menu

This will run the basic application if you go to the program files menu and select Mumble then click on "murmur". This will start murmur with no extra options. Configuring The Run From Start Menu Well once you get to the murmur thing in the program files menu instead of left clicking, right click and left click on properties. In here you will see multiple text boxes, the target text box is the one that interests us. We may want an admin cp password so take -supw passwordhere on the end in the quotes and now we have an admin password, then if you want to use another ini file, take a space then -ini filenamehere after that to load that ini file onto the end. Read Configuring Murmur for information on using the ini file. If you checked out from svn, you can find an example ini file in the scripts directory.

Running From Command Prompt

To set the SuperUser password run

./murmur -supw <password>

This will set the password in the DB and exit.

To run the server

./murmur

If you want to have access to the console at a later date, you can first start a screen

screen -AmS murmur

Then start murmur, and then do a Ctrl-A D. This will disconnect the screen. To get back into the screen at a later date.

screen -r