ARK · CREATURE

Moeder Creature
- Creature
- Genesis
Moeder is the Genesis DLC boss creature; admins reference its entity ID EelBoss_Character_BP_C for spawning and mission configuration.
Running the Moeder Creature on your server? Hop into our Discord and get a hand from admins who use it every day. Live as of .
Creature ID
Entity / blueprint class
EelBoss_Character_BP_CBlueprint path
"Blueprint'/Game/Genesis/Dinos/EelBoss/EelBoss_Character_BP.EelBoss_Character_BP'"Summon Commands
Wild (Summon)
admincheat Summon EelBoss_Character_BP_CTamed (GMSummon, level 150)
cheat GMSummon "EelBoss_Character_BP_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/Genesis/Dinos/EelBoss/EelBoss_Character_BP.EelBoss_Character_BP'" 0 0 0 0About
Moeder is a fantasy-type boss creature introduced in the Genesis DLC. It serves as one of the major bosses players must defeat to progress through the Genesis simulation, and it does not appear in the wild outside of its designated boss encounter.
For server admins, the entity ID EelBoss_Character_BP_C is the key identifier when using spawn commands or configuring mission-related settings. Use SpawnDino with this ID if you need to summon Moeder outside of its normal encounter context, such as for testing difficulty scaling or reward drops.
Because Moeder is a scripted boss rather than a roaming creature, behavior outside its intended mission context may be unpredictable. Test any spawn-based configuration on a non-production server before applying it to a live environment.
Frequently Asked Questions
- How do I spawn a wild Moeder Creature?
- Run
cheat Summon EelBoss_Character_BP_Cin the admin console. Summon spawns a wild, untamed Moeder Creature at your location. Use GMSummon instead if you want it pre-tamed. - How do I spawn a Moeder Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/Genesis/Dinos/EelBoss/EelBoss_Character_BP.EelBoss_Character_BP'" 0 0 0 0. SpawnDino takes the full blueprint path followed by spawn distance, Y offset, Z offset and level, so you can place the Moeder Creature precisely instead of dropping it on top of your character. - When was the Moeder Creature data last updated?
- The Moeder Creature entry was last verified on GameServersCodex on June 28, 2026. We track the live ARK: ASA build, so the details here reflect the current patch.
- How do I spawn a tamed Moeder Creature?
- Open the admin console and run
cheat GMSummon "EelBoss_Character_BP_C" 150. GMSummon spawns a tamed Moeder Creature at the given level (150 here); change the number to set the level. Verified against the current ARK: ASA build as of June 28, 2026. - What type of creature is the Moeder Creature?
- The Moeder Creature is classified as a fantasy in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
- Which game is the Moeder Creature from?
- The Moeder Creature is from ARK: Survival Ascended. Every ID, code, and command on this page is specific to ARK: Survival Ascended and its current live build.
- What's the Moeder Creature entity ID?
- The creature ID for the Moeder Creature is
EelBoss_Character_BP_C. This is the blueprint class the game uses to identify it, and it's what admin summon commands take. - What is the Moeder Creature name tag for Game.ini?
- The Moeder Creature uses the name tag
Moeder. That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers inGame.ini. - Is the Moeder Creature a DLC creature or part of the base game?
- The Moeder Creature is tied to the Genesis content, so that map or pack must be installed for it to appear naturally. Admins can still force-spawn it on any map with summon commands.
- What is the blueprint path for the Moeder Creature?
- The Moeder Creature blueprint path is
"Blueprint'/Game/Genesis/Dinos/EelBoss/EelBoss_Character_BP.EelBoss_Character_BP'". Keep the wrapping quotes: SpawnDino and the other path-based admin commands need them to read the path as one argument. Verified against the current ARK: ASA build as of June 28, 2026. - What is the Moeder Creature used for?
- Moeder is a fantasy-type boss creature introduced in the Genesis DLC. It serves as one of the major bosses players must defeat to progress through the Genesis simulation, and it does not appear in the wild outside of its designated boss encounter.
- What is the Moeder Creature?
- Moeder is the Genesis DLC boss creature; admins reference its entity ID EelBoss_Character_BP_C for spawning and mission configuration.
- How do I spawn the Moeder Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon EelBoss_Character_BP_C. Log in as admin first (enablecheats <AdminPassword>); if your tool already runs with admin context, drop the leading "cheat".