Game server tutorials6 min read
Backups that actually work when you need them
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.

Game server tutorials
Running a modded server is a different job from running a vanilla one. What to expect around versions, memory, updates and your players.
The first modded server most people run goes the same way: it works, everyone is delighted, and then a week later it is a fragile pile of version mismatches nobody wants to touch. The mods are not the problem. The problem is that a modded server has different rules from a vanilla one, and nobody mentions them up front.
This distinction causes more confusion than anything else in modded hosting.
If you want new blocks, machines, dimensions or creatures, you need mods and every player needs the same pack. If you want permissions, land claims, economy or moderation tools, plugins are simpler and your players install nothing.
Write down three things and treat them as one unit: the game version, the mod loader version, and the pack version. Change any one of them and you have a new configuration to test.
Do not let players update their pack independently. "It updated itself" is the single most common cause of a modded server everyone is suddenly unable to join.
The practical fix is to distribute a specific pack version through a launcher your players all use, and to announce updates deliberately rather than letting them drift.
A vanilla Minecraft server for a few friends is fine on 2 GB. A large modpack starts at 8 GB and is more comfortable at 12 to 16 GB. Startup goes from a few seconds to several minutes, because every mod registers its content before the world loads.
This matters for how you operate the server. A five-minute startup means a careless restart during peak hours is genuinely disruptive, so schedule restarts for quiet periods and warn players first.
Modded crash reports look intimidating but usually name the culprit within the first twenty lines. Look for the mod ID in the stack trace and the "Suspected Mods" section if the loader provides one.
Modded worlds are fragile in one specific way: removing a mod that added blocks or items leaves holes in your world data. Sometimes that is harmless, sometimes it corrupts chunks. Always take a backup before adding or removing a mod, and always test a pack update before rolling it out to players.
Keep reading

Game server tutorials6 min read
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.

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.