ARK · CREATURE

Beelzebufo Creature
- Creature
- Base Game
The Beelzebufo is a rideable reptile creature; admins use its entity ID Toad_Character_BP_C to spawn or manage it server-side.
Master the Beelzebufo Creature faster. Join our Discord and swap configs, IDs and commands with the community. As of .
Creature ID
Entity / blueprint class
Toad_Character_BP_CBlueprint path
"Blueprint'/Game/PrimalEarth/Dinos/Toad/Toad_Character_BP.Toad_Character_BP'"Summon Commands
Wild (Summon)
admincheat Summon Toad_Character_BP_CTamed (GMSummon, level 150)
cheat GMSummon "Toad_Character_BP_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/PrimalEarth/Dinos/Toad/Toad_Character_BP.Toad_Character_BP'" 0 0 0 0About
The Beelzebufo is a large frog-like reptile found in the base game, requiring no DLC to appear on any map. It is identified internally by the entity ID Toad_Character_BP_C and the name tag Toad, both of which are useful when writing spawn commands, wild dino wipes, or creature-specific configuration entries.
Admins working with creature population settings or forced tame scenarios should use the entity ID rather than the display name to avoid ambiguity. The name tag Toad may appear in some config contexts such as DinoNameTag overrides, so keeping both values on hand is good practice.
Frequently Asked Questions
- What is the blueprint path for the Beelzebufo Creature?
- The Beelzebufo Creature blueprint path is
"Blueprint'/Game/PrimalEarth/Dinos/Toad/Toad_Character_BP.Toad_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 Beelzebufo Creature name tag for Game.ini?
- The Beelzebufo Creature uses the name tag
Toad. That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers inGame.ini. - What is the Beelzebufo Creature class name?
- The creature ID for the Beelzebufo Creature is
Toad_Character_BP_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 Beelzebufo Creature?
- Run
cheat Summon Toad_Character_BP_Cin the admin console. Summon spawns a wild, untamed Beelzebufo Creature at your location. Use GMSummon instead if you want it pre-tamed. - What is the Beelzebufo Creature used for?
- The Beelzebufo is a large frog-like reptile found in the base game, requiring no DLC to appear on any map. It is identified internally by the entity ID
Toad_Character_BP_Cand the name tagToad, both of which are useful when writing spawn commands, wild dino wipes, or creature-specific configuration entries. - What type of creature is the Beelzebufo Creature?
- The Beelzebufo Creature is classified as a reptile in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
- How do I spawn a tamed Beelzebufo Creature?
- Open the admin console and run
cheat GMSummon "Toad_Character_BP_C" 150. GMSummon spawns a tamed Beelzebufo 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 do I spawn the Beelzebufo Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon Toad_Character_BP_C. Log in as admin first (enablecheats <AdminPassword>); if your tool already runs with admin context, drop the leading "cheat". - Which game is the Beelzebufo Creature from?
- The Beelzebufo 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 a Beelzebufo Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/PrimalEarth/Dinos/Toad/Toad_Character_BP.Toad_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 Beelzebufo Creature precisely instead of dropping it on top of your character. - How current is the Beelzebufo Creature info?
- The Beelzebufo 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.
- Is the Beelzebufo Creature a DLC creature or part of the base game?
- The Beelzebufo Creature is part of the base ARK: Survival Ascended game, so no DLC or map pack is required to spawn it.
- What is the Beelzebufo Creature?
- The Beelzebufo is a rideable reptile creature; admins use its entity ID Toad_Character_BP_C to spawn or manage it server-side.