ARK · COMMAND
GiveExpToPlayer
- Command
Awards experience points to a specific player by their UE4 ID, with control over tribe attribution and sharing.
The GiveExpToPlayer is just the start. Join the GameServersHub Discord for the full playbook on running your server. As of .
Syntax
Console syntax
cheat GiveExpToPlayer <UE4 ID> <Amount> <From Tribe> <Prevent Sharing With Tribe>Arguments
- ue4 id type: ue4 id
- The player ID (UE4) you wish to give experience to.
- amount type: number
- The amount of experience you wish to give to the player.
- from tribe type: boolean
- Specify 'true' here to add as-if experience came from tribe, 'false' to add as-if it did not come from a tribe.
- prevent sharing with tribe type: boolean
- Specify 'true' here to not share the experience with the player's tribe. Specify 'false' to share with player's tribe.
About
GiveExpToPlayer grants a set amount of experience directly to a player without requiring them to perform an action. This is useful for compensating players after server downtime, testing leveling mechanics, or rewarding participation in events.
You need the player's UE4 ID, the experience amount, and two boolean flags. The "from tribe" flag determines whether the experience appears to originate from the tribe; the "prevent sharing" flag controls whether the tribe receives a portion of the experience as well. Set both to false to give a straightforward personal experience gain that also benefits the tribe, or true to bypass tribe mechanics entirely.
Frequently Asked Questions
- How do I use the GiveExpToPlayer command in ARK: Survival Ascended?
- The syntax is
cheat GiveExpToPlayer <UE4 ID> <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. - What is the GiveExpToPlayer?
- Awards experience points to a specific player by their UE4 ID, with control over tribe attribution and sharing.
- When was the GiveExpToPlayer data last updated?
- The GiveExpToPlayer 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.
- Which game is the GiveExpToPlayer from?
- The GiveExpToPlayer 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 GiveExpToPlayer command over RCON?
- Yes. Send
cheat GiveExpToPlayer <UE4 ID> <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. - What is the GiveExpToPlayer used for?
- GiveExpToPlayer grants a set amount of experience directly to a player without requiring them to perform an action. This is useful for compensating players after server downtime, testing leveling mechanics, or rewarding participation in events.
- How do I enable admin commands to run GiveExpToPlayer?
- In single-player, cheats are on by default. On a dedicated or hosted server, log in as admin with
enablecheats <AdminPassword>first, then runcheat GiveExpToPlayer <UE4 ID> <Amount> <From Tribe> <Prevent Sharing With Tribe>. Without admin access the console rejects it. - What arguments does the GiveExpToPlayer command take?
- The GiveExpToPlayer command takes 4 arguments: ue4 id type: ue4 id, 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.