Game server tutorials7 min read
Modded server basics: what changes when you add mods
Running a modded server is a different job from running a vanilla one. What to expect around versions, memory, updates and your players.

Game server tutorials
A backup you have never restored is a hypothesis. How to set up game server backups you can genuinely rely on, and the mistakes that make them useless.
Everyone who has run a community server for long enough has a story about a backup that did not work. The file was there, the schedule was green, and the restore produced a world from three months ago or nothing at all. The lesson is always the same: a backup is not a backup until you have restored it.
It is rarely hardware failure. In practice, the things that eat game server worlds are:
Notice that most of those are human, and most of them are only discovered hours or days later. That shapes what a useful backup strategy looks like: you need history, not just the most recent copy.
A single rolling backup that overwrites itself is close to worthless against the failure modes above, because the damage gets backed up over the good copy before anyone notices. Keep a ladder: a few recent copies, one from roughly a week ago, and one from roughly a month ago.
Backups stored only on the server they protect share the fate of that server. Panel backups are convenient and worth using, but download a copy periodically to your own machine or storage. Anything you would be genuinely upset to lose deserves a copy you control.
This is the single highest-value habit on this page, and the one most people skip because it takes five minutes of manual work.
Scheduled backups handle the unexpected. Manual backups handle the expected: version updates, mod changes, plugin additions, config rewrites, world edits. Take one first and name it something you will recognise, like "pre-1.21-update" rather than "backup3".
Backup jobs read a lot of disk at once, which can be felt as a tick stutter on a busy server. Schedule automatic backups for genuinely quiet hours in your community's main timezone, not the middle of the night in yours.
Pick a quiet moment, restore a backup to a test server or a spare instance, and confirm the world loads with the content you expect. Do it once when you set backups up, and again after any significant change to the server.
It is a twenty-minute exercise that converts your backup from an assumption into a fact, and it is much better to discover a problem deliberately than at the worst possible moment.
Keep reading

Game server tutorials7 min read
Running a modded server is a different job from running a vanilla one. What to expect around versions, memory, updates and your players.

Guides8 min read
Most "optimisation" advice for Minecraft servers is cargo cult. Here is what genuinely moves the needle on tick time, in the order worth trying.

Guides6 min read
Latency is mostly physics. This is how to pick a hosting region when your community is spread out, and why "central" is usually the wrong answer.