ARK · COMMAND
GFI
- Command
Spawns items directly into your inventory by GFI code, with control over quantity, quality, and whether to spawn the blueprint instead.
The GFI is just the start. Join the GameServersHub Discord for the full playbook on running your server. As of .
Syntax
Console syntax
cheat GFI <Blueprint / GFI> <Amount> <Quality> <Force Blueprint>Arguments
- blueprint / gfi type: gfi code
- The blueprint of the item you wish to add. You can include just part of the blueprint (provided it is unique).
- amount type: number
- The amount of the item(s) you wish to give.
- quality type: number
- The quality you wish the item(s) to have.
- force blueprint type: boolean
- Specify '0' to add the item to your inventory, '1' to add the blueprint of the item to your inventory.
About
GFI is the primary console command for spawning items on demand. Unlike GiveItem, which requires a numeric item ID, GFI accepts a blueprint class name or GFI code, often just a unique substring of it, making it faster and more readable for one-off spawns.
Pass the quantity you want, the quality level (0 for primitive up through higher tiers), and a final flag to decide whether you receive the finished item (0) or its blueprint (1). You can omit or shorten the blueprint argument if the partial string is unique across all items in the game.
This command works from the console on any server where cheats are enabled. It's essential for admins stocking farms, testing recipes, or replacing lost gear without resorting to the slower admin panel.
Frequently Asked Questions
- What is the GFI used for?
- GFI is the primary console command for spawning items on demand. Unlike
GiveItem, which requires a numeric item ID, GFI accepts a blueprint class name or GFI code, often just a unique substring of it, making it faster and more readable for one-off spawns. - How do I enable admin commands to run GFI?
- In single-player, cheats are on by default. On a dedicated or hosted server, log in as admin with
enablecheats <AdminPassword>first, then runcheat GFI <Blueprint / GFI> <Amount> <Quality> <Force Blueprint>. Without admin access the console rejects it. - What is the syntax for the GFI command?
- The syntax is
cheat GFI <Blueprint / GFI> <Amount> <Quality> <Force Blueprint>. 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 GFI?
- Spawns items directly into your inventory by GFI code, with control over quantity, quality, and whether to spawn the blueprint instead.
- What arguments does the GFI command take?
- The GFI command takes 4 arguments: blueprint / gfi type: gfi code, amount type: number, quality type: number, force blueprint type: boolean. See the Arguments section on this page for what each one does.
- Which game is the GFI from?
- The GFI is from ARK: Survival Ascended. Every ID, code, and command on this page is specific to ARK: Survival Ascended and its current live build.
- How current is the GFI info?
- The GFI 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.
- Can I run the GFI command over RCON?
- Yes. Send
cheat GFI <Blueprint / GFI> <Amount> <Quality> <Force Blueprint>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.