ARK · COMMAND
AddExperience
- Command
Award experience points directly to a player or tribe, with control over sharing and tribe attribution.
The AddExperience is just the start. Join the GameServersHub Discord for the full playbook on running your server. As of .
Syntax
Console syntax
cheat AddExperience <Amount> <From Tribe> <Prevent Sharing With Tribe>Arguments
- amount type: number
- The amount of experience you wish to increase your experience by.
- from tribe type: boolean
- Whether or not to add experience as-if it came from a tribe - 'true' to add as-if it came from a tribe, 'false' to add as-if it did not.
- prevent sharing with tribe type: boolean
- Set this to 'true' to give experience only to the player who executes the command, 'false' to share with the player's tribe.
About
AddExperience grants XP to the player who runs the command. Use the first argument to set the amount. The second argument determines whether the game treats the XP as coming from a tribe action (which affects how it's logged or displayed). The third argument controls whether the XP stays with the individual player or spreads to their entire tribe.
This command is useful for correcting lost progress, testing level thresholds, or bulk-granting XP during events. Run it from the in-game admin console with cheat prefix.
Frequently Asked Questions
- What is the syntax for the AddExperience command?
- The syntax is
cheat AddExperience <Amount> <From Tribe> <Prevent Sharing With Tribe>. 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. - When was the AddExperience data last updated?
- The AddExperience 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 AddExperience in ARK: Survival Ascended?
- Award experience points directly to a player or tribe, with control over sharing and tribe attribution.
- Can I run the AddExperience command over RCON?
- Yes. Send
cheat AddExperience <Amount> <From Tribe> <Prevent Sharing With Tribe>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. - Which game is the AddExperience from?
- The AddExperience is from ARK: Survival Ascended. Every ID, code, and command on this page is specific to ARK: Survival Ascended and its current live build.
- What is the AddExperience used for?
- AddExperience grants XP to the player who runs the command. Use the first argument to set the amount. The second argument determines whether the game treats the XP as coming from a tribe action (which affects how it's logged or displayed). The third argument controls whether the XP stays with the individual player or spreads to their entire tribe.
- How do I enable admin commands to run AddExperience?
- In single-player, cheats are on by default. On a dedicated or hosted server, log in as admin with
enablecheats <AdminPassword>first, then runcheat AddExperience <Amount> <From Tribe> <Prevent Sharing With Tribe>. Without admin access the console rejects it. - What arguments does the AddExperience command take?
- The AddExperience command takes 3 arguments: amount type: number, from tribe type: boolean, prevent sharing with tribe type: boolean. See the Arguments section on this page for what each one does.