How to Install BepInEx on Your V Rising Server
BepInEx is a mod framework required to use mods on your V Rising server.
Download BepInEx
Download the latest version of BepInExPack V Rising. Click Manual Download.Stop the server
Stop your server via the dashboard.Connect via SFTP
Connect to your server via SFTP.Upload BepInEx
Extract the downloaded ZIP file and upload the entire contents to the root directory of your server. The following files and folders should be present afterwards:/ ├── BepInEx/ │ ├── config/ │ ├── plugins/ │ └── core/ ├── doorstop_config.ini ├── winhttp.dll └── .../ ├── BepInEx/ │ ├── config/ │ ├── plugins/ │ └── core/ ├── doorstop_config.ini ├── winhttp.dll └── ...Start the server
Start your server. BepInEx will initialize automatically.
Note
After installation, you can upload mods as .dll files to the /BepInEx/plugins/ folder. See Add Mods.