KeepWorlds

How to Choose Palworld Server Hosting

Best-of lists won't pick it for you. Before you rent a Palworld server, judge the hosting yourself: overselling, what a plan's player count covers, backups, latency, moving in.

Most people shopping for Palworld server hosting start with a ranked list, and the ranked list happens to be silent on exactly the things that decide whether the server is still fine in month three. So this article names no providers. What it has instead is the set of questions you can ask any of them before you pay, and the checks you can run yourself once the server is up. If you're still weighing running it on your own hardware, start with the dedicated server setup guide; whether paying for it comes out ahead at all is a separate sum, and what a Palworld server costs walks through it.

Why the best-of lists can't answer this

Those lists are usually ordered by referral commission and rarely revisited after they're published. The judgment stays yours either way — so take the six items below to each provider's own pages and control panel, and see how far you get.

Your own machine or oversold: what to ask, what to verify

This is the first fork in the road, and it's invisible on the spec sheet. Two plans can list the same numbers and feel completely different, depending on how many servers are packed onto the physical machine.

Two questions before you pay:

  • How many servers do you put on one physical machine?
  • Is the CPU a dedicated core, or a core shared with other customers?

Once it's running, you can check for yourself:

  • If you get a shell, watch steal time — the st column in top or htop. If it sits above zero for long stretches, someone else is using the same physical core you're paying for.
  • Do the same with memory. When it's unclear whether free -h is showing you the whole machine or just your slice, on cgroup v2 the real ceiling is cat /sys/fs/cgroup/memory.max.
  • With no shell, watch the quiet hours. If the world is empty and the server still hitches, the cause isn't in your world.
  • Inconsistency right after a restart is the same signal. Nothing changed on your side, so whatever is changing is next door.

The test reduces to one line: does it say your own machine in writing, and can you confirm that sentence yourself once it's up?

What a plan's player count actually covers

"Supports 32 players" carries almost no information on its own. What eats a Palworld server's memory isn't the headcount, it's what has piled up in the world — bases, structures, Pals at work, dropped items on the ground, all of it still simulated after the players log off. The same four people on a month-old world will use noticeably more than they did on day one.

So the useful questions are: what does the provider stand behind at that player count, what happens past it, and what do you get to keep a heavy world in check — a daily scheduled restart, and the settings that drive memory, like base raids? Why 32 is not always 32 is its own article: Palworld Player Limits.

There's a check here too. A couple of weeks in, play at your usual peak and compare it with week one. If it has slipped, see whether a restart brings it back — that points at the memory leak rather than the plan — and whether the product shows you how the server is doing, frame rate and who's online, without having to ask anyone.

Updates and restarts: who does them, and how often

In Palworld neither of these is optional.

When the game updates, nobody can get into a server still on the old build. So the question is: when a new build ships, who applies it, how long does that usually take, is there a backup before the update — or does it only start once I file a ticket?

And the server has a well-known memory leak: the longer it stays up the heavier it gets, until it dies on its own (memory leak and scheduled restarts). So the second question is: is there a daily scheduled restart, do I pick the time, and does a stop go through an announcement, a countdown and a forced save first? A restart that just kills the process is a crash you're scheduling once a day.

Two ways to verify. Log in on the day a patch ships — if you get in, someone is doing this; if you don't, it was always your job. A scheduled restart shows up as uptime starting over just after the hour you picked, and the announcement and countdown are visible if you're in the game at that time.

A third question shows up if a host is selling auto pause: does the world advance while it's paused, and how long before someone can play again? The phrase covers two different features, and only one of them is about your Pals — what auto pause does and what it costs.

Backups and restores: ask three specific questions

"Backups included" is not an answer. Three separate things sit behind it.

  1. How often do they run? What an incident costs you is everything since the last backup. Once a day and every few hours are not the same promise.
  2. How many are kept, and for how long? Save corruption often surfaces days later. If only the most recent copy survives, the copy you have may already be the broken one.
  3. Can I restore one myself? Pick from a list and click, or file a ticket and wait for a person. At three in the morning that difference is the whole product.

One more, easy to miss: does the backup include Players/? A backup of Level.sav alone brings the world back without the characters or the guild. What has to travel together is in the save backup and restore guide.

The verification is blunt: restore once in the first week, while you have nothing to lose. It's the only check on this list that can't be talked around.

