field notes · june 2026

Romestead Shipped a Real Dedicated Server on Day One, and That Is the Whole Story

A small Roman survival sandbox did the thing that bigger co-op launches keep refusing to do. It shipped a first-party dedicated server on the same day it shipped the game. For anyone who runs a persistent world, that one decision matters more than the player chart.

Published · ~9 min read

The thing nobody else did

Two weeks ago this site spent a whole outlook lamenting the same launch pattern over and over. Subnautica 2 came out of the gate peer-to-peer, with official dedicated servers parked somewhere on a roadmap with no date. Solarpunk is about to do the same, host-based and crossplay-free, with self-hosted servers filed under "requested." It has become the default. A co-op survival game ships, one player carries the world on their machine, and when that player logs off the world goes dark.

Then a top-down game about rebuilding a fallen Rome quietly did the opposite. Romestead launched into Steam Early Access on May 25 and shipped a working, first-party dedicated server on the very same day. No roadmap promise, no community framework filling the gap, no "we hear you, maybe later." A real server binary, published as its own Steam app, ready to run before the launch-day reviews were even written.

That is the entire reason this small game is worth a field note. Not the player count, which is healthy. The server.

What Romestead actually is

Romestead is the work of Beartwigs, a Swedish indie studio, published by Three Friends. It is a top-down survival town-builder set in a Rome that has already collapsed: you scavenge ruins, find survivors, lay roads and buildings, fight mythological beasts, and earn favour with the gods through offerings. Think the colony-logistics itch of a top-down builder welded to a survival-crafting loop, with a heavy emphasis on physically hauling resources around your settlement.

It arrived with real momentum behind it. The game stacked up over 300,000 wishlists before launch and ranked as a top-ten most-played demo during the February 2026 Steam Next Fest, so the Early Access debut was not a cold open. Reviews settled into Mostly Positive territory, and the concurrent-player count has comfortably cleared the tens of thousands in its first week. For an indie survival game at a sub-fifteen-dollar Early Access price, that is a strong start.

Crucially for this audience, the multiplayer is built for groups, not just for a buddy or two. Co-op runs 1 to 8 players online, with LAN co-op on top, and the world dynamically scales enemy density, drops and pacing to your group size so an eight-person lobby is not trivially easy and a solo run is not impossible. That scaling is the kind of design choice that only pays off if groups can actually stay together in one world over time, which is exactly what a dedicated server is for.

The server tool, and why it is the headline

Here is what Beartwigs actually shipped, and why it reads as a deliberate decision rather than an afterthought.

The dedicated server is published as a separate Steam application (app id 4763510), distinct from the game client. It runs as a cross-platform .NET 8 binary, a real headless process rather than a "host a game and leave your PC on" hack. On Linux it is Server.dll run through the .NET runtime; on Windows it is the equivalent executable. It listens on UDP port 8050 by default and exposes a full admin command set over its console, including list, say, kick, ban, save and stop. That command list is the tell. A studio that bolts on a server as a marketing checkbox does not bother with a graceful save and stop. A studio that expects people to run a world for months does.

It is not flawless out of the box, and the rough edges are themselves instructive. The server does not generate a config file on first boot, so you write one by hand with the world name, seed, password, port and player cap before it will behave. And because it is a .NET app, Linux hosts need the .NET 8 runtime plus the often-missed libicu globalisation library, without which it dies on startup with a cryptic error. Those are the normal teething problems of any new dedicated server, the kind that get smoothed over in a patch or two. They are a world away from "there is no server at all."

Sizing is modest, which is the other reason this matters. A small group runs fine on roughly two CPU cores and 4 GB of RAM; a full eight-player lobby is happier with four-plus cores and 8 GB. That is a cheap box. A persistent Romestead world is the kind of thing a group can run on a spare mini-PC or the smallest tier of a rented host and basically forget about, which is the whole point of a dedicated server in the first place.

The contrast that makes it loud

None of this would be remarkable if it were the genre norm. It is remarkable precisely because it is not.

day one
Romestead
First-party dedicated server shipped at Early Access launch. Separate Steam app, .NET 8, full admin commands.
roadmap
Subnautica 2
Launched peer-to-peer via Epic Online Services. Official dedicated servers confirmed for the roadmap, no date.
not confirmed
Solarpunk
Host-based co-op, no crossplay at launch. Dedicated servers requested by the community, not a confirmed feature.

