diff --git a/etc/murmur.ini b/etc/murmur.ini
new file mode 100644
index 0000000..2b72a50
--- /dev/null
+++ b/etc/murmur.ini
@@ -0,0 +1,15 @@
+database=/var/db/murmur/murmur.sqlite
+logfile=
+welcometext="
Welcome to this server running Murmur.
Enjoy your stay!
"
+port=64738
+serverpassword=
+bandwidth=128000
+users=8
+messageburst=5
+messagelimit=1
+allowping=true
+opusthreshold=0
+channelnestinglimit=2
+channelcountlimit=8
+sslCert=/etc/letsencrypt/live/nxshock.me/fullchain.pem
+sslKey=/etc/letsencrypt/live/nxshock.me/privkey.pem
\ No newline at end of file