I am running Kubuntu 15.04 and I want to run my own Mumble Server. Is it possible to do off of the desktop or do you need to be running a Ubuntu server? I have tried setting it up via sudo apt-get install mumble-server
and setting it up via sudo dpkg-reconfigure mumble-server
then editing the .ini file and thought I would be good to go but alas, Connection Denied. I must be doing something wrong I am sure, I am totally new to setting up any kind of voice server. Any help would be appreciated or a kick in the direction of something along the lines of setting up Murmur for dummies as I couldn't find anything tailored towards a complete noob. Thanks in advance.
Asked
Active
Viewed 235 times
1

XploitNT
- 13
1 Answers
0
You should definitely be able to run a Mumble server on Ubuntu Desktop, although you may need to account for not having a static IP depending on your setup.
Try using the official Murmur Guide to set up the server. Also make sure you open the appropriate port for both UDP and TCP (default 64738) in your firewall if you have one.

TheSchwa
- 3,820
/var/log/mumble-server/mumble-server.log
to see what the error is exactly (you'll need to do this as root)? – TheSchwa May 28 '15 at 23:59:)
I posted it as an answer, please accept it when you get a chance. You should post the mic problem as a new question, but in the meantime I'd try listening to the mic to make sure you can hear youself. Either record yourself with a program likeaudacity
and play back the audio, or enable loopback as described here (use headphones!) and after testing, disable it as described here. – TheSchwa May 31 '15 at 11:52