View Categories

Backups and Restoring on a Minecraft Modpack Server

MINECRAFT: FORGE MODPACK

How to back up your world and settings, and bring them back when you need to. A backup on a modpack server holds your world and settings, but not the modpack itself. That is why the order you restore in matters — the most important point on this page.

About 6 min readUpdated 2026-09-07For Minecraft: Forge Modpack

Creating a backup

  1. Open Backups from the left-hand menu of the server management screen.
  2. Press Create Backup.
  3. Give it a name and create it (leave it empty and one is named from the date and time).
The Backups screen. Create from the top right, restore from the menu at the right-hand end of each row.
The Backups screen. Create at the top right; restore from the menu at the right-hand end of each row.
You can create one while the server is running. Taking a backup before a big change — updating the modpack, for instance — is a good habit.

What a backup does and does not contain

CategoryContents
IncludedYour world / settings (config, defaultconfigs) / scripts / json files / server.properties
Not includedThe modpack itself (mods) / the Forge libraries / distributed packs (global_packs) / server JARs (versions) / logs / caches

The modpack and the Forge libraries can be fetched again from where you got them. Including them would make every backup enormous and put load on the server each time one is taken.

In our own testing, a server running DawnCraft came to about 1.1 GB in total, while the backup was about 8.6 MB — roughly one hundred and twenty-eighth of the size. Your world and settings are all in there.

A normal restore (the server stays as it is)

Use this when you want to put your world back to how it was a little while ago. The mods are still on the server, so you can restore straight away.

  1. On the Console screen press Stop and wait until the status reads Offline.
  2. On the Backups screen, choose Restore from the menu at the right-hand end of the backup you want.
  3. When the confirmation appears, go ahead and run Restore.
  4. Once it finishes, press Start.
The restore confirmation. Leave Delete all files before restoring the backup unticked and press Restore.
Leave the checkbox unticked and press Restore
Do not tick “Delete all files before restoring the backup.” (it is off by default).
Ticking it also removes the mods and the libraries. Since the backup does not contain them, restoring will not bring the server back up. If that happens, the steps below will recover it.

After rebuilding a server, the order matters

1. Reinstall → 2. Put the Server Pack back → 3. Restore from the backup
Please follow that order. Restoring first will not start, because the mods are not there.
  1. Reinstall from the Settings screen (set the Forge version and the Java runtime first).
  2. Pull the Server Pack in with upload-from-url in the file manager and decompress it.
  3. Now restore from the backup. Your world and settings come back.
  4. Press Start and check that the world is as you left it.
If you have swapped to a different modpack, an older world may not load correctly. When you change modpacks, we recommend starting a fresh world.

How many generations you can keep

You can keep 3 backups (the same on Medium, Large and Enterprise).

When a scheduled backup runs while you are at the limit, the oldest one is replaced automatically. Creating one by hand returns an error once you are at the limit, so delete one you no longer need and try again.

Backups are created by you; none are taken by default. Doing it by hand is easy to forget, so we recommend picking a day and time by following Procedure for setting a regular schedule on a game server.

If something does not go to plan

SymptomWhat to check
The server will not start after a restoreCheck that the mods are still there. If you restored with the checkbox ticked, or just after rebuilding, put the Server Pack back and restore again.
I restored, but this is not the world I expectedCheck the creation date and time of the backup you restored.
I cannot create a new backupCheck whether you have reached the limit of 3. Deleting one you no longer need lets you create another.
The backup looks far too smallThat is expected. With the modpack and the libraries left out, a backup is only as big as your world and settings.

If that does not resolve it, send us the message from the console exactly as it appears and we will look into it.

Scroll to top