Valheim Dedicated Server vs Host-and-Play: Which One You Want

A Valheim dedicated server is a separate, free program that runs the world by itself, with no player attached to it. Hosting from inside the game — sometimes called host-and-play — runs the world inside one player’s game client, so the world only exists while that person is online. The dedicated server costs you an afternoon of setup and gives you a world that’s always there; host-and-play costs nothing and ties your group’s schedule to one person’s.

What “dedicated” actually means

It’s a different download. The dedicated server is its own package on Steam, free, with its own App ID (896660, distinct from the game’s 892970). You don’t need a second copy of the game, and you don’t sign in as yourself to run it — SteamCMD fetches it anonymously.

It has no graphics and no player. The server binary runs headless: it simulates the world, holds the save files, and relays state between clients. Nobody is “the host” from inside the game, so nobody’s connection quality or bedtime affects the session.

It owns the world files. The world lives on the server machine, in the server’s data directory, and every player is a client. This is the structural difference that everything else follows from.

The practical differences

Availability. With a dedicated server, anyone can log in at 3 a.m. and pick up where the group left off. With host-and-play, the world is unavailable whenever the host is offline, and progress made by others depends on the host being present for it.

Progress ownership. Host-and-play concentrates the save on one person’s PC. If they reinstall Windows, lose a drive, or drift away from the game, the group’s world goes with them. A dedicated server makes the save a shared asset you can back up on a schedule — see Essential Valheim Admin Commands and Automated Backups.

Performance shape. A host-and-play machine renders the game and simulates the world for everyone, and those two jobs compete. On a dedicated server the simulation gets the machine to itself. That’s not a claim about frame rates; it’s just fewer things fighting for the same CPU.

Setup cost. Host-and-play is a checkbox. A dedicated server means installing SteamCMD, writing a start script, opening UDP ports 2456–2457, and deciding how it restarts after a reboot. That’s an evening, once.

Moderation. Dedicated servers give you the plain-text permission lists — adminlist.txt, permittedlist.txt, bannedlist.txt — and console commands for kicking and banning. Useful the moment your group is bigger than people you’d invite to dinner.

Mods. Both can be modded, but a dedicated server is the cleaner place for anything the server must enforce, because there’s exactly one authoritative install to keep in sync rather than “whatever the host happens to have today”.

When host-and-play is the right answer

Don’t over-engineer. Host-and-play is genuinely better when:

  • You’re two or three people who mostly play together anyway.
  • One person has a reliably-on machine and good upstream bandwidth, and is happy to be the scheduling bottleneck.
  • You’re trying the game out and don’t yet know if the group will stick with it.
  • You don’t want to touch a router.

You can always migrate later. World files are portable: copy the .db and .fwl pair into the dedicated server’s world directory and it continues from there.

When a dedicated server pays for itself

  • Different time zones or schedules. The most common reason, and the most decisive one.
  • More than a handful of players. Permission lists and admin commands start to matter.
  • You want automated backups. Scheduled, dated, off-machine copies are trivial on a server you control and awkward on someone’s gaming PC.
  • You want mods that must be enforced consistently.
  • You want it on hardware that isn’t also a games machine — an old PC, a NAS, or a cheap VPS.

Where to run it

Three sane homes for a dedicated server, in rough order of effort:

If you’re weighing renting from a game-hosting company instead, the trade-offs are in Paid Valheim Hosting vs Self-Hosting: How to Decide.

Things people expect that aren’t true

A dedicated server doesn’t need its own game licence. The server package is free and logs in anonymously. Every player needs the game, of course.

It doesn’t make the world bigger or the player cap higher. Valheim’s networking is designed around small groups, and running dedicated doesn’t change the game’s limits — it changes who’s responsible for the world.

It isn’t automatically faster for distant friends. Latency is about the network path. A dedicated server on a machine in the same room as the old host, on the same connection, gives the same ping. What changes is that the server is always up and isn’t competing with a game client for CPU.

It doesn’t remove the need to update. The server has to be patched to match clients. Skipping that is the number-one cause of “we can’t connect any more” after an update.

The short version

Pick host-and-play if your group is small, synchronous, and experimenting. Pick a dedicated server the first time someone says “can we play when you’re not on?” — the setup is a single evening, the world becomes something you back up rather than something you hope survives, and you can move it between machines by copying two files.