V Rising Console Commands: Complete Cheats & Admin Reference (2026)
Quick start:
- Enable console: Main Menu > Options > General > tick Console Enabled.
- Open in-game: press the
~(tilde) key, the key directly belowEsc. - Authenticate (multiplayer): type
adminauth. You must be inadminlist.txtby SteamID64. Solo and private games skip this step. - Run any command below. Use
listin-console to print every command your server currently exposes.
Authentication
| Command | Description |
|---|---|
adminauth | Grant admin privileges. Required once per session on dedicated servers (you must already be on the admin list). |
admindeauth | Revoke your admin privileges for the current session. |
list | Print every console command currently registered on this server build. |
clear | Clear the console output buffer. |
Items & Equipment
The most common cheat use case in solo play. Type the command and the game suggests valid item names as you type.
| Command | Description |
|---|---|
Give [Item, Amount] | Add an item to your inventory. Auto-completes from the full item table. |
GiveSet [SetName] | Spawn a complete equipment set (armour + weapon tier). Auto-completes set names. |
ChangeDurability [Amount, Type] | Repair or damage equipped gear by the specified amount. |
Teleportation
| Command | Description |
|---|---|
PlayerTeleport | Teleport yourself to your mouse cursor's world position. Fastest movement command in the game. |
Teleport [Character, X, Y] | Teleport a player or unit to specific world coordinates. |
TeleportToPlayer [Character] | Move yourself to another player's location. |
TeleportPlayerToMousePosition [Character] | Place a named player at your cursor. |
TeleportToChunk [X, Y] | Move to the centre of a specific map chunk. |
TeleportToChunkWaypoint [X, Y] | Move to the waygate inside the named chunk. |
TeleportToNether | Send yourself to the tutorial starting cave. |
Group & Gather
Bulk-move other characters around your cursor. Useful for events, raid coordination, or rounding up scattered allies.
| Command | Description |
|---|---|
GatherAllPlayers | Pull every connected player to your cursor position. |
GatherAllPlayersExceptMe | Same, but excludes yourself. |
GatherAllAllies | Pull all friendly NPCs and clan members to your cursor. |
GatherAllAlliesExceptMe | Same, but excludes yourself. |
GatherAllNonAllies | Pull all hostile units to your cursor (combat-test pattern). |
Time, Health & World
| Command | Description |
|---|---|
Addtime [Hours] | Advance the in-game clock by 1-12 hours. Changes day/night cycle and respawn timers. |
ChangeHealthOfClosestToMouse [HP] | Add (positive) or remove (negative) health from the unit nearest your cursor. Acts as heal or instant damage. |
Kill | Kill your own character. Useful for fast respawn at your coffin. |
ToggleObserve [true/false] | Enter or exit observer mode. You become invisible and can fly through walls. |
Player Management (Server Admin)
| Command | Description |
|---|---|
Kick [Character] | Disconnect a named player from the server. |
BanCharacter [Character] | Ban a player by character name. |
BanUser [SteamID] | Ban a player by SteamID64. More reliable than name (can't be evaded by renaming). |
Unban [UserIndex] | Remove a ban using the index shown in the ban list. |
ListUsers [true/false] | Show connected users. Pass true to include offline players who have ever joined. |
SetAdminLevel [User, Level] | Set a user's admin tier without editing adminlist.txt. |
Clan
| Command | Description |
|---|---|
ClanInvite [Character] | Invite a player to your clan from the console. |
ClanAccept | Accept a pending clan invitation. |
ClanDecline | Decline a pending clan invitation. |
ClanLeave | Leave your current clan. |
Server Connection & Scripting
| Command | Description |
|---|---|
Connect [Address, Port, Password] | Connect directly to a server from the console. |
Disconnect | Disconnect from the current server. |
Reconnect | Reconnect to the last server you were on. |
MultiCommand [cmd1; cmd2; ...] | Run several commands in one line, separated by semicolons. Useful for keybinds and macros. |
Managing Your Server Remotely (RCON)
For admin work without logging into the game, enable RCON in ServerHostSettings.json:
"Rcon": {
"Enabled": true,
"Password": "YourPassWordHere",
"Port": 25575
}
Once enabled, point any RCON client (mcrcon, BattleMetrics, etc.) at the port + password. Every console command on this page can be run through RCON, including chat-monitoring commands.
Pro tip: the list command is your safety net. V Rising 1.0 patches occasionally rename, add, or hide commands. If something on this page does not autocomplete on your server, run list in-console to see what your specific build actually exposes. Mods can also register additional commands that only show up via list.
Common Workflows
Solo cheat run
Open console, no adminauth needed. Use Give to equip yourself, ToggleObserve true to scout the map, PlayerTeleport to skip travel.
Resolve a stuck player
TeleportToPlayer [Name] to find them, ChangeHealthOfClosestToMouse 10000 to revive if they're downed, or TeleportPlayerToMousePosition [Name] to relocate them.
Run a community event
GatherAllPlayers to summon everyone, Addtime 6 to set the time of day for the event, GiveSet to equip participants in matching tiers.
Recover from a wipe / griefing
Stop the server, restore from a recent automatic save in your save folder, then restart. Server-side automatic saves run on a configurable interval set in ServerGameSettings.json.
Run your own V Rising 1.0 server with full RCON access, automatic backups, and SFTP file editing. Host your V Rising server with Supercraft and get dedicated CPU cores plus uncapped RAM out of the box.