Backing up your server

4 min read

This article shows you how to check your backup allowance, create a backup of your Palworld server from the EZ Game Host panel, and keep an extra offline copy of your save data. A recent backup is the fastest way to recover from a bad config change or a reinstall gone wrong.

Why back up

Take a backup before anything that could put your world at risk:

  • Before editing PalWorldSettings.ini. Gameplay options are easy to get wrong, and a backup lets you roll back your experiments. See Changing game settings.
  • Before reinstalling the server. The panel's Reinstall Servercard warns: "Some files may be deleted or modified during this process, please back up your data before continuing." See Reinstalling and maintenance.
  • Before major game updates or mod changes, in case the new version has problems with your existing world.
Tip
Palworld itself ships with bIsUseBackupSaveData=True in PalWorldSettings.ini, so the game keeps its own backup copies of save data as it runs. That is a useful game-level safety net, but it lives on the same server disk, so it is not a substitute for panel backups or an offline copy.

Check your backup limit

The number of backups you can keep is set by your plan.

  1. In the panel sidebar, open Settings.
  2. Find the Limits card and check the Backups value.

If your limit is reached (or your plan includes no backups at all), the create-backup button on the Backups page is disabled and shows a "Backup Limit Reached" tooltip. Delete an older backup to free a slot, or contact EZ Game Host support about a plan with more backup slots.

The create-backup button disabled with a "Backup Limit Reached" tooltip

Create a backup

The Backups page
  1. In the panel sidebar, open Backups.
  2. Click the archive icon in the top-left of the page (if you have never made a backup, the page shows "No backups / Create a backup to get started").
  3. Complete the create-backup prompt and confirm.
  4. Watch the new row in the backup list. The table shows Name, Size, Created at, Status, and Lock Status. Wait for the Status column to show the backup has completed before relying on it.
Tip
Palworld only writes your world to disk when it saves (autosave runs periodically), so a backup taken while the server is running contains the world as of the most recent save. For a guaranteed-current snapshot, save or stop the server first (see Console commands).
Tip
You can automate backups with the panel's Schedules feature (for example, a nightly backup); see Scheduling automatic restarts and other tasks. Automating backups still requires backup slots on your plan: on a plan with no backup slots, the Backups page shows the create button disabled with the "Backup Limit Reached"tooltip, so check your limit first (see "Check your backup limit" above).

Restore, lock, or delete a backup

Once a backup's Statusshows it has completed, you can manage it from the backup list: restore the server from it, lock it so it can't be deleted accidentally (locked backups are indicated in the Lock Status column), or delete it to free up space against your backup limit.

Warning
Restoring rolls your server files back to the backup's contents, so changes made since the backup was created can be lost. Consider taking a fresh backup first if you have a free slot.

Keep an offline copy via SFTP

Panel backups live on EZ Game Host infrastructure. For anything you truly can't lose, also download a copy to your own computer:

  1. In Settings, find the SFTP Information card for your connection string and Username. Your SFTP password is the same as your panel password.
  2. Connect with an SFTP client and download the Pal/Saved folder, which contains your world saves and the live config.

For step-by-step SFTP instructions, see Managing files and SFTP.