Install and Configure ValheimPlus
Install the ValheimPlus community fork on your Valheim server for gameplay tweaks, quality of life improvements, and advanced configuration.
ValheimPlus is the most popular Valheim mod, adding extensive configuration options for gameplay, building, crafting, and server management. It requires BepInEx and must be installed on both the server and all connecting clients.
📝 Note: The original ValheimPlus is no longer maintained. The active version is the Grantapher community fork, available on Thunderstore and Nexus Mods. Always install the Grantapher fork for current Valheim compatibility.
Install ValheimPlus
Enable BepInEx
If you haven't already, enable BepInEx in Startup. See Install Mods for details.
Install via the Mods panel
Go to Mods in the sidebar, search for ValheimPlus Grantapher, and install it.
Or install manually:
- Download the Grantapher fork from Thunderstore
- Go to Files, navigate to
BepInEx/plugins/ - Upload the extracted mod files
- Restart your server
Install on all clients
Every player must also install ValheimPlus on their game client. Use r2modman to manage client-side installation. Make sure to install the same Grantapher fork version.
⚠️ Warning: Players without ValheimPlus installed cannot connect to a server running it. Xbox/crossplay players cannot use ValheimPlus.
Configure ValheimPlus
After the first start with ValheimPlus, a config file is generated:
BepInEx/config/valheim_plus.cfgEdit the config
Go to Files and open BepInEx/config/valheim_plus.cfg.
Enable sections
Each section is disabled by default. Set enabled=true to activate:
[Server]
enabled=true
enforceMod=trueHow Modifiers Work
Most numerical values use a percentage modifier system:
- Positive value = increase.
50means +50% - Negative value = decrease.
-50means -50% - Zero = no change from vanilla
Example: dodgeStaminaUsage=-30 means 30% less stamina used for dodging.
All Config Sections (45 Total)
ValheimPlus has 45 configurable sections. Here are the most popular ones with examples:
Server
[Server]
enabled=true
enforceMod=true
maxPlayers=20
dataRate=512enforceMod— require all clients to have ValheimPlusmaxPlayers— override the 10-player capdataRate— network data rate (higher = smoother, more bandwidth)
Map Sharing
[Map]
enabled=true
shareMapProgression=true
exploreRadius=100Automatically share map exploration between all players.
Craft From Containers
[CraftFromChest]
enabled=true
range=20Pull crafting materials from nearby chests automatically.
Advanced Building
[AdvancedBuildingMode]
enabled=true
[FreePlacementRotation]
enabled=truePrecise placement and rotation of building pieces.
Production Speed
[Kiln]
enabled=true
productionSpeed=10
[Smelter]
enabled=true
productionSpeed=15
maximumItemsAllowed=30
[Fermenter]
enabled=true
fermenterDuration=1200
[Beehive]
enabled=true
honeyProductionSpeed=600Speed up coal, smelting, fermenting, and honey production.
Inventory and Items
[Inventory]
enabled=true
playerInventoryRows=5
[Items]
enabled=true
noTeleportPrevention=trueExpand inventory size. noTeleportPrevention=true allows ores through portals.
Player Stats
[Player]
enabled=true
baseMaxHealth=50
baseMaxStamina=75
[StaminaUsage]
enabled=true
dodge=-30
swim=-50
[Experience]
enabled=true
woodCutting=50Values under [Player] are bonus amounts added to the base stats. Experience values are percentage modifiers (+50% = level 50% faster).
Building Stability
[StructuralIntegrity]
enabled=true
disableStructuralIntegrity=trueDisable building piece stability checks for creative building.
Ward Protection
[Ward]
enabled=true
wardRange=30Food Duration
[Food]
enabled=true
foodDurationMultiplier=50+50% longer food duration.
Workbench Range
[Workbench]
enabled=true
workbenchRange=30
workbenchAttachmentRange=10Game Clock
[GameClock]
enabled=trueShows the in-game time on your HUD.
Camera
[Camera]
enabled=true
cameraMaximumZoomDistance=10
cameraBoatMaximumZoomDistance=10All Section Names
The full list of 45 config sections: ValheimPlus, AdvancedBuildingMode, AdvancedEditingMode, Armor, Bed, Beehive, Brightness, Building, Camera, Chat, CraftFromChest, Durability, Experience, Fermenter, FireSource, FirstPerson, Food, FreePlacementRotation, Furnace, Game, GameClock, Gathering, GridAlignment, Hotkeys, Hud, Inventory, Items, Kiln, Map, MonsterProjectile, Pickable, Player, PlayerProjectile, Server, Shields, Smelter, SpinningWheel, Stamina, StaminaUsage, StructuralIntegrity, Tameable, Wagon, Ward, Windmill, Workbench
Config Sync
ValheimPlus automatically syncs the server's config to all connecting clients. Players don't need to manually update their configs — they receive the server settings on connect.
Alternatives to ValheimPlus
If you prefer modular mods instead of one large mod, the community maintains a ValheimPlus Replacements list with individual mods for each V+ feature:
- Craft From Containers — standalone crafting mod
- Infinity Hammer / Gizmo — advanced building
- AzuSkillTweaks — XP modifiers
- ConversionSizeAndSpeed — smelter/kiln/fermenter tweaks
The advantage: individual mods often update faster after game patches.
Troubleshooting
Players Can't Connect
- Verify all players have the same ValheimPlus version (Grantapher fork)
- Check that
enforceMod=trueis set in[Server] - Ensure clients installed the mod through r2modman
Settings Not Applying
- Make sure the section has
enabled=true - Check for typos in the config file
- Restart the server (config is read on startup)
Server Crashes
- Check the console for error messages
- Disable recently changed sections one at a time
- Update to the latest Grantapher fork version
Related Guides
See also: Install Mods | Recommended Mods | Server Performance | Increase Player Limit
If you need help, join our Discord.
How is this guide?
