ARK · CREATURE

Dragon Alpha (Fjordur) Creature
- Creature
- Fjordur
The Alpha Dragon boss exclusive to Fjordur, spawnable by entity ID for admin testing and event management.
The Dragon Alpha (Fjordur) Creature is just the start. Join the GameServersHub Discord for the full playbook on running your server. As of .
Creature ID
Entity / blueprint class
Dragon_Character_BP_Boss_Hard_FJ_CBlueprint path
"Blueprint'/Game/Fjordur/Dinos/IslandBosses/Dragon_Character_BP_Boss_Hard_FJ.Dragon_Character_BP_Boss_Hard_FJ'"Summon Commands
Wild (Summon)
admincheat Summon Dragon_Character_BP_Boss_Hard_FJ_CTamed (GMSummon, level 150)
cheat GMSummon "Dragon_Character_BP_Boss_Hard_FJ_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/Fjordur/Dinos/IslandBosses/Dragon_Character_BP_Boss_Hard_FJ.Dragon_Character_BP_Boss_Hard_FJ'" 0 0 0 0About
The Dragon Alpha (Fjordur) is the hardest-tier Dragon boss encounter found on the Fjordur map. As a Boss-type creature, it does not roam the world naturally, it only appears when the corresponding boss summon sequence is triggered through its terminal. This variant is distinct from the standard Dragon boss, tied specifically to the Fjordur DLC.
Admins working with this creature typically use its entity ID Dragon_Character_BP_Boss_Hard_FJ_C with SpawnDino to place it directly for testing arena mechanics, tuning difficulty settings, or verifying loot tables without running the full summoning ritual. Its name tag displays as Dragon (Alpha) in-game, which is useful when cross-referencing log output or kill triggers.
Because it is a boss creature, standard taming mechanics do not apply. Any admin scenario involving persistent spawns or event scripting should account for the creature's boss behavior, including its tendency to ignore standard aggro rules used by wild creatures.
Frequently Asked Questions
- What is the Dragon Alpha (Fjordur) Creature?
- The Alpha Dragon boss exclusive to Fjordur, spawnable by entity ID for admin testing and event management.
- How do I spawn a Dragon Alpha (Fjordur) Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/Fjordur/Dinos/IslandBosses/Dragon_Character_BP_Boss_Hard_FJ.Dragon_Character_BP_Boss_Hard_FJ'" 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 Dragon Alpha (Fjordur) Creature precisely instead of dropping it on top of your character. - What type of creature is the Dragon Alpha (Fjordur) Creature?
- The Dragon Alpha (Fjordur) 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 creature ID for the Dragon Alpha (Fjordur) Creature?
- The creature ID for the Dragon Alpha (Fjordur) Creature is
Dragon_Character_BP_Boss_Hard_FJ_C. This is the blueprint class the game uses to identify it, and it's what admin summon commands take. - What is the Dragon Alpha (Fjordur) Creature used for?
- The Dragon Alpha (Fjordur) is the hardest-tier Dragon boss encounter found on the Fjordur map. As a Boss-type creature, it does not roam the world naturally, it only appears when the corresponding boss summon sequence is triggered through its terminal. This variant is distinct from the standard Dragon boss, tied specifically to the Fjordur DLC.
- How do I spawn the Dragon Alpha (Fjordur) Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon Dragon_Character_BP_Boss_Hard_FJ_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 tamed Dragon Alpha (Fjordur) Creature?
- Open the admin console and run
cheat GMSummon "Dragon_Character_BP_Boss_Hard_FJ_C" 150. GMSummon spawns a tamed Dragon Alpha (Fjordur) 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 a wild Dragon Alpha (Fjordur) Creature?
- Run
cheat Summon Dragon_Character_BP_Boss_Hard_FJ_Cin the admin console. Summon spawns a wild, untamed Dragon Alpha (Fjordur) Creature at your location. Use GMSummon instead if you want it pre-tamed. - When was the Dragon Alpha (Fjordur) Creature data last updated?
- The Dragon Alpha (Fjordur) 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 Dragon Alpha (Fjordur) Creature a DLC creature or part of the base game?
- The Dragon Alpha (Fjordur) 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.
- Which game is the Dragon Alpha (Fjordur) Creature from?
- The Dragon Alpha (Fjordur) 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 Dragon Alpha (Fjordur) Creature?
- The Dragon Alpha (Fjordur) Creature blueprint path is
"Blueprint'/Game/Fjordur/Dinos/IslandBosses/Dragon_Character_BP_Boss_Hard_FJ.Dragon_Character_BP_Boss_Hard_FJ'". 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 Dragon Alpha (Fjordur) Creature name tag for Game.ini?
- The Dragon Alpha (Fjordur) Creature uses the name tag
Dragon (Alpha). That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers inGame.ini.