How to Use Admin Commands on Your ARK: Survival Evolved Server

Updated June 8, 2026

This article walks you through using admin commands on your ARK: Survival Evolved server. The list of commands below is not exhaustive, and not all of them are implemented in the game.

Enabling admin commands

  1. Log into your server in-game.
  2. Press Tab to open the server console.
  3. Type enablecheats adminpasswordgoeshere (without quotes), using your own admin password.
  4. You're all set to use the cheat commands below.

Note: Your admin password is set in the GameUserSettings.ini file, found under Configuration Files in the control panel.

Command reference

CommandEffect
Cheat AddExperience 500 1 1Gives you 500 XP. Change 500 to any value.
Cheat FlyLets your character fly.
Cheat GodMakes you invulnerable.
Cheat GhostNoclip (fly with no collision).
Cheat GiveResourcesGives 50 of every resource (local servers only).
Cheat WalkStops flying.
SetCheatPlayer true/falseEnables or disables the cheat menu.
Cheat SetTimeOfDay <time>Sets the time of day, e.g. admincheat settimeofday 12:00.
Cheat ToggleInfiniteAmmoToggles infinite ammo.
Cheat TeleportTeleports you in the direction you're facing.
Cheat SaveWorldSaves the current world.
Cheat AllowPlayerToJoinNoCheck <steamID>Whitelists the given Steam ID.
Cheat DisallowPlayerToJoinNoCheck <steamID>Removes the Steam ID from the whitelist.
Cheat Broadcast <message>Broadcasts a message to the server.
Cheat Slomo 5Changes movement speed.
Cheat PlayersOnlyFreezes all dinos and crafting.
Cheat ForceTameInstantly tames the targeted dino.
Cheat InfiniteStatsGives infinite hunger, stamina, ammo, etc.
BanPlayer <SteamName>Bans a player from the server.
UnBanPlayer <SteamName>Unbans a player.
Cheat DamageTarget <amount>Deals damage to your target.
Cheat DestroyAllEnemiesDestroys all enemies.
Cheat HurtMe <amount>Damages your own character.
Cheat SetPlayerPos 0 0 0Teleports you to the given coordinates.
Cheat QuitSaves and exits the server.
Cheat ExecSetSleeping true/falsePuts your character to sleep or wakes them.
Cheat EnemyInvisible true/falseMakes creatures ignore you, even if you attack.
Cheat Summon <classname>Summons a creature or structure at your location.
Cheat GiveItemNum <ID> <QTY> <Quality> <True/False>Gives you an item, e.g. admincheat giveitemnum 1 1 1 false.

Why can everyone see my admin commands in chat?

If the commands you run are broadcast to every player in chat, your server has AdminLogging enabled. Turn it off to keep your admin activity private.

  1. Open GameUserSettings.ini under Configuration Files in the control panel.
  2. In the [ServerSettings] section, add or edit this line: AdminLogging=False.
  3. Save the file and restart your server.

Note: With AdminLogging set to False, your admin commands no longer appear in chat for other players.