StruxaEggs Explorer

FTB Server

Game

FTB modpacks are now distributed through their own API. This egg was developed for support for modpacks that are distributed through this.

Author: runemaster580@gmail.comSource: pterodactyl/game-eggsUpdated: 5/24/2026

Startup Command

java $( [[ -f log4jfix/Log4jPatcher.jar ]] && printf %s "-javaagent:log4jfix/Log4jPatcher.jar " ) -Xms128M -XX:MaxRAMPercentage=95.0 -Dterminal.jline=false -Dterminal.ansi=true $( [[ ! -f unix_args.txt ]] && printf %s "-jar start-server.jar" || printf %s "@unix_args.txt" )

Docker Images

LabelImage
Java 8ghcr.io/ptero-eggs/yolks:java_8
Java 11ghcr.io/ptero-eggs/yolks:java_11
Java 16ghcr.io/ptero-eggs/yolks:java_16
Java 17ghcr.io/ptero-eggs/yolks:java_17
Java 21ghcr.io/ptero-eggs/yolks:java_21
Java 22ghcr.io/ptero-eggs/yolks:java_22
Java 23ghcr.io/ptero-eggs/yolks:java_23
Java 24ghcr.io/ptero-eggs/yolks:java_24
Java 25ghcr.io/ptero-eggs/yolks:java_25

Environment Variables

NameVariableDefaultRules
FTB Pack search term
the search term for finding the modpack. needs to be at least 4 characters long. Find out what term is needed by using the ftb app and searching with the term. make sure it only returns 1 result. can also be searched for via: https://api.feed-the-beast.com/v1/modpacks/public/modpack/search/8?term={SEARCHTERM} only needed if the modpack id and modpack version id is unknown.
FTB_SEARCH_TERMnonenullable|string
FTB modpack ID
The FTB Api modpack ID. Needed if not using the search variable Example: FTB Interactions ID is 5. https://api.feed-the-beast.com/v1/modpacks/public/modpack/5
FTB_MODPACK_IDnonenullable|integer
FTB Pack Version
what version of the modpack to install. leave empty if using the modpack version id variable.
FTB_VERSION_STRINGnonenullable|string
FTB Pack Version ID
The modpack api version ID. Leave this and FTB Pack Version empty to install latest. Example FTB Revelations version id for version "2.0.2" is 86. which would come out as: https://api.feed-the-beast.com/v1/modpacks/public/modpack/5/86
FTB_MODPACK_VERSION_IDnonenullable|integer

Features

eulajava_versionpid_limit