#Mumble Configuration File - Murmur.ini
# How many login attempts do we tolerate from one IP
# inside a given timeframe before we ban the connection?
# Note that this is global (shared between all virtual servers), and that
# it counts both successfull and unsuccessfull connection attempts.
# Set either Attempts or Timeframe to 0 to disable.
autobanAttempts = 10
autobanTimeframe = 120
autobanTime = 300
# Murmur default to logging to murmur.log. If you leave this blank,
# murmur will log to the console (linux) or through message boxes (win32).
logfile=murmur.log
# Welcome message sent to clients when they connect
welcometext="
Welcome to our Super Awesome Mumble Server running Murmur.
Enjoy your stay!
"
# Password to join server
serverpassword=
# This is optional. It needs to be blank on a public server if you want your server
# to show in the browsable list. If you set a password simply send the address to
# your friends or publish on your clan or guild website. Remember you can also
# set up your server to use certificate based authentication and ACL's as we will
# do below.
# Maximum bandwidth (in bits per second) clients are allowed
# to send speech at.
bandwidth=72000
# Maximum number of concurrent clients allowed.
users=10
# I've got only a small group of players using the server so I keep this at 10
# To enable public server registration, serverpassword must be blank, and
# this must all be filled out.
# The password here is used to create a registry for the server name; subsequent
# updates will need the same password. Don't lose your password.
# The URL is your own website, and only set the registerHostname for static IP
# addresses.
# Only uncomment the 'registerName' parameter if you wish to give your "Root"
# channel a custom name.
#
registerName=Xonotic
# This will set the top channel name to the name above rather
# than simply "root"
registerPassword=secretregistrationpassword
# The registerPassword and registerUrl registers our server with the
# central or master mumble servers to that it is seen publicily in the
# server browser on the client.
registerUrl=http://www.exmumble.com/
registerHostname=Super Awesome Mumble Server
# The registerHostname will send the name of your Internet available
# server to the Mumble central servers. It is the hostname that
# a client will see when they browse for your Mumble server.
# If you have a proper SSL certificate, you can provide the filenames here.
# Otherwise, Murmur will create it's own certificate automatically.
sslCert=ssl_mumble_cert.crt
sslKey=mumble.key