Server Properties and Configuration
Use this page when you want to change common game server settings such as slots, difficulty, server description, or authentication behavior.
Before editing configuration
Section titled “Before editing configuration”Create a backup before changing configuration files. A small typo can prevent some runtimes from starting.
Stop the server if the game recommends editing configuration while offline. After saving changes, start or restart the server and watch the console.
Minecraft server.properties
Section titled “Minecraft server.properties”For Minecraft Java servers, common settings live in server.properties.
Examples:
max-players=20controls the player slot limit.difficulty=normalcontrols world difficulty.motd=Welcome to my servercontrols the server list message.online-mode=truecontrols whether the server checks player identity with Minecraft services.
For public Minecraft servers, keep online-mode=true unless you understand the risks and have a specific reason to change it.
Worked example: change the MOTD
Section titled “Worked example: change the MOTD”- Create a backup.
- Open Files.
- Open
server.properties. - Find the
motdline. - Change it to
motd=Welcome to ZeroLagHub. - Save the file.
- Restart the server.
- Refresh your game client’s server list.
If the server will not start
Section titled “If the server will not start”Reopen the file and check the last setting you changed. If you cannot spot the issue, restore the backup or open a ticket with the server name, file changed, and newest console error.