ARK · CREATURE

Overseer Beta Creature
- Creature
- Base Game
The medium-difficulty Overseer boss variant, identified by entity ID EndBoss_Character_Medium_C, relevant for admins managing end-game boss encounters.
Questions about the Overseer Beta Creature (creature ID EndBoss_Character_Medium_C)? Ask the GameServersHub Discord for answers from real server owners. Updated .
Creature ID
Entity / blueprint class
EndBoss_Character_Medium_CBlueprint path
"Blueprint'/Game/EndGame/Dinos/Endboss/EndBoss_Character_Medium.EndBoss_Character_Medium'"Summon Commands
Wild (Summon)
admincheat Summon EndBoss_Character_Medium_CTamed (GMSummon, level 150)
cheat GMSummon "EndBoss_Character_Medium_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/EndGame/Dinos/Endboss/EndBoss_Character_Medium.EndBoss_Character_Medium'" 0 0 0 0About
The Overseer Beta is the medium-difficulty variant of the Overseer, the final boss of the Island. It shares the Overseer name tag with the other difficulty variants, so when scripting or debugging encounters, the entity ID EndBoss_Character_Medium_C is the reliable way to target this specific version.
Admins encounter this creature when setting up or testing end-game content, adjusting boss difficulty settings, or spawning it directly for event or testing purposes. Because it is classified as a Boss type and carries no DLC requirement, it is available on any base-game Island end-game setup without additional content unlocks.
When force-spawning or referencing this creature in server commands, use the entity ID rather than the name tag to avoid ambiguity with the Alpha and Gamma variants, which share the same Overseer name.
Frequently Asked Questions
- What type of creature is the Overseer Beta Creature?
- The Overseer Beta Creature is classified as a boss in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
- Which game is the Overseer Beta Creature from?
- The Overseer Beta 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.
- How do I spawn the Overseer Beta Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon EndBoss_Character_Medium_C. Log in as admin first (enablecheats <AdminPassword>); if your tool already runs with admin context, drop the leading "cheat". - How do I spawn a wild Overseer Beta Creature?
- Run
cheat Summon EndBoss_Character_Medium_Cin the admin console. Summon spawns a wild, untamed Overseer Beta Creature at your location. Use GMSummon instead if you want it pre-tamed. - What is the Overseer Beta Creature name tag for Game.ini?
- The Overseer Beta Creature uses the name tag
Overseer. That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers inGame.ini. - When was the Overseer Beta Creature data last updated?
- The Overseer Beta 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 Overseer Beta Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/EndGame/Dinos/Endboss/EndBoss_Character_Medium.EndBoss_Character_Medium'" 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 Overseer Beta Creature precisely instead of dropping it on top of your character. - What is the Overseer Beta Creature used for?
- The Overseer Beta is the medium-difficulty variant of the Overseer, the final boss of the Island. It shares the Overseer name tag with the other difficulty variants, so when scripting or debugging encounters, the entity ID
EndBoss_Character_Medium_Cis the reliable way to target this specific version. - Is the Overseer Beta Creature a DLC creature or part of the base game?
- The Overseer Beta Creature is part of the base ARK: Survival Ascended game, so no DLC or map pack is required to spawn it.
- What is the blueprint path for the Overseer Beta Creature?
- The Overseer Beta Creature blueprint path is
"Blueprint'/Game/EndGame/Dinos/Endboss/EndBoss_Character_Medium.EndBoss_Character_Medium'". 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 Overseer Beta Creature?
- The medium-difficulty Overseer boss variant, identified by entity ID EndBoss_Character_Medium_C, relevant for admins managing end-game boss encounters.
- How do I spawn a tamed Overseer Beta Creature?
- Open the admin console and run
cheat GMSummon "EndBoss_Character_Medium_C" 150. GMSummon spawns a tamed Overseer Beta 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 is the Overseer Beta Creature class name?
- The creature ID for the Overseer Beta Creature is
EndBoss_Character_Medium_C. This is the blueprint class the game uses to identify it, and it's what admin summon commands take.