How to Add Admins on Your ARK: Survival Ascended Server

Learn how to set up an admin password and use admin commands on your ARK: Survival Ascended dedicated server.

ARK: Survival Ascended uses an admin password system to grant admin access. Any player who knows the admin password can enable admin mode in-game and use cheat commands to manage the server, spawn items, teleport players, and more.

Setting the Admin Password

Open the XGamingServer panel

Log in to the XGamingServer panel and select your ARK: Survival Ascended server. Stop the server.

Set the admin password via Startup

Click Startup in the sidebar. Find the Admin Password field (this maps to the ?ServerAdminPassword= parameter) and enter a strong, unique password.

Alternatively, you can set it directly in the config file:

  1. Click Files in the sidebar.
  2. Navigate to ShooterGame/Saved/Config/WindowsServer/.
  3. Open GameUserSettings.ini.
  4. Under [ServerSettings], add or edit:
ServerAdminPassword=YourAdminPassword

Save and restart

Save your changes and start the server.

⚠️ Warning: The admin password is separate from the server password. The server password restricts who can join, while the admin password grants cheat access. Use a different password for each.

Enabling Admin In-Game

Once the admin password is set on the server, any player can enable admin mode:

Open the admin console

While in-game, press Tab to open the console.

Authenticate as admin

Type the following command and press Enter:

EnableCheats YourAdminPassword

Replace YourAdminPassword with the password you set on the server. If successful, you'll see a confirmation message.

Use admin commands

You can now use admin commands by typing them in the console. All admin commands must be prefixed with admincheat:

admincheat fly
admincheat god
admincheat giveresources

📝 Note: You must re-authenticate with EnableCheats every time you connect to the server. Admin status does not persist between sessions.

Essential Admin Commands

CommandDescription
admincheat flyEnable flight mode
admincheat walkDisable flight mode
admincheat godEnable god mode (invincibility)
admincheat ghostNoclip through walls and terrain
admincheat giveresourcesGive yourself 50 of every resource
admincheat addexperience 1000 0 1Give yourself 1000 XP
admincheat forcetameInstantly tame the creature you're looking at
admincheat destroywilddinosRemove all wild dinos (forces respawn)
admincheat settimeofday 12:00Set the in-game time
admincheat saveworldForce a world save
admincheat broadcast <message>Send a server-wide message

Player Management Commands

CommandDescription
admincheat listplayersList all connected players with their IDs
admincheat kick <SteamID>Kick a player by their Steam ID
admincheat banplayer <SteamID>Ban a player by their Steam ID
admincheat unbanplayer <SteamID>Unban a previously banned player
admincheat teleporttoplayer <PlayerID>Teleport to a specific player
admincheat summonplayer <SteamID>Teleport a player to your location

Spawning Items and Dinos

To spawn items, use the GiveItemNum or GFI commands:

admincheat GFI MetalIngot 100 0 0

This gives you 100 metal ingots. The format is GFI <ItemName> <Quantity> <Quality> <ForceBlueprint>.

To spawn a tamed dinosaur:

admincheat summon <DinoID>
admincheat forcetame

Or use GMSummon to spawn an already-tamed dino at a specific level:

admincheat GMSummon "Rex_Character_BP_C" 150

Admin Logging

ARK:SA logs admin commands to help you track what admins are doing on your server. You can enable admin logging in GameUserSettings.ini:

[ServerSettings]
AdminLogging=True

When enabled, all admin commands are logged to the server's log files, which you can view in the Console tab on the XGamingServer panel.

💡 Tip: Only share the admin password with people you fully trust. Anyone with the admin password has complete control over your server, including the ability to spawn items, kill players, destroy structures, and wipe the server. Consider using RCON for remote administration instead of sharing the in-game admin password.

If you get stuck at any time, you can join our Discord.

How is this guide?

40% Off — Limited TimeGet your Ark Survival Ascended server todayInstant setup, DDoS protection, and 24/7 support included.
Get a Server

On this page