Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Lacyway/V-Rising-Server-Manager

Repository files navigation

V Rising Server Manager

Information

Tool to install, update and run a V Rising Server on Windows OS. Also includes a game and server settings editor.

Usage

Installation

Read the Wiki for more info.

Download the latest release.

Extract the files to any folder. Run the program.

Settings Editor

You can change the settings file using the 'Editors' on the right. Either load one or create a new one by filling the fields and then saving it to the save folder. Example: SaveData\Settings\ServerGameSettings.json or SaveData\Settings\ServerHostSettings.json

RCON

The application has a very primitive RCON console built in. If you have RCON enabled in your ServerHostSettings you can connect to it and run the commands on the right. Currently only 2 commands are implemented in the game.

Select a command and write the parameter in the text field at the bottom and click 'Send' to send the command to the server. No need to write the command.

Requirements

Needs .NET Runtime 6.0

If you wish to compile it use the .NET 6.0 SDK, Visual Studio 22

Libraries used

  • source-rcon-server
  • ModernWPF

Pictures

Note

This is my first C# project. It's probably not made in the best way, please be constructive.