Unturned Server Commands
Last modified on Jun 28, 2023 in unturned
By Dalton Whalen
Overview
When owning an Unturned Server, you may eventually find yourself in need of making server adjustments. With an extensive list of Unturned commands, you may be unaware of all the available changes each of them performs. With these commands you can change the time of day, moderate a server, or even give yourself items to customize your gameplay experience. Inputting and familiarizing yourself with so many Unturned server commands can be confusing, so we have created this Apex Hosting guide to ease you into the world of Unturned commands.
Inputting Commands
To use these commands, you will want to press “J” in-game to open the text box. Then simply enter your desired command starting with a “/”. Additionally, you will need to ensure you are set as an admin.
Alternatively, some commands can be used in the Apex Server Panel console. When using commands directly in the console, omit the “/” at the beginning of each command.
Unturned Dedicated Server Command List
/Admin [SteamID | Player] – Allows a specific player to use admin commands in the chat.
/Admins – Shows a list of all current admins.
/Airdrop – Forces a dropship to perform an airdrop.
/Ban [SteamID | Player]/[Reason]/[Duration] – Bans a player for a reason and duration. The default value is one year and is shown in the console.
/Bans – Shows a list of current banned players.
/Bind [IP] – Binds is a specific internal IP to the socket. Default is 0.0.0.0, meaning that all IPv4 addresses on the local machine can be used to connect to the server.
/Chatrate [Number] – Assigns a minimum time between chat messages to prevent spamming.
/Cheats [Enable | Disable] – Assigns your server to access certain commands, such as Give, and can only be used in the server’s commands.dat file.
/Cycle [Number] – Assigns the length of the day/night cycle in seconds.
/Day – Sets the current time to day.
/Debug – Provides information on the state of the server.
/Experience [SteamID | Player]/Experience] – Gives a player experience points.
/Filter – Filters out players with non-English-alphanumeric names.
/Flag [SteamID | Player]/[Flag]/[Value] – Set a player’s flag.
/Give [SteamID | Player]/[ItemID]/Amount – Gives a player an item.
/Gold – Restricts the server to only allow Gold players.
/Help [Command] – Explanation of the specified command and its function.
/Hide_Admins – Admins will appear as if they are normal players. Also allows the recording of cinematic footage without the admin labels visible to players.
/home – Teleports player to their claimed bed.
/Kick [SteamID | Player]/[Reason] – Disconnects the specified player from the server, but allows them to rejoin at any time.
/Kill [SteamID | Player] – Kills the specified player in-game.
/Loadout [SkillsetID]/[ItemID]/[ItemID]/… – Gives players each item when spawning. Using a skillset ID of 255 gives the item to everyone. Can only be used in a server console or the server’s Commands.dat file. SkillsetIDs are from 0-10 in the same order as displayed when editing a survivor. 255 = All Skillsets.
/Log [Chat]/[Join/Leave]/[Death]/[Anticheat] – Enables logging Chat/Join/Leave/Death messages. Each parameter can only be Y or N.
/Map [Level] – Sets the map that the server loads on startup.
/MaxPlayers [Number] – Sets the maximum number of players that can join at one time.
/Mode [Easy | Normal | Hard]– Assigns the difficulty of the server.
/Name [Text] – Assigns the server name in the server list.
/Night – Sets the current time to night.
/Owner [SteamID] – Gives admin rights to the steamid. Must be placed in the server’s Commands.dat
/Password [Text] – Assigns the codeword required for entry to the server.
/Permit [SteamID]/[Tag] – Adds the specified player to the list of users allowed to join the server. This acts like a whitelist.
/Perspective [First | Third | Both | Vehicle] – Assigns the perspective of the server.
/Players – Shows a list of the current player on the server.
/Port [Number] – Assigns the port of the server. Port +1 and port +2 are also used, so remember to open them on the router as well.
/PvE – Disables PvP combat in favor of PvE survival.
/Queue_Size [Number] – Sets the maximum number of queued connections the server is willing to hold on to.
/Reputation [SteamID | Player]/Reputation] – Gives a player some reputation.
/ResetConfig – Resets the config.dat file to the default values.
/Save – Forces a proper save of the server state.
/Say [Text]/[R]/[G]/[B] – Broadcasts a message to all connected clients.
/Shutdown [Delay] – Properly saves the server state, disconnects the clients and closes the server.
/Slay [SteamID | Player] – Kills the specified player in-game and bans them for a year.
/Spy [SteamID | Player] – Takes a screenshot from the target player’s perspective perspective and saves it on the caller’s computer as Spy.jpg
/Sync – Allows players to share save data between your servers.
/Teleport [SteamID | Player]/[SteamID | Player | Location | wp |bed] – Teleports the first player to the second or a location. If the input is abbreviated, the command will choose the player or location based on what is closest alphabetically. Use wp to teleport to the selected waypoint on the map. Use bed to teleport to bed.
/Time [Number] – Assigns the current time in seconds of the day/night cycle.
/Timeout [Number] – Assigns a maximum ping threshold to the server before a client is kicked.
/Unadmin [SteamID | Player] – Removes a player from using admin commands.
/Unban [SteamID] – Removes a player from being banned.
/Unpermit [SteamID] – Removes a player from the whitelist permit.
/Vehicle [SteamID | Player]/[VehicleID] – Gives the specified player a vehicle.
/Votify [Vote Allowed Y|N]/[Pass Cooldown]/[Fail Cooldown]/[Vote Duration]/[Vote Percentage]/[Required Players] – Sets up voting. Pass/fail cooldown specifies the amount of time that players must wait after a successful/failed vote before initiating another vote. Vote duration specifies the amount of time for each vote to remain active. Vote percentage indicates the percentage of “yes” votes required for a successful vote and must be expressed in decimals (e.g., 0.6 for 60%). Required players specify the minimum number of connected players in order to initiate a vote.
/Weather [None | Storm | Blizzard] – This adjusts the current weather cycle.
/Welcome [Text]/[R]/[G]/[B] – Sets a chat box welcome message shown to clients when connected to the server.
/Whitelisted – This makes only permitted players allowed to join the server.
Common Issues
No commands are working:
If you are using commands in-game, ensure you have added yourself as an admin. After that is done, make sure you are starting each command with a /
in order for the game to register it as a command. If you are using commands in the console, make sure to omit the /
and use each command without it.
Some commands work, while others do not:
Some Unturned commands will work by default, while others need to have cheats enabled. To solve this, visit the Config Files
on the Apex Server Panel, then open the Commands.dat file. On a new line, add Cheats Enabled
. Once complete, press Save
, then restart the server.