Region and latency: measure it before you buy

Ping is set by distance and routing, not by the spec of the machine. More cores and more memory change nothing about it, which is why this is the one item worth measuring rather than reading.

  • Ask whether they publish a test address per region. If they do, measure it: ping -n 20 <address> on Windows, ping -c 20 <address> on macOS and Linux. Don't just read the average — watch packet loss. A good average with occasional drops shows up in game as rubber-banding, not as lag.
  • To see where it degrades, use tracert on Windows or traceroute elsewhere. If the hop right after your own router is already bad, that's not the provider.
  • Two rules make the result worth having: measure in the evening hours you actually play, and have the person furthest away run it. The server sits in one place, and they're the one who'll suffer for it.
  • If there's no test address, record that item as "couldn't verify." That beats inventing an answer.

How many milliseconds is actually enough, and which kinds of in-game stutter a closer region won't fix at all, are in latency and the other kinds of lag.

Which regions you can pick right now is on the product page: Palworld dedicated server.

Moving in: can your existing world come with you

If you already run a dedicated server somewhere, ask this before you pay. A dedicated server's save is a portable thing by nature: drop one dedicated server's world directory into another and the world continues, as long as Players/ travels with it.

So ask whoever you're looking at whether they can take that save as it is, and whether you do it yourself or through a ticket. (A world you opened from inside the game, in host mode, is a different story and doesn't travel this way.)

The first half of any move is getting a complete copy from where the world lives now. What has to travel together, and the order to do it in, is in moving a Palworld server to another host — worth skimming before you ask, because it tells you what a complete answer sounds like.

Common questions

Which Palworld server hosting is best?

There's no single answer for everyone, but a provider that clears all six items above is a safe bet: your own machine, a clear answer on what the plan's player count covers, a clear answer to who applies game updates and runs the daily restart, backups you can restore yourself, real latency for the people you actually play with, and a way to bring an existing world in. It's not a matter of picking the name first and checking after — the name is what's left after the checks.

What actually separates the cheap ones from the expensive ones?

Usually four things: how many servers share one machine, whether there's a scheduled restart and a graceful stop, whether you can restore a backup without a ticket, and who applies game updates. On the screen the differences look small. On the day something goes wrong they aren't.

Can I tell whether a server is oversold after it's running?

Yes. With a shell, read steal time in top and the cgroup memory ceiling. Without one, watch the hours when nobody is online — if the world is empty and the server still stutters, the cause is another customer on that machine.

Can I move my save from my current host?

Between dedicated servers, yes. It depends entirely on getting the full world directory with Players/ in it, so the real question goes to your current host first. Once you have the copy, the rest is importing it on the new server.

The one-page checklist

Everything above, as the thing to ask and the thing to check.

What to askHow to verify it
Is my server the only one on this machineRead steal time and the memory ceiling; watch for hitching when nobody is online
What happens past the plan's player countPlay at your usual peak a few weeks in and compare it with week one
Who applies game updates, and how soonLog in on the day a patch ships
Is there a daily scheduled restart I can timeCheck whether uptime starts over after the hour you set
Does a stop announce, count down and force a saveBe in the game at that hour
How often are backups taken and how many keptRestore one in the first week, while nothing is at stake
Do backups include player dataAfter restoring, check the characters and the guild are there
Is the latency good enoughHave the furthest player measure, in the hours you play
Can my existing dedicated-server save be importedImport it, then check the characters and the guild are there

Run that list at KeepWorlds and the answers are on the Palworld dedicated server page itself. Every server gets a machine of its own, not shared with anyone else, and each plan is set by how many players are online at once — past that number we don't promise stability. The daily scheduled restart is a switch and a time — check Restart automatically every day, pick a quiet hour — and a stop goes through a server announcement and a countdown with a forced save before it. Saves are backed up on a schedule, several are kept, and restoring is picking one from a list. New game builds are flagged automatically and applied in one click, with a backup made first, and if you already run a dedicated server elsewhere, that save can be imported as it is. Once it's up, ConsoleMy servers shows the server address, who's online and the current status.

If it turns out not to fit once it's running, there's a refund policy for that. For anything else, the support links on every page reach us.

Read this in another language

Rather not run it yourself?

Pick a game and a plan, and your server launches on a machine of its own. Backups, game updates and expiry reminders are on us.

See Plans