Skip to main content

ARK · COMMAND

GameCommand

  • Command

A cheat command that passes gamemode-specific commands to the server, useful for executing custom game logic or mod-related directives.

Questions about the GameCommand (syntax cheat GameCommand <Command>)? Ask the GameServersHub Discord for answers from real server owners. Updated .

Syntax

Console syntax

cheat GameCommand <Command>

Arguments

command type: text
The gamemode-specific command you wish to run.

About

GameCommand is a cheat-only console command that relays a text argument to the active gamemode's command handler. The exact behavior depends on your server's gamemode implementation and any mods or plugins you have installed.

Use this when you need to trigger gamemode-specific functionality that is not exposed through standard ARK commands. The command parameter accepts any text string; what that string does is entirely determined by your gamemode configuration. Always verify your gamemode documentation before attempting a GameCommand call, as invalid or malformed commands will simply be ignored or may produce an error in the logs.

Frequently Asked Questions

What is the GameCommand?
A cheat command that passes gamemode-specific commands to the server, useful for executing custom game logic or mod-related directives.
What is the GameCommand used for?
GameCommand is a cheat-only console command that relays a text argument to the active gamemode's command handler. The exact behavior depends on your server's gamemode implementation and any mods or plugins you have installed.
How current is the GameCommand info?
The GameCommand 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.
How do I use the GameCommand command in ARK: Survival Ascended?
The syntax is cheat GameCommand <Command>. 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.
How do I enable admin commands to run GameCommand?
In single-player, cheats are on by default. On a dedicated or hosted server, log in as admin with enablecheats <AdminPassword> first, then run cheat GameCommand <Command>. Without admin access the console rejects it.
Which game is the GameCommand from?
The GameCommand is from ARK: Survival Ascended. Every ID, code, and command on this page is specific to ARK: Survival Ascended and its current live build.
Can I run the GameCommand command over RCON?
Yes. Send cheat GameCommand <Command> 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 arguments does the GameCommand command take?
The GameCommand command takes one argument: command type: text. See the Arguments section on this page for what each one does.