How To Use RCON On V Rising
Learn how to use RCON on your V Rising dedicated server along with all the commands.
RCON (Remote Console) lets you send commands to your V Rising server without being connected in-game. This is useful for server announcements, scheduled shutdowns, and general administration from outside the game client.
Enabling RCON
Open the Startup page
Access the XGamingServer Panel. In the sidebar, click Startup.
Set an RCON password
Under the RCON section, set a secure RCON Password.
Enable RCON
Set Enable RCON to true.
Restart your server
Restart your server to apply the changes.
Once your server starts, you can send RCON commands directly from the Console page in the panel.
💡 Tip: You can also use RCON commands in Schedules to automate announcements, timed shutdowns, and other recurring tasks.
RCON Commands
Here is a list of all V Rising RCON commands:
| Command | Description |
|---|---|
runcommand [command] | Runs any available server console command. |
announce [message] | Sends a message to all connected players. Example: announce Server will restart in 5 minutes |
announcerestart [number] | Sends a restart warning to all connected players. Example: announcerestart 5 |
shutdown [minutes] [message] | Schedules a shutdown after the specified number of minutes. Example: shutdown 5 "Shutting down in 5 minutes!" |
cancelshutdown [message] | Cancels a pending shutdown with an optional message. Example: cancelshutdown "Shutdown cancelled" |
version | Prints the current server version. |
time | Prints server time information. |
name [name] | Changes the server name at runtime. Example: name My Awesome Server |
description [description] | Changes the server description at runtime. Example: description A server for awesome players |
password [password] or password --clear | Sets or clears the server password at runtime. |
help [command] | Shows general help, or detailed help for a specific command. |
How is this guide?
