ARK: Survival Evolved Wiki
Register
Advertisement


Tripwire Alarm Trap This page is designed to be included in other pages using {{:User:Genie451/ConsoleCommandstest/ServerManagement}}.
Do not add section headers or other elements that depend on page flow.
This box will not be included.


AllowPlayerToJoinNoCheck

AllowPlayerToJoinNoCheck <SteamID> 

Cheat: Yes
Target: -
Arguments:

Name Type Description
SteamID Integer[64] Player to whitelist

Description: Adds the player specified by the their Integer encoded Steam ID to the server's whitelist.
Compatible with gaming consoles: No
Example:

cheat AllowPlayerToJoinNoCheck 18446744073709551615

BanPlayer

BanPlayer <SteamID> 

Cheat: Yes
Target: -
Added: 178.0
Arguments:

Name Type Description
SteamID Integer[64] Player to ban

Description: Add the specified player to the server's banned list.
Compatible with gaming consoles: No (Use ShowMyAdminManager)
Example:

cheat BanPlayer 18446744073709551615

Broadcast

Broadcast <MessageText> 

Cheat: Yes
Target: -
Added: 170 or earlier
Arguments:

Name Type Description
MessageText String Message to broadcast

Description: Broadcast a message to all players on the server.
Compatible with gaming consoles: Yes
Example:

cheat Broadcast Hi, everybody!

TribeMessage

TribeMessage <TribeId> <Message> 

Cheat: Yes
Target: -
Arguments:

Name Type Description
TribeId Integer[32] UE4 internal Id of the Tribe
Message String The Message you want to display

Description: Adds a message to the specified tribe's Tribelog
Example:

cheat tribemessage 12358748 Hello my friends

DisallowPlayerToJoinNoCheck

DisallowPlayerToJoinNoCheck <SteamID> 

Cheat: Yes
Target: -
Arguments:

Name Type Description
SteamID Integer[64] Player to remove

Description: Removes the specified player from the server's whitelist.
Compatible with gaming consoles: No
Example:

cheat DisallowPlayerToJoinNoCheck 18446744073709551615

DoExit

DoExit

Cheat: Yes
Target: -
Description: Shuts down the server as soon as possible.
Compatible with gaming consoles: Unknown


GetChat

GetChat

Cheat: -
Target: -
Added: 185.4
Description: Returns the latest chat buffer (the same amount that the clients see).
Compatible with gaming consoles: No


GetGameLog

GetGameLog

Cheat: -
Target: -
Added: 224.0
Description: Print 100 entries at a time also outputs to dated file in in "\Logs". Launch server with "-servergamelog" for this command to work.

Set buffer size ?RCONServerGameLogBuffer e.g:

TheIsland?RCONEnabled=true?RCONServerGameLogBuffer=600?listen -server -servergamelog
Compatible with gaming consoles: No


GetTribeIdPlayerList

GetTribeIdPlayerList <TribeID> 

Cheat: Yes
Target: -
Added: 254.0
Arguments:

Name Type Description
TribeID Integer[32] use setcheatplayer 1 and look at a tribe structure to see the TeamID which is the TribeID

Description: prints a list of every player of a specified tribe with both PlayerID and SteamID in the console and in a special ingame chat window
Compatible with gaming consoles: No


TribeStructureAudit

TribeStructureAudit <TribeID> 

Cheat: Yes
Target: -
Arguments:

Name Type Description
TribeID Integer[32] use setcheatplayer 1 and look at a tribe structure to see the TeamID which is the TribeID

Description: Console output of the types and counts of a given TribeId's structures.


TribeDinoAudit

TribeDinoAudit <TribeID> 

Cheat: Yes
Target: -
Arguments:

Name Type Description
TribeID Integer[32] use setcheatplayer 1 and look at a tribe structure to see the TeamID which is the TribeID

Description: Console output of the types and counts of a given TribeId's dinos.


ServerChat

ServerChat <MessageText> 

Cheat: Yes
Target: -
Arguments:

Name Type Description
MessageText String Message

Description: Sends a chat message to all currently connected players.
Compatible with gaming consoles: Partial - Some players will see the message as if it was from a random player. Others will see the message from System.


ServerChatTo

ServerChatTo <SteamID> <MessageText> 

Cheat: Yes
Target: -
Arguments:

Name Type Description
SteamID Integer[64] Player's SteamID
MessageText String Message

Description: Sends a direct chat message to the player specified by their int64 encoded steam id.
Compatible with gaming consoles: Unknown


ServerChatToPlayer

ServerChatToPlayer <PlayerName> <MessageText> 

Cheat: Yes
Target: -
Added: 189.0
Arguments:

Name Type Description
PlayerName String Player's In-game name.
MessageText String Message

Description: Sends a direct chat message to the player specified by their in-game player name.
Compatible with gaming consoles: Unknown


SaveWorld

SaveWorld

Cheat: Yes
Target: -
Description: Forces the server to save the game world to disk in its current state. In single-player mode, the game saves this information locally.
Compatible with gaming consoles: No
Example:

cheat saveworld

SetGlobalPause

SetGlobalPause <IsPaused> 

Cheat: Yes
Target: -
Arguments:

Name Type Description
IsPaused Boolean Pause game?

Description: Pauses _EVERYTHING_ game related.
Compatible with gaming consoles: Unknown


SetTimeOfDay

SetTimeOfDay <Hour>:<Minute>[:<Second>]

Cheat: Yes
Target: -
Arguments:

Name Type Description
Hour Integer 0..23
Minute Integer 0..59
Second Integer 0..59, (optional; defaults to 0)

