Installing Mods on Your Valheim Server
Valheim supports modding through the BepInEx framework, allowing you to add custom features, quality-of-life improvements, and gameplay changes to your server.
Prerequisites
- An active Valheim server from SpillHosting
- Access to the control panel and FTP/SFTP
- An FTP client like FileZilla or WinSCP
Understanding Valheim Modding
Valheim uses BepInEx as its primary modding framework. Most mods require:
- BepInEx installed on the server
- The same mods installed on each client (player's PC)
Important: Both the server and all connecting players must have the same mods installed, or players will be unable to join.
Step 1: Install BepInEx
Through the Control Panel
- Stop your server
- Go to the Startup tab
- Look for the Modding Framework option
- Select BepInEx from the dropdown
- Save and start the server once to generate the mod folders
- Stop the server again before adding mods
Manual Installation
- Download the latest BepInEx for Valheim
- Connect to your server via SFTP
- Upload the BepInEx files to your server's root directory
- Start the server to generate the config files
- Stop the server before proceeding
Step 2: Install Mods
- Download mods from Thunderstore or Nexus Mods
- Connect to your server via SFTP
- Navigate to
/BepInEx/plugins/ - Upload the mod's
.dllfile(s) to the plugins folder - If the mod includes a config file, place it in
/BepInEx/config/
Step 3: Configure Mods
Most mods generate a config file on first run:
- Start the server with the mods installed
- Stop the server after it fully initializes
- Navigate to
/BepInEx/config/via SFTP - Edit the
.cfgfiles for each mod as needed - Save and restart the server
Popular Valheim Mods
| Mod | Description |
|---|---|
| ValheimPlus | Comprehensive tweaks for gameplay, building, and more |
| Plant Everything | Allows planting any vegetation |
| Equipment & Quick Slots | Extra inventory slots for equipment |
| Epic Loot | Adds a loot rarity system with enchantments |
| Server Devcommands | Better admin commands for server management |
Client-Side Installation
Players connecting to your modded server need:
- Install a mod manager like r2modman or Thunderstore Mod Manager
- Install the same mods and versions as the server
- Launch Valheim through the mod manager
Troubleshooting
Server Won't Start After Adding Mods
- Check the console logs for specific error messages
- Remove recently added mods one at a time to find the culprit
- Ensure mod versions are compatible with your Valheim version
Players Can't Connect
- Verify all players have the exact same mods and versions
- Some mods are server-side only — check the mod description
- Ensure BepInEx version matches between server and clients
Mod Not Working
- Check that the
.dllfile is in the correct folder (/BepInEx/plugins/) - Verify the mod is compatible with the current Valheim version
- Review the mod's config file for any required settings
Need help with mod installation? Our support team is available 24/7 to assist you.