ARK · COMMAND
GetAllState
- Command
Prints all state data for a creature to the server console, useful for debugging tamed dino behavior or inspecting wild creature stats.
Want to go deeper on the GetAllState (syntax cheat GetAllState <Entity ID>)? Join the GameServersHub Discord to trade setups and spawn tips with other server admins. As of .
Syntax
Console syntax
cheat GetAllState <Entity ID>Arguments
- entity id type: entity id
- The entity ID of the creature you wish to print information about to the server console.
About
GetAllState outputs the complete internal state of a creature to the server log. This includes stat values, status effects, inventory contents, and other runtime data that would otherwise be invisible in-game.
To use it, you need the creature's entity ID. You can find this by looking at the creature in-game and reading the entity ID from the HUD, or by cross-referencing your creature database. Run the command and check your server console (not the in-game chat) for the output.
This is most helpful when troubleshooting unexpected behavior, verifying that stat inheritance worked correctly on a newborn, or confirming that a creature has the buffs or debuffs you expect.
Frequently Asked Questions
- When was the GetAllState data last updated?
- The GetAllState 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 GetAllState used for?
- GetAllState outputs the complete internal state of a creature to the server log. This includes stat values, status effects, inventory contents, and other runtime data that would otherwise be invisible in-game.
- How do I enable admin commands to run GetAllState?
- In single-player, cheats are on by default. On a dedicated or hosted server, log in as admin with
enablecheats <AdminPassword>first, then runcheat GetAllState <Entity ID>. Without admin access the console rejects it. - Which game is the GetAllState from?
- The GetAllState 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 use the GetAllState command in ARK: Survival Ascended?
- The syntax is
cheat GetAllState <Entity ID>. Open the admin console, paste it, replace any<placeholders>with real values, and press Enter. Verified against the current ARK: ASA build as of June 28, 2026. - What arguments does the GetAllState command take?
- The GetAllState command takes one argument: entity id type: entity id. See the Arguments section on this page for what each one does.
- Can I run the GetAllState command over RCON?
- Yes. Send
cheat GetAllState <Entity ID>through RCON or your control-panel console. If the connection already runs with admin context, omit the leading "cheat". It works the same on hosted, self-hosted, and RCON setups. - What is GetAllState in ARK: Survival Ascended?
- Prints all state data for a creature to the server console, useful for debugging tamed dino behavior or inspecting wild creature stats.