ARK · CREATURE

Alpha Surface Reaper King Creature
- Creature
- Aberration
An elite alpha predator from Aberration's surface zones; admins need its entity ID to spawn or manage it via server commands.
The Alpha Surface Reaper King Creature is just the start. Join the GameServersHub Discord for the full playbook on running your server. As of .
Creature ID
Entity / blueprint class
MegaXenomorph_Character_BP_Male_Surface_CBlueprint path
"Blueprint'/Game/Aberration/Dinos/Nameless/MegaXenomorph_Character_BP_Male_Surface.MegaXenomorph_Character_BP_Male_Surface'"Summon Commands
Wild (Summon)
admincheat Summon MegaXenomorph_Character_BP_Male_Surface_CTamed (GMSummon, level 150)
cheat GMSummon "MegaXenomorph_Character_BP_Male_Surface_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/Aberration/Dinos/Nameless/MegaXenomorph_Character_BP_Male_Surface.MegaXenomorph_Character_BP_Male_Surface'" 0 0 0 0About
The Alpha Surface Reaper King is an alpha-tier predator exclusive to the Aberration DLC. It roams the dangerous surface areas of Aberration and represents one of the most threatening creatures players can encounter there. Its internal name tag is Elite Xenomorph, which distinguishes it from standard and cave-variant Reaper Kings in server logs and scripts.
Admins working with Aberration servers may need to reference this creature when setting up spawn overrides, difficulty scaling, or event conditions. Use the entity ID MegaXenomorph_Character_BP_Male_Surface_C with commands like SpawnDino or DestroyAll to target it specifically without affecting related variants.
Because it is classified as an alpha predator, standard taming mechanics do not apply, factor this in when designing server rules or mod configurations around taming restrictions.
Frequently Asked Questions
- How do I spawn a Alpha Surface Reaper King Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/Aberration/Dinos/Nameless/MegaXenomorph_Character_BP_Male_Surface.MegaXenomorph_Character_BP_Male_Surface'" 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 Alpha Surface Reaper King Creature precisely instead of dropping it on top of your character. - Which game is the Alpha Surface Reaper King Creature from?
- The Alpha Surface Reaper King 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 is the blueprint path for the Alpha Surface Reaper King Creature?
- The Alpha Surface Reaper King Creature blueprint path is
"Blueprint'/Game/Aberration/Dinos/Nameless/MegaXenomorph_Character_BP_Male_Surface.MegaXenomorph_Character_BP_Male_Surface'". 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 Alpha Surface Reaper King Creature?
- An elite alpha predator from Aberration's surface zones; admins need its entity ID to spawn or manage it via server commands.
- What is the Alpha Surface Reaper King Creature name tag for Game.ini?
- The Alpha Surface Reaper King Creature uses the name tag
Elite Xenomorph. That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers inGame.ini. - Is the Alpha Surface Reaper King Creature a DLC creature or part of the base game?
- The Alpha Surface Reaper King Creature is tied to the Aberration 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 Alpha Surface Reaper King Creature used for?
- The Alpha Surface Reaper King is an alpha-tier predator exclusive to the Aberration DLC. It roams the dangerous surface areas of Aberration and represents one of the most threatening creatures players can encounter there. Its internal name tag is
Elite Xenomorph, which distinguishes it from standard and cave-variant Reaper Kings in server logs and scripts. - How do I spawn a tamed Alpha Surface Reaper King Creature?
- Open the admin console and run
cheat GMSummon "MegaXenomorph_Character_BP_Male_Surface_C" 150. GMSummon spawns a tamed Alpha Surface Reaper King 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. - How current is the Alpha Surface Reaper King Creature info?
- The Alpha Surface Reaper King 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.
- What type of creature is the Alpha Surface Reaper King Creature?
- The Alpha Surface Reaper King Creature is classified as a alpha predator in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
- How do I spawn the Alpha Surface Reaper King Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon MegaXenomorph_Character_BP_Male_Surface_C. Log in as admin first (enablecheats <AdminPassword>); if your tool already runs with admin context, drop the leading "cheat". - What's the Alpha Surface Reaper King Creature entity ID?
- The creature ID for the Alpha Surface Reaper King Creature is
MegaXenomorph_Character_BP_Male_Surface_C. This is the blueprint class the game uses to identify it, and it's what admin summon commands take. - How do I spawn a wild Alpha Surface Reaper King Creature?
- Run
cheat Summon MegaXenomorph_Character_BP_Male_Surface_Cin the admin console. Summon spawns a wild, untamed Alpha Surface Reaper King Creature at your location. Use GMSummon instead if you want it pre-tamed.