How do I configure my Project Zomboid server?
Open the Startup page of the AleForge Panel. This page contains several important server variables. If you change any of these values, your server must be restarted to pick up the changed values.
SERVER NAME
The server name is essential as this is the local path and name of the save file and configs that will load on your server. If you are migrating a world to AleForge hosting, you must make sure this matches your saved data name. If you have any questions about this, reach out to our support.
Admin Username and Password
Set your username and password to set yourself as Admin on your Project Zomboid server. [You can follow this guide for the complete steps to set up your Admin account.](https://help.aleforge.net/article/283-how-to-set- yourself-as-admin-in-project-zomboid)
Steam Beta Branch
Sometimes there are beta branches released for upcoming Project Zomboid releases. This is also used so players can keep playing older releases, such as with the branch “legacy40 – Classic Zomboid”. Leave this blank to use the latest release. If you do set up a beta branch, you must open the Settings page and run a reinstall to install your selected branch.
Steam Auto Update
This enables or disables auto-update when the server starts up. Set this to 0 to disable auto updates.
Advanced Configuration for Project Zomboid
There are four main configuration files for Project Zomboid, and they are all located at:
/home/container/.cache/Server

Your files may have different names depending on what you set the Server Name to in the basic configuration section. If these files are missing, start the server one time to create the files and then stop the server before editing.
dedicated.ini: Config for controlling things such as Public Server Name and moreSandboxVars.lua: This file is used to control game state items such as the number of zombies, perk points, etc…spawnpoints.lua: You can use this file to set up the locations players are allowed to spawn into the world. Check out our guide for custom spawn points.spawnregions.lua: This file dictates what regions exist in your world. If you have added custom maps, this file should be updated automatically
dedicated.ini
This file’s name depends on what you set for the Server Name in the basic configuration. [You can use this guide](https://help.aleforge.net/article/286-what-do-the-options-in-my- project-zomboid-config-mean) that explains each option in the dedicating.ini.