If you’re running a Project Zomboid server and see the error:No space left on devicedon’t worry—this isn’t caused by your actual disk being full. Instead, it happens because Project Zomboid backups try to open too many files at once. A fresh save can have over 20,000 files, and mods only increase this number.Fortunately, the fix is quick and easy.Steps to Fix the ErrorLog in to your Lagless Panel.Open the File Manager.Navigate to the following folder:.cache/ServerLocate your config file:By default, it’s named dedicated.ini.If you changed the SERVER NAME on the Startup page, open the file with that name instead.Find this line inside the config file:BackupsOnStart=trueChange it to:BackupsOnStart=falseClick Save Content.Restart your server.Why This WorksBy default, servers run a backup on every start. With so many files in a Project Zomboid save, this can overwhelm the system. Disabling automatic backups prevents the error while keeping your server stable.You can still make backups manually if needed.