PDA

View Full Version : [ubuntu] Mumble / Murmur Server Help :: I have both installed, now what?



own3mall
August 8th, 2009, 08:10 AM
I've downloaded and installed both mumble and murmur, but I have no idea what to do now. There is no web interface installed right off the bat, so how do I moderate / modify the settings of the server? How do I even know if it's running? What's ICE or whatever it is talking about?

Anyone have a guide for ubuntu 9.04 that is super easy?

I wish it would be as easy as setting up Teamspeak2 on a Windows machine.

Let me know.
~
Thanks
OwN

own3mall
August 10th, 2009, 10:32 PM
Anyone?

Kapli
August 25th, 2009, 02:49 PM
Had these same questions myself, ran into this thread on google.
What I did:
sudo dpkg-reconfigure mumble-server
gksu gedit /etc/mumble-server.ini

By running those commands and configuring it then doing
sudo /etc/init.d/mumble-server restart
I had a mumble server working perfectly.
If you installed mumble server through synaptic then it would of installed a web interface too, to access it type localhost/mumble/ into your browser, localhost/mumble/register.cgi for registering new users.
There are other web interfaces that are more advanced, check out http://mumble.sourceforge.net/Running_Murmur#Web-Interfaces
I haven't tried any of them yet but I will do it later.

own3mall
August 29th, 2009, 06:58 AM
Had these same questions myself, ran into this thread on google.
What I did:
sudo dpkg-reconfigure mumble-server
gksu gedit /etc/mumble-server.ini

By running those commands and configuring it then doing
sudo /etc/init.d/mumble-server restart
I had a mumble server working perfectly.
If you installed mumble server through synaptic then it would of installed a web interface too, to access it type localhost/mumble/ into your browser, localhost/mumble/register.cgi for registering new users.
There are other web interfaces that are more advanced, check out http://mumble.sourceforge.net/Running_Murmur#Web-Interfaces
I haven't tried any of them yet but I will do it later.

How do you install it through synaptic? It came with web administration? How do you create admin users?