ARK · CREATURE

Cnidaria (Rift) Creature
- Creature
- Aquatica
A Rift-variant Cnidaria from the Aquatica DLC, identifiable by entity ID Cnidaria_Character_BP_Rift_C for spawning and management purposes.
Running the Cnidaria (Rift) Creature on your server? Hop into our Discord and get a hand from admins who use it every day. Live as of .
Creature ID
Entity / blueprint class
Cnidaria_Character_BP_Rift_CBlueprint path
"Blueprint'/Game/Abyss/Dinos/Rift/Cnidaria_Character_BP_Rift.Cnidaria_Character_BP_Rift'"Summon Commands
Wild (Summon)
admincheat Summon Cnidaria_Character_BP_Rift_CTamed (GMSummon, level 150)
cheat GMSummon "Cnidaria_Character_BP_Rift_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/Abyss/Dinos/Rift/Cnidaria_Character_BP_Rift.Cnidaria_Character_BP_Rift'" 0 0 0 0About
The Cnidaria (Rift) is an invertebrate creature introduced with the Aquatica DLC. It is a variant of the standard Cnidaria, distinguished by its Rift designation, and shares the Cnidaria name tag used for targeting and behavioral grouping on a server.
Admins working with spawn commands or creature management scripts should reference the entity ID Cnidaria_Character_BP_Rift_C to ensure this specific variant is spawned rather than the base Cnidaria. The shared name tag means some commands that target by tag may affect both variants simultaneously, so precision matters when adjusting population or behavior settings.
As an aquatic invertebrate, this creature appears in water environments tied to the Aquatica DLC content. Confirm the DLC is active on your server before attempting to spawn or expect natural occurrence of this variant.
Frequently Asked Questions
- How do I spawn a Cnidaria (Rift) Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/Abyss/Dinos/Rift/Cnidaria_Character_BP_Rift.Cnidaria_Character_BP_Rift'" 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 Cnidaria (Rift) Creature precisely instead of dropping it on top of your character. - Which game is the Cnidaria (Rift) Creature from?
- The Cnidaria (Rift) 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 Cnidaria (Rift) Creature in ARK: Survival Ascended?
- A Rift-variant Cnidaria from the Aquatica DLC, identifiable by entity ID Cnidaria_Character_BP_Rift_C for spawning and management purposes.
- What type of creature is the Cnidaria (Rift) Creature?
- The Cnidaria (Rift) Creature is classified as a invertebrate in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
- What is the blueprint path for the Cnidaria (Rift) Creature?
- The Cnidaria (Rift) Creature blueprint path is
"Blueprint'/Game/Abyss/Dinos/Rift/Cnidaria_Character_BP_Rift.Cnidaria_Character_BP_Rift'". 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. - When was the Cnidaria (Rift) Creature data last updated?
- The Cnidaria (Rift) 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 Cnidaria (Rift) Creature name tag for Game.ini?
- The Cnidaria (Rift) Creature uses the name tag
Cnidaria. That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers inGame.ini. - What's the Cnidaria (Rift) Creature entity ID?
- The creature ID for the Cnidaria (Rift) Creature is
Cnidaria_Character_BP_Rift_C. This is the blueprint class the game uses to identify it, and it's what admin summon commands take. - Is the Cnidaria (Rift) Creature a DLC creature or part of the base game?
- The Cnidaria (Rift) Creature is tied to the Aquatica 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 Cnidaria (Rift) Creature used for?
- The Cnidaria (Rift) is an invertebrate creature introduced with the Aquatica DLC. It is a variant of the standard Cnidaria, distinguished by its Rift designation, and shares the
Cnidarianame tag used for targeting and behavioral grouping on a server. - How do I spawn a tamed Cnidaria (Rift) Creature?
- Open the admin console and run
cheat GMSummon "Cnidaria_Character_BP_Rift_C" 150. GMSummon spawns a tamed Cnidaria (Rift) 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 Cnidaria (Rift) Creature?
- Run
cheat Summon Cnidaria_Character_BP_Rift_Cin the admin console. Summon spawns a wild, untamed Cnidaria (Rift) Creature at your location. Use GMSummon instead if you want it pre-tamed. - How do I spawn the Cnidaria (Rift) Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon Cnidaria_Character_BP_Rift_C. Log in as admin first (enablecheats <AdminPassword>); if your tool already runs with admin context, drop the leading "cheat".