Configure Portal Settings on Your Valheim Server
Control what items can be transported through Valheim portals using world modifiers or ValheimPlus.
Valheim's vanilla portals block ores and metals from being teleported. This forces players to transport resources by land or sea, which is a core gameplay mechanic. You can change this with the portals world modifier or with ValheimPlus.
What's Blocked by Default
| Item Type | Vanilla Restriction |
|---|---|
| Ores (Copper, Tin, Iron, Silver, Black Metal) | Cannot transport |
| Metal bars and ingots | Cannot transport |
| Dragon eggs | Cannot transport |
| Flametal ore | Cannot transport |
| Everything else | Allowed |
Change Portal Restrictions with World Modifiers
Open Startup
In the XGamingServer Panel, click Startup in the sidebar.
Add the portals modifier
Add to the startup parameters:
-modifier portals casual| Value | Effect |
|---|---|
casual | All items can go through portals (including ores) |
| (default) | Standard restrictions (no ores/metals) |
hard | More items are restricted |
veryhard | Most items cannot go through portals |
If you have admin and dev commands enabled:
setworldmodifier portals casual
saveThis applies the change immediately without restarting. The new value persists across server restarts.
Allow Ores Through Portals
For casual servers that want unrestricted portal travel, set the modifier to casual. This is the most popular non-vanilla portal setting.
Make Portals More Restrictive
For hardcore servers:
-modifier portals veryhardOr:
setworldmodifier portals veryhard
saveThis blocks additional items, making sea/land logistics even more important.
ValheimPlus Portal Control
ValheimPlus offers more granular control. In BepInEx/config/valheim_plus.cfg:
[Items]
enabled = true
noTeleportPrevention = trueSetting noTeleportPrevention = true allows all items through portals, equivalent to the casual modifier. ValheimPlus also lets you whitelist specific items rather than enabling everything.
See Install ValheimPlus.
Portal Tips for Players
- Tag your portals — give portal pairs matching tags (e.g.,
base,swamp,mountain) - Build a portal hub — central room with portals to every destination
- Label destinations — use signs next to portals so players know where they go
Related Guides
How is this guide?