Description: Sets the game world's time of day to the specified time.
Compatible with gaming consoles: Yes
Example:

cheat settimeofday 06:30:00

ShowMessageOfTheDay

ShowMessageOfTheDay

Cheat: -
Target: Self
Description: Displays the message of the day.
Compatible with gaming consoles: Unknown


StartSaveBackup

UnbanPlayer

UnbanPlayer <SteamID> 

Cheat: Yes
Target: -
Arguments:

Name Type Description
SteamID Integer[64] Player to unban

Description: Remove the specified player from the server's banned list.
Compatible with gaming consoles: No
Example:

cheat UnbanPlayer 18446744073709551615

SetCheatPlayer

SetCheatPlayer true|false

Cheat: -
Target: Self
Added: 170 or earlier
Arguments: true to enable, false to disable
Description: Enable cheat commands that affect the current player, mounted dinosaurs and the game world
Compatible with gaming consoles: No
Example:

setcheatplayer true

ClearPlayerInventory

ClearPlayerInventory <PlayerID> <ClearInventory> <ClearSlotItems> <ClearEquippedItems> 

Cheat: Yes
Target: -
Arguments:

Name Type Description
PlayerID Integer[32] Player's in-game UE4 ID
ClearInventory Boolean Clear player's inventory?
ClearSlotItems Boolean Clear player's slot items?
ClearEquippedItems Boolean Clear player's equipped items (armor)?

Description: Clears the specified player's inventory, equipped items, and/or slot items.
Compatible with gaming consoles: Unknown


GetAllState

GetAllState <type> 

Cheat: Yes
Target: -
Arguments:

Name Type Description
type String Type to summon

Description: Prints all entities of given type to console (server console, not ingame) and to server log file 'ShooterGame.log' after a while (some minutes) if logging to file is enabled in server configs. Useful to check wheter specific dinos are spawned on map.

Example output:

[2017.01.03-09.38.34:907][490]21) Ankylo_Character_BP_C /Game/Mods/TheCenter/TheCenter.TheCenter:PersistentLevel.Ankylo_Character_BP_C_317

[2017.01.03-09.38.34:907][490]22) Ankylo_Character_BP_C /Game/Mods/TheCenter/TheCenter.TheCenter:PersistentLevel.Ankylo_Character_BP_C_316


Compatible with gaming consoles: Yes
Example:

cheat getallstate Ankylo_Character_BP_C

GiveExpToTarget

GiveExpToTarget <Amount> <FromTribeShare> <PreventSharingWithTribe> 

Cheat: -
Target: -
Arguments:

Name Type Description
Amount Float Amount to add
FromTribeShare Boolean Apply as if experience came from tribe.
PreventSharingWithTribe Boolean 1: player only; 0: share with tribe

Description: Same as AddExperience, but adds it to the player or dino you're currently looking at.
Does only work on dinos currently
Compatible with gaming consoles: Unknown
Example:

Cheat GiveExpToTarget 9999 0 0

GiveInfiniteStatsToTarget

GiveInfiniteStatsToTarget

Cheat: -
Target: -
Description: Gives infinite stats to player or dino you're looking at.
Does only work on dinos currently
Compatible with gaming consoles: Unknown
Example:

cheat GiveInfiniteStatsToTarget

KickPlayer

KickPlayer <SteamID> 

Cheat: Yes
Target: -
Added: 178.0
Arguments:

Name Type Description
SteamID Integer[64] Player to kick[1]

Description: Forcibly disconnect the specified player from the server.
Compatible with gaming consoles: No use ShowAdminManager


Kill

Kill

Cheat: Yes
Target: Target
Description: Instantly kills the targeted structure or dinosaur, leaving behind a corpse.

Actually it deals a large amount of damage that is sufficient to kill non-boss entities. You may need to execute the command twice or more on bosses.

To eliminate an entity without leaving behind a corpse, use the DestroyMyTarget command.
Compatible with gaming consoles: Yes


KillAOE

KillAOE <category> <Radius> 

Cheat: -
Target: -
Arguments:

Name Type Description
category string See below.
Radius number

Description: Categories can be abbreviated into the first 3 letters of the name, (EG: str - structures) Radius defaults to 2000 if not specified

CategoryDescription
pawnsall nearby pawns (not structures)
dinosall nearby dinos
wildall nearby wild dinos
tamedall nearby tamed dinos
playersall nearby players
structuresall nearby structures


Compatible with gaming consoles: Unknown
Example:

Cheat KillAOE Wild 2500

RenamePlayer

RenamePlayer <"PlayerName"> <NewName> 

Cheat: Yes
Target: -
Arguments:

Name Type Description
"PlayerName" String Player's current name. String must be wrapped in double quotes.
NewName String New name for player. Naked string.

Description: Renames the player specified by their in-game string name.
Compatible with gaming consoles: Yes


RenameTribe

RenameTribe <TribeName> <NewName> 

Cheat: Yes
Target: -
Arguments:

Name Type Description
TribeName String Tribe's current name. String must be wrapped in double quotes.
NewName String New name for Tribe. Naked string.

Description: Renames the tribe specified by its string name.
Compatible with gaming consoles: Unknown


TakeAllDino

TakeAllDino

Cheat: Yes
Target: Target
Added: 252.4
Description: Changes ownership of all dinos of the tribe the player is currently looking at to the tribe of player.
Compatible with gaming consoles: Yes


TakeAllStructure

TakeAllStructure

Cheat: Yes
Target: Target
Added: 252.4
Description: Changes ownership of all structures of the tribe the player is currently looking at to the tribe of player.


Advertisement