Guide

How to setup a backup schedule on Pterodactyl
Step-By-Step

Learn how to create and manage backups on your Pterodactyl server. This guide covers both manual backups and automated scheduled backups, helping you protect your data with ease.

Back to Guides

How to setup a backup schedule on Pterodactyl

IGSteven IGSteven Staff Apr 19, 2026

📦 Understanding Backups

  • Each of our game servers come with up to 5 backups
  • Backups are snapshots of your server files
  • Each server has a limit of 5 backups. Once this limit is reached, new backups will fail unless older backups are deleted. You can either remove backups manually or automate cleanup using schedules.

🧰 Creating a Manual Backup

To take a backup at any time:

  1. Go to your server in the panel
  2. Click on the Backups tab
  3. Click Create Backup
  4. (Optional) Enter a name for your backup
  5. Click Start Backup

Your backup will begin processing and appear in the list once complete.


🔄 Restoring a Backup

To restore a backup:

  1. Go to the Backups tab
  2. Locate the backup you want to restore
  3. Click Restore

⚠️ Restoring a backup will overwrite your current server files.

⏰ Automating Backups with Schedules

To avoid forgetting, you can automate backups using the Schedules feature.

Step 1: Create a Schedule

  1. Go to the Schedules tab
  2. Click Create Schedule
  3. Give it a name (e.g. Daily Backup)
  4. Set the timing using cron values
    (e.g. once per day)

Step 2: Add a Backup Task

  1. Open your newly created schedule

  2. Click New Task

  3. Configure the task:

    • Action: Create Backup
    • Time Offset: 0 (runs immediately when the schedule triggers)
  4. Save the task


Step 3: Enable the Schedule

Make sure the schedule is active, then your backups will run automatically based on your timing.


🧠 Best Practices

  • Keep at least one recent backup at all times
  • Use daily or weekly schedules depending on how often your server changes
  • Regularly delete old backups to stay within the 5-backup limit
  • Take a manual backup before major changes or updates

⚠️ Important Notes

  • Backups count toward your server’s storage limits
  • Large servers may take longer to back up
  • If a backup fails, check the console or activity logs for errors

By setting up automated backups, you can ensure your server is always protected without needing to remember to do it manually.

Share