How to Add Admins & Use RCON on Your V Rising Server

Set up admins via adminlist.txt, use in-game console commands, and configure RCON for remote management on your V Rising server.

Adding Admins

Open adminlist.txt

In the XGamingServer Panel, click Files in the sidebar. Navigate to VRisingServer_Data/StreamingAssets/Settings/ and open adminlist.txt.

Add SteamID64s

Add one SteamID64 per line:

76561198012345678
76561198087654321

Find SteamIDs at steamid.io.

Restart the server

Restart from Console to apply.

Using Admin Commands In-Game

Open the console

Press ~ (backtick/tilde) to open the in-game console.

Authenticate

Type:

adminauth

You must be listed in adminlist.txt.

To de-authenticate: admindeauth

Admin Commands

CommandDescription
adminauthAuthenticate as admin
admindeauthRemove admin authentication
kick <name>Kick a player
banuser <name>Ban a player
unbanuser <name>Remove a ban
listusersList all connected players
clanacceptAccept pending clan invite
clandeclineDecline pending clan invite
CommandDescription
give <item> <amount>Give items (use item prefab names)
teleport <name>Teleport to a player
teleportToChunk <x> <y>Teleport to map chunk coordinates
teleportToChunkWaypoint <name>Teleport to a waypoint

RCON Setup

V Rising supports standard Source RCON for remote administration.

Enable RCON in config

In Files, open VRisingServer_Data/StreamingAssets/Settings/ServerHostSettings.json and add:

"Rcon": {
  "Enabled": true,
  "Port": 25575,
  "Password": "YourSecurePassword"
}

Restart and connect

Restart from Console. Connect with any Source RCON client (mcrcon, BattleMetrics, ARRCON) using TCP on port 25575.

How is this guide?

40% Off — Limited TimeGet your V Rising server todayInstant setup, DDoS protection, and 24/7 support included.
Get a Server

On this page