Mumble Server Configuration to Enable Ice

Improve this page

To enable the Ice interface in your murmur.ini configuration file, we recommend to first disable DBus by commenting out:

dbus=session

Then enable Ice for ‘’localhost’’ on port ‘‘6502’’ by adding or uncommenting:

ice="tcp -h 127.0.0.1 -p 6502"

Now restart Murmur so the change takes effect.

To check if Ice in fact does listen, on UNIX type:

netstat -apn | grep 6502

and on Windows type:

netstat -an

and look for the process listening on port 6502.

If the port is not being listened on, check Murmurs log. It should state enabling ice on startup. If it does not, something of your configuration went wrong.

MurmurIce: Endpoint "tcp -h 127.0.0.1 -p 6502" running