diff --git a/services/minetest.myco b/services/minetest.myco
new file mode 100644
index 0000000..8834f84
--- /dev/null
+++ b/services/minetest.myco
@@ -0,0 +1,47 @@
+# Minetest
+
+## Access
+
+Our minetest server requires that you download
+minetest version 5.0.3 or greater.
+
+After starting minetest, find us in the public lobby.
+We should be called "Cyberia.Club"
+
+
+If you cannot find us, here is the manual login
+info:
+
+```
+server: minetest.cyberia.club
+port: 30000
+```
+
+## Login failure
+
+the first time you connect, you'll have to enter a username
+and a password before you connect.
+
+it will ask you if you'd like to register, you'll click yes -
+then use that username and password moving forward.
+
+## Troubleshooting
+
+
+`nc -vz -u minetest.cyberia.club 30000`
+
+`/var/games/minetest-server/.minetest/`
+
+`systemctl status minetest-server`
+
+Make sure the mineclone2 game version is compatible with the current minetest version. Otherwise the `minetest-server` service wont start. (the server autoupdates (tracked by apt) but the installed game does not)
+
+compare
+```
+/usr/lib/minetest/minetestserver --version
+```
+
+and
+```
+cat /var/games/minetest-server/.minetest/games/mineclone2/README.md | grep -i -A 5 -B 5 minetest | grep -i version
+```
\ No newline at end of file