Common server.properties Mistakes
Avoid common Minecraft server.properties mistakes with server-ip, online-mode, server-port, view-distance, simulation-distance, command blocks, and whitelist.
server.properties looks simple, but a few wrong values can break connections, weaken security, or hurt performance.
Mistake Checklist
| Mistake | Why it hurts | Better default |
| --- | --- | --- |
| Setting server-ip randomly | Can prevent binding | Leave blank |
| Using online-mode=false as a fix | Authentication risk | Keep true |
| Wrong server-port | Players hit wrong port | Match allocation/firewall |
| Huge view-distance | Chunk and memory pressure | Start 6 to 10 |
| Huge simulation-distance | Entity/block tick load | Start 4 to 6 |
| Enabling command blocks casually | Security and grief risk | Keep disabled unless needed |
| Ignoring whitelist for private SMP | Random access | Enable for private servers |
server-ip Mistake
Most servers should use:
server-ip=
Do not put your public IP there unless your host explicitly tells you to bind to a specific address.
online-mode Mistake
Do not use this as a quick fix:
online-mode=false
Read what online-mode does and should you set online-mode=false before changing it.
If you paste a new server.properties over a live server, keep the old file first. Some settings may be intentionally customized for your host or proxy.
Distance Mistakes
High view distance and simulation distance can make a server feel good until player count grows. Tune with best view distance for performance and simulation distance basics.
Use the server.properties generator to rebuild a clean baseline.
FAQ
Should server-ip be blank?
Usually yes. Leave server-ip blank unless your host specifically requires a bind address.
Is online-mode=false a harmless fix?
No. It disables official authentication and can create impersonation and UUID problems on public servers.
Can bad server.properties settings cause lag?
Yes. Excessive view distance, simulation distance, and unsafe workload settings can contribute to TPS problems.
Related Tools
server.properties Generator
Generate a clean Minecraft server.properties baseline for online mode, max players, difficulty, view distance, simulation distance, and command blocks.
Minecraft MOTD Generator
Generate a Minecraft server MOTD with legacy color codes, two-line formatting, preview text, and server.properties-ready output.
Minecraft RAM Calculator
Calculate a practical Minecraft server RAM and Java heap estimate from player count, server type, plugins, worlds, view distance, and machine memory.
Related Articles
Best server.properties Settings for Survival Server
Recommended server.properties settings for Minecraft survival servers, including view distance, simulation distance, online-mode, command blocks, max players, and safety.
What Does online-mode Do in Minecraft?
Understand online-mode in Minecraft server.properties, how authentication works, why UUIDs matter, and when proxies use different backend settings.
How to Change Minecraft Server Port
Change a Minecraft server port safely by editing server.properties, updating panel allocations, firewall rules, router forwarding, and DNS SRV records.