Server updates are routine — right up until the one time they aren't. The entire craft of safe updating is one rule and one order of operations, and both fit on this page.
The one rule: backup before, not after
Minecraft worlds convert forward only. The moment version 1.21.5 opens your world, 1.21.4 can never read it again. If the new version has a bug, a mod isn't ready, or the world corrupts mid-conversion, the backup taken before the update is the only road back. Copy the whole world folder (self-hosting) or hit the backup button (hosted), then proceed.
Vanilla: swap the jar
- Stop the server — never touch files while it runs
- Back up (see rule)
- Replace
server.jarwith the new one from minecraft.net - Start; the world converts on first load — big worlds take minutes
Paper + plugins: update in the right order
Same jar swap with one extra check beforeyou do it: your plugins. Paper builds for a new Minecraft version land within days, but plugins lag — check each critical plugin's page for compatibility first. Update Paper, start, read the log for plugin errors, then update plugins that complained. Running yesterday's Minecraft with working plugins beats today's with broken claims protection.
Modded: update the pack as a unit
On modded servers, "the version" is the modpack release, not the Minecraft number. Install the pack's new release server-side; players update to the same release in their launcher. Hand-picking individual mod updates breaks the version agreement that makes a pack stable — and cross-Minecraft-version pack upgrades (1.20 → 1.21) are genuinely risky for worlds, since mods add their own blocks that must convert too. The changelog tells you if the authors support it.
Hosted panels compress all of this: pick the new version or pack release, and the platform swaps the runtime while the world and its backup stay put. On Campfire it's the Settings tab — change version, apply, done.
Verify before you announce
Start the server, watch the log to a clean "Done", join, and walk around a chunk border. Thentell the Discord it's updated. The five-minute check is the difference between a rollback nobody noticed and an evening of "why is the shop chunk gone".