Menu
 

V Rising Console Commands (2026): Complete List, Cheats & Admin Setup

V Rising Console Commands: Complete Cheats & Admin Reference (2026)

Quick start:

  1. Enable console: Main Menu > Options > General > tick Console Enabled.
  2. Open in-game: press the ~ (tilde) key, the key directly below Esc.
  3. Authenticate (multiplayer): type adminauth. You must be in adminlist.txt by SteamID64. Solo and private games skip this step.
  4. Run any command below. Use list in-console to print every command your server currently exposes.

Authentication

CommandDescription
adminauthGrant admin privileges. Required once per session on dedicated servers (you must already be on the admin list).
admindeauthRevoke your admin privileges for the current session.
listPrint every console command currently registered on this server build.
clearClear 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.

CommandDescription
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

CommandDescription
PlayerTeleportTeleport 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.
TeleportToNetherSend 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.

CommandDescription
GatherAllPlayersPull every connected player to your cursor position.
GatherAllPlayersExceptMeSame, but excludes yourself.
GatherAllAlliesPull all friendly NPCs and clan members to your cursor.
GatherAllAlliesExceptMeSame, but excludes yourself.
GatherAllNonAlliesPull all hostile units to your cursor (combat-test pattern).

Time, Health & World

CommandDescription
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.
KillKill 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)

CommandDescription
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

CommandDescription
ClanInvite [Character]Invite a player to your clan from the console.
ClanAcceptAccept a pending clan invitation.
ClanDeclineDecline a pending clan invitation.
ClanLeaveLeave your current clan.

Server Connection & Scripting

CommandDescription
Connect [Address, Port, Password]Connect directly to a server from the console.
DisconnectDisconnect from the current server.
ReconnectReconnect 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.

Tired of fighting this issue every patch?

Run a managed V Rising server with us — we handle the patches, mod-version pinning, save backups, and DDoS protection. Set up in 3 minutes, 5 datacenter regions, no contract.

See V Rising hosting plans →
Top