How to Mod Your Valheim Server with BepInEx
BepInEx is the mod framework for Valheim servers. Install it through the control panel, then upload your plugin .dll files to the BepInEx/Plugins folder using the File Manager or FTP.
Steps
- Log into the Game Control Panel and navigate to your server.
- Click Stop to stop the server.
- Click the Non Workshop Mod icon in the control panel.
- Click the Install button next to the BepInEx option.
- Once installation completes, use the File Manager or an FTP client to upload your mod's
.dllfile to theBepInEx/Plugins/folder on the server. - Start the server.
Troubleshooting
If mods are not loading after uploading, confirm the .dll file is placed directly inside BepInEx/Plugins/ and not in a subfolder. Some mods require additional configuration files alongside the .dll. Check the mod's documentation on Thunderstore for any extra setup steps.