How to Back Up Your Minecraft Server
Create and restore backups of your Minecraft server world, configs, and plugins using the control panel.
How to Back Up Your Minecraft Server
Regular backups protect your server against data loss from crashes, bad updates, or accidental changes. 3LifeHosting.com servers include built-in backup functionality through the control panel.
Creating a Backup
- Go to your server in the control panel
- Click the Backups tab
- Click Create Backup
- Optionally, give the backup a name (e.g. "Before 1.21 upgrade")
- Click Start Backup
The panel compresses your entire server directory into an archive. Depending on your world size, this may take a few minutes.
Your plan includes a set number of backup slots. If you've reached the limit, delete an older backup before creating a new one.
Restoring a Backup
- Go to the Backups tab
- Click the three-dot menu on the backup you want to restore
- Click Restore
- Choose whether to delete existing files before restoring or merge
Delete existing files is recommended when restoring to avoid conflicts between old and new files.
Downloading a Backup
To keep a local copy:
- Click the three-dot menu on the backup
- Click Download
Store these off-site for extra safety.
What's Included in a Backup
A full backup includes everything in your server directory:
world/— Your world data (overworld, nether, end)plugins/ormods/— Installed addonsserver.properties— Server configuration- Config files (e.g.
bukkit.yml,paper-global.yml) whitelist.json,ops.json,banned-players.json
Manual World-Only Backup
If you only need the world data:
- Stop the server (this ensures the world is fully saved)
- Go to the File Manager
- Select the
world/folder (andworld_nether/,world_the_end/if they exist) - Click Archive to create a downloadable zip
- Download the archive
When to Back Up
Create a backup before:
- Updating the Minecraft version
- Switching server software (e.g. Paper → Forge)
- Installing or removing mods/plugins
- Editing config files you're unsure about
- Handing out operator permissions to new people
- Any destructive change you might want to undo
