Running Murmur

From Mumble Wiki
Revision as of 00:56, 13 December 2005 by Mudboy (talk | contribs) (Running From Command Prompt)
Jump to: navigation, search

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 proporties. In here you will see multiple textboxes, the target textbox 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, thne 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.

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