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.

camryn1242

Members
  • Joined

  • Last visited

  1. You were right on this part. I changed those to 1000 and I am still getting the same errors. I have tried restarting the container and even removing the container and reinstalling it?
  2. I just ran the example from the site: docker run --name MinecraftBasicServer -d \ -p 25565:25565 -p 9011:8080 \ --env 'RUNTIME_NAME=basicjre' \ --env 'JAR_NAME=server' \ --env 'GAME_V=latest' \ --env 'GAME_PORT=25565' \ --env 'XMX_SIZE=1024' \ --env 'XMS_SIZE=1024' \ --env 'ACCEPT_EULA=true' \ --env 'UID=99' \ --env 'GID=100' \ --volume /mnt/user/appdata/minecraftbasicserver:/serverdata/serverfiles \ ich777/minecraftbasicserver
  3. I am running Ubuntu 22.04 Your suggestion worked but whenever I ran it again I continue to get this error: ---EULA not found please stand by...--- grep: /serverdata/serverfiles/eula.txt: No such file or directory ---Waiting for logs, please stand by...--- at java.net.URLClassLoader.defineClass(URLClassLoader.java:473) at java.net.URLClassLoader.access$100(URLClassLoader.java:74) at java.net.URLClassLoader$1.run(URLClassLoader.java:369) at java.net.URLClassLoader$1.run(URLClassLoader.java:363) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:362) at java.lang.ClassLoader.loadClass(ClassLoader.java:418) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:355) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:601) Terminated So I had tried manually creating a eula.txt in the path and I still get the same error. I double checked that Java was installed and it was. I am not too sure what this means
  4. camryn1242 joined the community
  5. When trying to set up the minecraft server I ran the example: docker run --name MinecraftBasicServer -d \ -p 25565:25565 -p 9011:8080 \ --env 'RUNTIME_NAME=basicjre' \ --env 'JAR_NAME=server' \ --env 'GAME_V=latest' \ --env 'GAME_PORT=25565' \ --env 'XMX_SIZE=1024' \ --env 'XMS_SIZE=1024' \ --env 'ACCEPT_EULA=true' \ --env 'UID=99' \ --env 'GID=100' \ --volume /mnt/user/appdata/minecraftbasicserver:/serverdata/serverfiles \ ich777/minecraftbasicserver and I get this message in the logs: ---Ensuring UID: 99 matches user--- ---Ensuring GID: 100 matches user--- ---Setting umask to 000--- ---Checking for optional scripts--- ---No optional script found, continuing--- ---Taking ownership of data...--- ---Starting...--- ---Checking for 'runtime' folder--- ---'runtime' folder found--- ---Checking if Runtime is installed--- ---Downloading and installing Basic Runtime--- ---Something went wrong, can't download Runtime, putting server in sleep mode--- I am relatively new to all of this. Thank you in advance for any help!

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.