How to Backup and Restore Your Minecraft World on Pterodactyl

Losing a Minecraft world to corruption, a bad update, or accidental deletion is one of the most frustrating experiences for any server owner. The fix is simple: maintain regular backups. Here is how to do it properly on a Pterodactyl panel server.
Why Regular Backups Matter
Minecraft worlds are relatively small files compared to regular database data, but they represent potentially months of player work. A single corrupted chunk or a failed modpack update can cause significant data loss.
The rule is straightforward: if you cannot afford to lose it, back it up.
Creating a Manual Backup on Pterodactyl
- Log in to the Pterodactyl panel
- Select your Minecraft server
- Navigate to the Backups tab
- Click Create Backup
- The panel compresses your world and server files into an archive
Backups are stored on the same server by default. For critical worlds, download a copy externally as well.
Restoring from a Backup
- In the Backups tab, locate the backup you want to restore
- Click the restore icon or option next to that backup
- Confirm the restore action
Note that restoring overwrites your current world with the backup version. If you want to go back to the current state later, create a fresh backup before restoring.
How to Delete a Minecraft World on Pterodactyl Without Losing Everything
A common question: how to delete a specific world without wiping the whole server. In the Files tab of Pterodactyl, navigate to the world folder (or world_nether, world_the_end for dimension folders) and delete just that directory.
After deletion, the server will regenerate a fresh world on next startup using your current seed and world settings.
Automating Backups
Pterodactyl does not include automated backup scheduling in the base panel, but the Pterodactyl API can trigger backup creation via a cron job.
A simple approach using the Pterodactyl API:
- Generate an API key in your account settings
- Set up a cron job that calls the backup endpoint daily
- You now have automated daily backups without any additional software
Alternatively, Space-Node offers plan-level managed backups on qualifying hosting plans, removing the need to configure this yourself.
