Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] Linuxserver.io - McMyAdmin

Featured Replies

linuxserver_medium.png

 

Application Name: McMyAdmin

Application Site: https://www.mcmyadmin.com/

Docker Hub: https://hub.docker.com/r/linuxserver/mcmyadmin2/

Github: https://github.com/linuxserver/docker-mcmyadmin

 

Please post any questions/issues relating to this docker you have in this thread.

 

If you are not using Unraid (and you should be!) then please do not post here, instead head to linuxserver.io to see how to get support.

Edited by linuxserver.io

  • Replies 96
  • Views 29k
  • Created
  • Last Reply

Hey, just installed this container and I am getting a problem where the application starts (Successfully?), then throws up this log message, and the application stops running.

 

Success! Everything compiled successfully. Copying final .jar files now.
Copying craftbukkit-1.8.8-R0.1-SNAPSHOT.jar to /tmp/.
- Saved as craftbukkit-1.8.8.jar
Copying spigot-1.8.8-R0.1-SNAPSHOT.jar to /tmp/.
- Saved as spigot-1.8.8.jar

 

I tried deleting the application and remaking it just in case something downloaded incorrectly, but I get the same error message. Any ideas?

state.PNG.91951efaa6c75943d0796c17eb87856f.PNG

settings.PNG.bb77d84937fec75a1e500a0a56fe794a.PNG

Hey, just installed this container and I am getting a problem where the application starts (Successfully?), then throws up this log message, and the application stops running.

 

Success! Everything compiled successfully. Copying final .jar files now.
Copying craftbukkit-1.8.8-R0.1-SNAPSHOT.jar to /tmp/.
- Saved as craftbukkit-1.8.8.jar
Copying spigot-1.8.8-R0.1-SNAPSHOT.jar to /tmp/.
- Saved as spigot-1.8.8.jar

 

I tried deleting the application and remaking it just in case something downloaded incorrectly, but I get the same error message. Any ideas?

 

I'm downloading to check this container.  It takes a little while to build though..  ;)

I couldnt get this to work last night either - it appears that it was updated on github - https://github.com/linuxserver/docker-mcmyadmin

 

12 days ago and some stuff taken out perhaps it was causing an issue.

 

I wonder if the Docker hasn't been updated with latest info?

 

Stuart

I might have dropped the ball in the middle here. I shall fix it today if nothing bad happens, but I have a question from you all, what would you most like too see from this container ?

Excellent :-)  My Daughter and I are avid players of mine craft on our local network and now I am moving off of a windows server to UNraid will be fab to have all my apps in one place.

 

It would be fantastic if we could have it so it is fairly flexible - I haven't used McMyAdmin 2 but I think it does everything I want after reading the site namely...

 

1 - Have a nice webgui to pick a bunch of stuff inc:

 

1a - Version of minecraft server we want to run

1b - pick what mods we want installed.

1c - ability to import maps (wg the one we have spent years doing :-) )

1d - ability to backup etc

 

This will be fantastic to have running :-)

 

Thanks

 

Stuart

The container is called mcmyadmin2 try to redownload the template or rename it in the unraid ui

trying now :-)

So it runs....but cannot start it or install anything or change any settings - this is what log says, wonder if permissions error?

 

10:05:09 PM CONSOLE: thread/WARN]: Failed to save server.properties

10:05:09 PM CONSOLE: (Permission denied)

10:05:09 PM CONSOLE: Method) ~[?:1.7.0_80]

10:05:10 PM CONSOLE: [iNFO] Generating new properties file

10:05:10 PM CONSOLE: thread/WARN]: Failed to save server.properties

10:05:10 PM CONSOLE: (Permission denied)

 

it goes on and on :-)

any chance you could have a looksee as this looks absolutely perfect for running a home minecraft server on unraid :-)

I am running this docker and am not having any problems at all.  I dont think it is an issue with the docker, but more something localized to your system

I am running this docker and am not having any problems at all.  I dont think it is an issue with the docker, but more something localized to your system

 

Can you confirm you're running the updated version.  mcmyadmin has seen a lot of updates and it may be these are not reflected in your container and that is why you aren't seeing any problems.

 

It has been updated in the last 24 hours and again a few days prior to this.

 

If you have a working config at the moment, I wouldn't recommend any updates until this is all sorted out.

any chance you could have a looksee as this looks absolutely perfect for running a home minecraft server on unraid :-)

 

It's being looked into...

I am running this docker and am not having any problems at all.  I dont think it is an issue with the docker, but more something localized to your system

 

Can you confirm you're running the updated version.  mcmyadmin has seen a lot of updates and it may be these are not reflected in your container and that is why you aren't seeing any problems.

 

It has been updated in the last 24 hours and again a few days prior to this.

 

If you have a working config at the moment, I wouldn't recommend any updates until this is all sorted out.

 

I just did a quick test with setting up a brand new one and going through all the steps

 

1st thing i had to do was log into the docker and change the permissions on all the directories/files in the minecraft directory

 

root@tower :/ docker exec -it mcmyadmin2New bash

root@5e4cc773f812:/# chown -R abc.users minecraft

 

then you have to edit the /minecraft/Minecraft/eula.txt file

 

root@5e4cc773f812:/# vi /minecraft/Minecraft/eula.txt

 

change  eula=false    to    eula=true

 

then run the following command to change the login password

 

root@5e4cc773f812:/# cd /minecraft

root@5e4cc773f812:/# ./MCMA2_Linux_x86_64 -setpass SOMEPASSWORDHERE -configonly

 

then restart the docker and give it time to build the minecraft server .jar's

 

 

Scott

I am running this docker and am not having any problems at all.  I dont think it is an issue with the docker, but more something localized to your system

 

Can you confirm you're running the updated version.  mcmyadmin has seen a lot of updates and it may be these are not reflected in your container and that is why you aren't seeing any problems.

 

It has been updated in the last 24 hours and again a few days prior to this.

 

If you have a working config at the moment, I wouldn't recommend any updates until this is all sorted out.

 

I just did a quick test with setting up a brand new one and going through all the steps

 

1st thing i had to do was log into the docker and change the permissions on all the directories/files in the minecraft directory

 

root@tower :/ docker exec -it mcmyadmin2New bash

root@5e4cc773f812:/# chown -R abc.users minecraft

 

then you have to edit the /minecraft/Minecraft/eula.txt file

 

root@5e4cc773f812:/# vi /minecraft/Minecraft/eula.txt

 

change  eula=false    to    eula=true

 

then run the following command to change the login password

 

root@5e4cc773f812:/# cd /minecraft

root@5e4cc773f812:/# ./MCMA2_Linux_x86_64 -setpass SOMEPASSWORDHERE -configonly

 

then restart the docker and give it time to build the minecraft server .jar's

 

 

Scott

 

Is this mcmyadmin or mcmyadmin2?

OK will delete the existing one and do a fresh install :-)

Before I install - could you confirm this is correct I searched for mymcadmin2 but only this comes back.

 

Thanks

 

Stuart

5.jpg.5f44fe485ed596d68d5844b1bf0beff1.jpg

Figured out the Linuxserver io github - added it and have downloaded direct from there rather than risking the community search just in case it is wrong version :-)

 

This linux stuff is sooo different to Windows :-)

W00T W00T :-) all working.

 

Now to replicate my current environment then upload my current world :-)

 

Thanks guys!  Awesome!

Nope, now it crashes the log window too :-(

error.png.1e2b52ad08233f5c53ae4fcec7e17247.png

 

Nope, now it crashes the log window too :-(

try rebooting the system. I can promise you that is not the fault of container

Oh, believe me, I blame my system entirely!

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.