Language
ThemeLight or dark

Already have an account? Sign in

Back to blog

server.properties in Minecraft: Key Settings for Your Server

kire_sreggo
Minecraft server configuration panel with performance controls and players

The server.properties file controls many basic rules on a Minecraft server. You do not need to edit every option, but you should understand the settings that affect performance, access, and the player experience.

Quick answer: review difficulty, game mode, whitelist, view distance, spawn protection, and online-mode before inviting players.

Where to find server.properties

On a Java server, server.properties is usually in the main server folder, next to the .jar, worlds, and configuration files. After editing it, you normally need to restart the server for changes to apply.

Make a backup first if the server already has active players.

Basic gameplay settings

These values define how the server feels:

  • gamemode: survival, creative, adventure, or spectator;
  • difficulty: peaceful, easy, normal, or hard;
  • level-name: the world folder name;
  • motd: the text shown in the server list;
  • max-players: the connection limit.

For a private survival server, gamemode=survival, difficulty=normal, and a realistic max-players value are a good starting point.

Security and access

white-list=true is strongly recommended for private servers and small communities. It keeps access limited to approved players.

Also review online-mode. Public servers should keep it enabled so accounts are verified. Changing it without understanding the impact can create impersonation risks.

Performance settings

view-distance and simulation-distance have a major effect on CPU and RAM usage. Higher values mean the server must process more chunks.

If you notice lag, try moderate values before adding more plugins. On many small servers, reducing view distance is an immediate improvement.

Spawn and first-session experience

spawn-protection prevents players without permissions from breaking blocks near spawn. It is useful on public servers, but it can get in the way on private worlds where everyone builds together from the start.

Set pvp=true or pvp=false based on the community you want to run.

Changing settings on Mineando

On Mineando, you can review your server configuration, make changes carefully, and restart when you are ready to apply them. If you are testing several values, change one thing at a time so you know what helped.

Conclusion

server.properties is not a file to copy blindly. It is the basic rule panel for your server. Start with access, difficulty, and performance, test with real players, and adjust from there.

If you are preparing your first server, our Minecraft server version guide is a useful next step.