Menu
 

ASA Console Commands Full Guide - ARK Wiki

ARK: Survival Ascended — Console Commands Full Guide

ASA carries forward the ARK console-command system with some renames and a stricter admin-auth flow. This guide covers opening the console, enabling cheats, the most-used commands, performance/FPS tweaks, and the dino-management commands you'll actually use as a server admin.

Step 1: Open the Console

PlatformHotkey
PC~ (tilde, top-left of keyboard)
XboxRB + LB + Y + X simultaneously
PS5R1 + L1 + Triangle + Square simultaneously

If the console doesn't open, you haven't enabled it server-side — see Step 3.

Step 2: Authenticate as Admin (Multiplayer Servers)

Single-player saves give you cheat access by default. Multiplayer servers require:

  1. Open the console.
  2. Type EnableCheats <your_admin_password> and press Enter.
  3. You'll see a confirmation. Cheats are now active for your session.

Step 3: Enabling Console on a Dedicated Server

Self-hosted servers may have console access disabled by default. To allow it:

  1. Stop the dedicated server.
  2. In GameUserSettings.ini, set EnableCheatProtection=true and define ServerAdminPassword=<strong_password>.
  3. Restart the server.
  4. Connect, open console, run EnableCheats <password>.

Most-Used Admin Commands

CommandEffect
fly / walkToggle no-clip flight. Useful for scouting builds and rescuing dinos.
ghostWalk through walls and terrain.
godInvincibility (still drowns and drops to fall damage in some cases — InfiniteStats is more reliable).
InfiniteStatsInfinite hunger, thirst, stamina, oxygen, weight, and health.
GiveItemNum <id> <qty> <quality> <blueprint 0/1>Spawn item by numeric ID.
SetPlayerPos x y zTeleport to coordinates.
ShowMyAdminManagerOpen the in-game admin panel UI.
BanPlayer <playerName> / KickPlayer <id>Moderation.

Dino Management Commands

CommandEffect
ForceTameAim at a dino, run command — instantly tamed and rideable without saddle.
GMSummon "<Blueprint>" <level>Spawn a tamed dino at the specified level.
Summon <Blueprint>Spawn a wild dino at your reticle.
DestroyWildDinosWipe ALL wild dinos on the map. They respawn over the next ~10 minutes — useful after a mod change.
DestroyMyTargetDelete whatever you're looking at.
DoTameTame the dino at your reticle through normal taming progression.
RefillStatsFully heal/feed the dino you're riding.

FPS & Performance Commands

ASA's UE5 build is heavy. Two console commands help on weaker hardware:

  • r.VolumetricCloud 0 — disable volumetric clouds, the single biggest GPU saver.
  • r.LumenScene.Radiance.HardwareRayTracing 0 — disable hardware Lumen ray tracing.
  • r.SkyAtmosphere 0 — disable atmospheric scattering (simpler skybox).
  • stat fps — show the FPS counter to verify the change actually helped.

For broader options see UE5 performance guide.

Common Mistakes

  • "Cheats don't work after I authenticate" — re-authenticate every session; cheats reset on disconnect.
  • "DestroyWildDinos didn't wipe my server" — it only affects the cell you're loaded into. Use it across rapid teleports if you need a full-map wipe, or run from the server console.
  • "GMSummon spawns a wild dino" — quote the blueprint path. Without quotes, ASA's parser falls back to Summon.
  • "ForceTame freezes the game" — known intermittent issue with very high-level dinos. Use DoTame instead.

Master your server. Host an ASA server with Supercraft and run admin commands from a clean web panel.

Tired of fighting this issue every patch?

Run a managed Ark server with us — we handle the patches, mod-version pinning, save backups, and DDoS protection. Set up in 3 minutes, 5 datacenter regions, no contract.

See Ark hosting plans →
Top