diff --git a/etc/mumble/mumble-server.ini b/etc/mumble/mumble-server.ini
new file mode 100644
index 0000000..2afd39a
--- /dev/null
+++ b/etc/mumble/mumble-server.ini
@@ -0,0 +1,20 @@
+database=/var/lib/mumble-server/mumble-server.sqlite
+logfile=
+welcometext="
Welcome to NXShock's server running Mumble.
"
+port=64738
+host=192.168.0.2
+bandwidth=128000
+users=8
+messageburst=5
+messagelimit=1
+allowping=true
+opusthreshold=0
+channelnestinglimit=2
+channelcountlimit=8
+textmessagelength=5000
+imagemessagelength=131072
+allowhtml=true
+bonjour=false
+sslCert=/etc/letsencrypt/live/nxshock.me/fullchain.pem
+sslKey=/etc/letsencrypt/live/nxshock.me/privkey.pem
+uname=_mumble-server
\ No newline at end of file