How to Install BepInEx on Your Valheim Server
BepInEx is a mod framework required to use mods on your Valheim server.
Download BepInEx
Download BepInExPack_Valheim from Thunderstore. 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.