Vanilla
SERVER_TYPE=vanilla
Official Mojang server jar straight from the version manifest. Set MINECRAFT_VERSION to latest-snapshot for snapshots.
High-performance server with the rich Paper plugin API. Pin an exact build with BUILD_NUMBER.
Feature-packed Paper fork with configurable gameplay mechanics. Build pinning via BUILD_NUMBER.
Regionised multi-threaded tick loop from PaperMC upstream, for very high player counts.
Classic Bukkit/Spigot runtime; BuildTools compilation runs inside the container automatically.
Ultra-lightweight modular mod loader installed from Fabric meta. Loader version is pinnable.
Community-driven open mod loader with backward compatibility for Fabric mods.
Classic mod loader. Java 8 is selected automatically for 1.12.2 / 1.7.10; 1.17+ launches through a generated @unix_args.txt.
NeoForge
SERVER_TYPE=neoforge
Modern Forge fork. The installer runs the official installer and LOADER_VERSION accepts a full NeoForge build (e.g. 21.1.148).
Forge + Bukkit hybrid: run Forge mods and Bukkit/Spigot plugins on the same server.
Open-source Forge & Spigot hybrid server jar.
Velocity
SERVER_TYPE=velocity
Next-generation proxy. velocity.toml is created automatically and its bind address is patched to the panel port; stop is translated to end.
BungeeCord
SERVER_TYPE=bungeecord
Classic proxy connecting multiple backends. config.yml listeners are bound to the allocated port; stop is translated to end.
Waterfall
SERVER_TYPE=waterfall
PaperMC's upgraded BungeeCord fork with improved networking and stability.
Bedrock (BDS)
SERVER_TYPE=bedrock
Official Mojang Bedrock Dedicated Server: runs the native binary directly, no Java involved.
High-throughput Java implementation of Minecraft: Bedrock Edition.
PocketMine-MP
SERVER_TYPE=pocketmine
High-performance Bedrock server written in PHP with a rich plugin ecosystem.
GitHub Releases
SERVER_TYPE=github
Install a server jar straight from any GitHub repo. Release assets (.jar/.zip) are preferred; repos without releases are cloned as source.
Custom Engine
SERVER_TYPE=custom
Executes CUSTOM_COMMAND, or run.custom.sh if you provide one alongside your files.