Game server hosting
7 Days to Die server hosting
7 Days to Die server hosting on 6 GB RAM at €16.99 a month, VAT included. That covers the default 8-player cap on Navezgane or an 8k random world, or a smaller group on an overhaul like Darkness Falls, and the server is usually online about 60 seconds after checkout.
6 GB plans are provisioned on request. This size sits above the capacity we keep online, so we bring a node up for it rather than holding idle hardware — which is also why the price stays where it is. Email us and we will confirm timing and have it running for you, usually the same day.
Stripe-secured payments · unused wallet credit refundable · no minimum term, cancel any time · EU company, VAT LT100016340412
Hosting 7 Days to Die
What actually matters on a 7 Days to Die server
Two things decide whether a 7 Days to Die server behaves. First, mods do not sync: the game has no Workshop-style auto-download, so every player installs the identical modlets locally, and anything shipping a Harmony DLL means EAC has to be switched off on the server and on each client. Second, the server keeps terrain loaded around each player separately, so six people scattered across an 8k map cost far more memory than ten camped in one base, and blood moon night is when that bill comes due. Updates land on clients automatically through Steam, so a server left on the previous build locks everyone out until it is brought forward, and most mods need a rebuilt release before they load again.
What 6 GB realistically runs
A vanilla server sits around 2 to 3 GB with a couple of people online and climbs steadily as the group spreads across the map, so 6 GB is comfortable for the default 8-player cap on Navezgane or an 8192 random world with the usual quality-of-life modlets. Push world size to 10240 or beyond, or run a full overhaul such as Darkness Falls or Undead Legacy, and the same 6 GB is realistically a 3 to 5 player server, because those load a far larger block, item and entity set at boot before anyone has even connected. Blood moon is the ceiling test rather than average player count: BloodMoonEnemyCount is per player, so eight players at the default puts roughly 64 zombies pathing and damaging blocks at the same time. Memory also creeps upward over long uptimes, so a scheduled daily restart is worth setting up. If you are planning a permanent overhaul server for a larger group, ask us to resize before you start the world rather than after; RAM upgrades are a manual same-day resize on request.
After checkout
Getting your 7 Days to Die server running
- 1
Lock the world down before anyone joins
In serverconfig.xml, GameWorld is either Navezgane, which loads immediately, or RWG, in which case WorldGenSeed and WorldGenSize decide what you get. On a random world the first boot generates terrain before it accepts connections: at the default 8192 that takes several minutes, and larger sizes take considerably longer, which is why a brand new server looks frozen. The console shows generation progress rather than an error, so let it finish. If you would rather skip the wait, generate the world on your PC and upload the folder into GeneratedWorlds over SFTP. Settle the seed, size and GameName now, because changing any of them later points the server at a different save folder and everyone's base appears to have vanished.
- 2
Give yourself admin rights
Admin permissions are not in serverconfig.xml. They live in serveradmin.xml, in the same user-data folder as your saves. Add your Steam64 ID at permission level 0, save, then restart, and console commands such as dm, giveself, teleport and kick start working. Edit it with the server stopped, otherwise a running server and the web editor end up fighting over the same file.
- 3
Install modlets server-side, then hand the same folder to your players
Each modlet is a folder dropped into Mods/ with its ModInfo.xml at the top level of that folder. The most common failure is a zip that nests the folder one level too deep, after which the server silently ignores it. The startup log lists every mod it loaded, so check there first. If anything in the stack ships a .dll, set EACEnabled to false in serverconfig.xml or anti-cheat will kick people on connect. Then send every player the identical Mods folder, or point them at a mod launcher for a big overhaul, since the server never pushes mods to clients.
- 4
Set the limits that actually control performance
ServerMaxPlayerCount defaults to 8. ServerMaxAllowedViewDistance defaults to 12 and is the single biggest lever on memory and CPU; dropping it to 8 is the standard fix once a group spreads out and things start stuttering. MaxSpawnedZombies caps the whole map, while BloodMoonEnemyCount is counted per player, so a small increase multiplies quickly. Leave ServerPort as it is and use the port shown in the panel: 7 Days to Die also uses the three ports above it for game traffic, and those are allocated with your server. Finally, always shut down with Stop rather than Kill, so chunks flush to disk instead of losing the last few minutes.
Mods & how far you can go
Run any 7 Days to Die setup you want
- Set up by hand, usually the same day
- 1-click mod & plugin installer
- Full file access (SFTP + web editor)
- Automated backups
- Free MySQL database
- DDoS protection included
- Console, metrics & crash auto-restart
- RAM upgrades on request, same day
Test your latency to our network
Measures the round trip from your connection to our EU-Central edge, right now.
This is an HTTPS round trip to our web edge, which typically reads a little higher than in-game ping. Treat it as an upper bound, not a promise.
How much RAM do you need?
Your 7 Days to Die plan ships with 6 GB. Player counts below are the practical limit before tick-rate suffers — mods and plugins matter more than raw player count.
| RAM | Players | Typical use |
|---|---|---|
| 2 GB | 1–4 | Vanilla worlds, small co-op, Terraria |
| 4 GB | 5–15 | Vanilla+ with plugins, light modpacks, most survival servers |
| 6 GB | 10–25 | Mid-size modpacks, Satisfactory and 7 Days to Die worlds |
| 8 GB | 20–40 | Heavy modpacks, ARK with mods, busy community servers |
Picked the wrong size? Email us and we will resize your server the same day — you keep the world, the files and the address.
How this one works
- 1
Email us what you need
Tell us the game and the size. We confirm timing and price before anything is set up.
- 2
We bring the capacity up
We provision a node for it and create your server, usually the same day.
- 3
Create your account and add credit
You get the panel details, top up your wallet by card through Stripe, and it renews like any other server.
Your servers live in the client panel at client.puranode.com — a separate app from this site, run by the same company.
Stripe handles the card
Payments run through Stripe. Puranode never sees or stores your card number.
VAT included
The price you see is the price you pay. No tax added at the last step.
No minimum term
Billed every 30 days. Cancel from the panel any time — no cancellation fee.
Credit is refundable
Unused wallet credit can be refunded to your original card on request.
MB VARIANTAI · company code 306133252 · VAT LT100016340412 · Lithuania, European Union. Refunds & cancellation
FAQ
7 Days to Die server hosting — FAQ
Do my players need to install the mods, or does the server send them?
They install them. 7 Days to Die has no mod sync, so it does not work like ARK or Garry's Mod. A pure XML modlet that only changes existing values, such as loot rates or spawn counts, can often run server-side only. Anything that adds items, blocks, recipes, zombies or UI must be present and identical on every client, and a version mismatch between one player's copy and the server usually shows up as a disconnect on join rather than a clear error. Zip your Mods folder and share it, or use a mod launcher for large overhauls. If any mod includes a .dll, set EACEnabled to false in serverconfig.xml and have everyone launch with EAC disabled.
What happens to my server when 7 Days to Die updates?
Steam updates the clients automatically, so a server still on the previous build will reject everyone with a version mismatch until it is updated. Take a backup first, then pull the new build from the panel, or email [email protected] and we will handle it. Major version jumps have historically needed a fresh world; point releases usually do not, but mods almost always need a rebuilt release either way, so check your overhaul has shipped an update before you move. Also make sure nobody is on the experimental Steam branch unless the server and every player are on it together.
Which files hold my world, and why is the save so large?
Two folders matter and they belong together. GeneratedWorlds holds the terrain for a random world, and Saves holds everything that has happened in it: region files for block changes, plus a profile file per player. Restoring Saves onto terrain that was regenerated separately gives you a broken map, so keep both in the same backup. The save grows as players explore, because every chunk anyone has touched or uncovered gets written, so a long-running 8k world driven end to end can reach several gigabytes. Automated backups cover the whole data folder, and you can pull a copy down over SFTP whenever you want one off-site.
How much does a 7 Days to Die server cost?
7 Days to Die server hosting at Puranode starts at €16.99 per month for a 6 GB server, VAT included. It's a flat price — what you sign up at is what you renew at, with no setup fees and cancel anytime.
How quickly is my 7 Days to Die server online?
6 GB plans are provisioned on request rather than from the store, because that size sits above the capacity we keep online. Email us and we will bring the node up and hand over the panel details, usually the same day. Once it exists it behaves exactly like any other server.
Can I install mods and plugins on my 7 Days to Die server?
Yes. 7 Days to Die supports Mods, Darkness Falls, Custom prefabs and Server config — install from a one-click menu or upload your own files over SFTP. There is no artificial limit.
Where are the servers located?
Puranode runs on EPYC + NVMe hardware in the EU (Finland), which gives low latency for European players. Puranode is operated by MB VARIANTAI, an EU company in Lithuania, and prices include VAT.
Can I move my existing 7 Days to Die server to Puranode?
Yes. Upload your existing world and config over SFTP, or contact us and we'll help migrate it — free for the first setup.
Want a 7 Days to Die server?
Email us and we will bring the capacity up for you, usually the same day.