Having trouble getting your Project Zomboid server up and running on Pterodactyl? The culprit might be the automatic backup feature. This blog post will guide you through two ways to fix the server startup issue caused by backups.
The server logs might point to a problem with the backup functionality. This is likely due to Project Zomboid's in-game backup settings. Even if you have enough disk space, the server might be restricted from creating new backups due to a limit set in the configuration.
Here's what could be happening:
There are two ways to get your server running again:
Option 1: Disable Automatic Backups
server.ini
(or similar) within the /home/container/.cache/Server
directory. You might need to edit the file path depending on your panel setup.server.ini
file. Look for a line that says BackupsOnStart=true
.BackupsOnStart=false
.server.ini
file.This will disable automatic backups on startup, allowing your server to launch successfully.
Option 2: Delete Old Backups
/home/container/.cache/backups/startup
directory.This will free up space for a new backup to be created on startup, resolving the issue.