Skip to main content

ARK · CREATURE

ARK: Survival Ascended Beyla Creature creature

Beyla Creature

  • Creature
  • Fjordur

Beyla is a boss creature from the Fjordur DLC, requiring admin knowledge of its entity ID for spawning and event management.

The Beyla Creature is just the start. Join the GameServersHub Discord for the full playbook on running your server. As of .

Creature ID

Entity / blueprint class

Beyla_Character_BP_C

Blueprint path

"Blueprint'/Game/Fjordur/Dinos/Beyla/Beyla_Character_BP.Beyla_Character_BP'"

Summon Commands

Wild (Summon)

admincheat Summon Beyla_Character_BP_C

Tamed (GMSummon, level 150)

cheat GMSummon "Beyla_Character_BP_C" 150

Exact placement (SpawnDino)

admincheat SpawnDino "Blueprint'/Game/Fjordur/Dinos/Beyla/Beyla_Character_BP.Beyla_Character_BP'" 0 0 0 0

About

Beyla is a boss-type creature introduced in the Fjordur DLC. As a boss, it does not roam the open world like standard creatures, it appears in a dedicated boss arena encounter, making direct spawning via its entity ID the primary way admins interact with it outside of normal gameplay.

Admins can use Beyla_Character_BP_C as the entity ID when spawning or scripting encounter tests with commands like summon or SpawnDino. This is useful for testing arena setups, verifying boss behavior after server updates, or troubleshooting progression issues on a Fjordur map.

Because Beyla is a boss, standard taming mechanics do not apply. Server operators should account for this when configuring difficulty scaling or custom loot drops tied to boss kills.

Frequently Asked Questions

How do I spawn a wild Beyla Creature?
Run cheat Summon Beyla_Character_BP_C in the admin console. Summon spawns a wild, untamed Beyla Creature at your location. Use GMSummon instead if you want it pre-tamed.
What type of creature is the Beyla Creature?
The Beyla Creature is classified as a boss in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
What is the blueprint path for the Beyla Creature?
The Beyla Creature blueprint path is "Blueprint'/Game/Fjordur/Dinos/Beyla/Beyla_Character_BP.Beyla_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.
How do I spawn a Beyla Creature at an exact level and position?
Run admincheat SpawnDino "Blueprint'/Game/Fjordur/Dinos/Beyla/Beyla_Character_BP.Beyla_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 Beyla Creature precisely instead of dropping it on top of your character.
How do I spawn a tamed Beyla Creature?
Open the admin console and run cheat GMSummon "Beyla_Character_BP_C" 150. GMSummon spawns a tamed Beyla 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 Beyla Creature name tag for Game.ini?
The Beyla Creature uses the name tag Beyla. That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers in Game.ini.
Which game is the Beyla Creature from?
The Beyla 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 Beyla Creature over RCON or on a dedicated server?
Send the same command through RCON or your control panel: admincheat Summon Beyla_Character_BP_C. Log in as admin first (enablecheats <AdminPassword>); if your tool already runs with admin context, drop the leading "cheat".
How current is the Beyla Creature info?
The Beyla 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 is the Beyla Creature used for?
Beyla is a boss-type creature introduced in the Fjordur DLC. As a boss, it does not roam the open world like standard creatures, it appears in a dedicated boss arena encounter, making direct spawning via its entity ID the primary way admins interact with it outside of normal gameplay.
Is the Beyla Creature a DLC creature or part of the base game?
The Beyla Creature is tied to the Fjordur 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's the Beyla Creature entity ID?
The creature ID for the Beyla Creature is Beyla_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 Beyla Creature?
Beyla is a boss creature from the Fjordur DLC, requiring admin knowledge of its entity ID for spawning and event management.