11 Commits

Author SHA1 Message Date
Robert Baker
cb21b6b8a6 fix warn 2019-02-18 01:51:27 -07:00
Robert Baker
6d5f9d9d6e fix: wrong location for _core and templates! 2019-02-16 18:19:08 -07:00
timekills
f312798aaf AARGH folders 2019-01-16 23:38:55 +04:30
timekills
b044460ccf Dang folder fix #6 2019-01-16 23:33:59 +04:30
timekills
75af7b3211 Update mcmyadmin.yml 2019-01-16 23:28:15 +04:30
timekills
975cac4197 Update mcmyadmin.yml 2019-01-16 23:24:54 +04:30
timekills
8a7a25a29f Update mcmyadmin.yml 2019-01-16 23:22:05 +04:30
timekills
6571f0a70b Folder fix 3 2019-01-16 23:18:55 +04:30
timekills
93a8f029aa Folder fix 2 2019-01-16 23:13:59 +04:30
timekills
1b63bf2032 Update folders for logical naming 2019-01-16 23:10:54 +04:30
timekills
8dc8af0e07 Create mcmyadmin.yml
Includes McMyadmin front end and built-in Minecraft server.
-----------------------------------------------
In order to access McMyAdmin you have to change the default username:
From SSH into the server:
1. docker exec -it mcmyadmin2 /bin/bash
2. ./minecraft/MCMA2_Linux_x86_64 /quit
3. ./minecraft/MCMA2_Linux_x86_64 -setpass changme -configonly
3. exit
4. docker stop mcmyadmin2
5. docker start mcmyadmin2
6. login with username admin and password password
6a. Yes. That's not a typo - the login will still be admin and the password will still be password until you change them in the web interface.
7. Change the password for the admin user from the McMyAdmin web interface
8. You can add a new user and delete "admin" if you want from the web interface.
9. DO NOT add "minecraft.tld" to your DNS provider if you want people to go to minecraft.tld as the game server name.
10. You can run servers on the default port (25565) and up to two additional servers on ports 25566 and 25567
2019-01-16 03:44:38 +04:30