All apps · 0 apps
MinecraftBasicServer
Docker app from ich777's Repository
Overview
Install MinecraftBasicServer on Unraid in a few clicks.
Find MinecraftBasicServer in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Categories
Download Statistics
Total Downloads Over Time
Related apps
Explore more like this
Explore allLinks
Details
ghcr.io/ich777/minecraftbasicserverRuntime arguments
- Web UI
http://[IP]:[PORT:8080]/- Network
bridge- Shell
bash- Privileged
- false
- Extra Params
--restart=unless-stopped
Template configuration
Container Path: /serverdata/serverfiles
- Target
- /serverdata/serverfiles
- Value
- /mnt/cache/appdata/minecraft
Enter your executable jar file (Minecraft Serverfile) withouat the .jar extension.
- Target
- JAR_NAME
- Value
- server
If you set the variable GAME_V to 'latest' the container will check on every restart if there is a newer version available (if set to 'latest' the variable JAR_NAME has to be 'server' - available options are 'latest', 'custom' or simply leave empty).
- Target
- GAME_V
- Value
- latest
Enter your extra startup parameters otherwise leave blank!
- Target
- GAME_PARAMS
Enter your extra startup parameters for the JVM otherwise leave blank! (Only change if you know what you are doing!!!)
- Target
- EXTRA_JVM_PARAMS
Enter your XMS size in MB (XMS=The initial and minimum heap size. It is recommended to set the minimum heap size equivalent to the maximum heap size in order to minimize the garbage collection.)
- Target
- XMS_SIZE
- Value
- 1024
Enter your XMX size in MB (XMX=The maximum heap size. The performance will decrease if the max heap value is set lower than the amount of live data. It will force frequent garbage collections in order to free up space.)
- Target
- XMX_SIZE
- Value
- 1024
Container Port: 25565
- Target
- 25565
- Value
- 25565
Not required if not needed
- Target
- 25575
- Value
- 25575
WebConsole (by default, you can connect to the Minecraft console by opening your browser and go to HOSTIP:9011 - eg: 192.168.1.1:9011 - or click on WebUI on the Docker page within Unraid).
- Target
- 8080
- Value
- 9011
Head over to: https://account.mojang.com/documents/minecraft_eula to read the EULA. (If you accept the EULA change the value to 'true' without quotes).
- Target
- ACCEPT_EULA
- Default
- false
- Value
- false
Enter your prefered Runtime: 'basicjre'=jre8, 'jre11'=jre11, 'jre15'=jre15, 'jre16'=jre16, 'jre17'=jre17, 'jre21=jre21' Don't change unless you are knowing what you are doing!
- Target
- RUNTIME_NAME
- Value
- jre25
Container Variable: UID
- Value
- 99
Container Variable: GID
- Value
- 100