The pattern in the bottom two rows is the one we keep flagging, and it is not a knock on those studios specifically. Peer-to-peer is genuinely easier to ship, it gets a co-op game out the door faster, and for plenty of friend groups a scheduled hangout where one person hosts is completely fine. The problem is what it costs you on the long tail. A peer-to-peer world is only as permanent as one person's willingness to boot it up. The moment that host drifts away from the game, the shared world is gone, even if everyone else still wants to play. There is nothing to inherit and nothing to keep running.

A dedicated server breaks that dependency. The world stops belonging to a person and starts belonging to the group. Anyone can connect when the server is up, the world ticks along on cheap hardware that nobody has to babysit, and a save file is a thing you can back up, move, and outlive the game's hype cycle with. That is the difference between a multiplayer game you played for a season and a multiplayer world you kept.

Where the shine comes off

This is a field note, not a sales pitch, so the warts belong here too.

The most consistent criticism, and the most credible one, is that Romestead is built for groups and punishes solo play. Reviewers have flagged a grind that drags, with systems that take a long time to come good and decisions early on that you cannot easily walk back. One review put the solo experience bluntly, noting that "everything just takes ages" and that by the time you have figured out the smart way to do something, hours have already evaporated. Several systems, like the way settlers gain expertise, are under-explained in-game. There is a real difficulty wall later on that outpaces a solo player's progression. The honest read from critics is that you should approach Romestead as a co-op game first and a solo game a distant second.

From a server runner's chair, that critique is almost a feature. The game is most rewarding exactly where a dedicated server adds the most value: a standing group, a shared persistent settlement, several people splitting the logistics grind that feels punishing alone. The very thing reviewers warn solo players about is the thing that makes a Romestead server worth standing up. If you were going to play this with friends anyway, the server is the right call. If you were hoping to grind solo, both the reviews and the design are telling you to wait for more updates.

The other honest caveat is that it is Early Access, and the developer says so plainly. Beartwigs has set expectations for roughly one to two years in Early Access, with more biomes, bosses, progression tiers and polish to come, and a price that will rise as content lands. Some launch-window complaints centre on balance and on save behaviour around patches, which is the usual Early Access turbulence. None of that undercuts the server story. If anything, a long, openly-stated Early Access plus a working server is the combination most likely to leave a community with a world worth keeping.

The metric self-hosters should actually watch

The two filters this site keeps coming back to apply cleanly here, and they both point the same way.

Filter one: shipped beats announced, every time. A Romestead server you can deploy this afternoon is worth more to a self-hoster than a Subnautica 2 server that is "on the roadmap" with no date attached. We said the same thing about a fan-built framework arriving before an official one. Here the studio simply removed the gap entirely by shipping the official tool on day one. That is the cleanest version of the filter passing.

Filter two: the launch-day server is the leading indicator, not the player peak. A concurrent-player chart tells you whether a game is hot this week. Whether a game ships a real dedicated server tells you whether the developer expects you to keep a world alive next year. Those are different questions, and for anyone who runs persistent worlds the second one is the only one that matters. A game can spike to tens of thousands of players and still trap every one of them in a host-dependent session that evaporates the day the host moves on. Romestead's number is fine, but the binary at app id 4763510 is the part that should make a self-hoster pay attention.

The player peak tells you a game is popular today. The day-one dedicated server tells you the developer expects your world to still exist a year from now.

The honest bottom line

Romestead is not a genre-defining masterpiece, and the reviews are honest about that. It is a promising, group-oriented survival sandbox with a slow solo grind and the usual Early Access rough patches. If that were the whole story it would be a footnote, one more co-op game in a crowded month.

What makes it worth a field note is the one thing it got unambiguously right. It treated dedicated-server support as a launch feature, not a someday feature. In a year where two far bigger co-op titles shipped peer-to-peer and pushed servers into the indefinite future, a small Swedish studio shipped the real thing on day one and asked nothing in return. If you are running a co-op group and you wanted a persistent Roman world, you can have one today, on a cheap box, that will outlive everyone's launch-week enthusiasm.

That is the bar. Most studios are not clearing it. The ones that do are the ones worth pointing a server at.