server.properties Generator
Configure every server.properties setting visually. Each property includes a description and default value. Export the complete file when done.
Network
Gameplay
World
Performance
Security
Misc
Generated server.properties
#Minecraft server properties #Generated by tools.astroworldmc.com server-port=25565 server-ip= query.port=25565 enable-query=false enable-rcon=false rcon.port=25575 rcon.password= network-compression-threshold=256 gamemode=survival difficulty=easy hardcore=false pvp=true allow-flight=false spawn-animals=true spawn-monsters=true spawn-npcs=true force-gamemode=false spawn-protection=16 max-players=20 player-idle-timeout=0 allow-nether=true level-name=world level-seed= level-type=minecraft\:normal generate-structures=true max-world-size=29999984 view-distance=10 simulation-distance=10 max-tick-time=60000 entity-broadcast-range-percentage=100 rate-limit=0 online-mode=true white-list=false enforce-whitelist=false enforce-secure-profile=true prevent-proxy-connections=false motd=A Minecraft Server enable-command-block=false enable-status=true resource-pack= require-resource-pack=false
How to Use the server.properties Generator
The server.properties file controls the core configuration of every Minecraft Java Edition dedicated server. It lives in the root of your server directory and is read once at startup. Every setting from the server port and game mode to the world seed and difficulty is defined here. Editing this file by hand requires knowing the exact key names, valid value ranges and what each option does. This tool removes that guesswork by showing every common property in an organized visual editor grouped by category.
Browse through the Network, Gameplay, World, Performance, Security and Misc sections to adjust any setting. Boolean toggles flip between true and false. Dropdowns offer valid options for properties like game mode and difficulty. Number inputs accept the correct range. A description next to each property explains what it does, and when you change a value from its default, the original default is shown so you can compare.
Common Use Cases
First-time server owners use this tool to generate a complete server.properties file before launching their server for the first time. It ensures every setting is correct without having to look up documentation. Experienced administrators use it when migrating servers or changing hosting providers to quickly rebuild their config with the same settings. Network operators managing multiple servers adjust spawn protection, view distance and online mode for each game type and export separate files.
After configuring, click Copy to place the text on your clipboard or Download to save a ready-to-use server.properties file. Upload the file to your server root, restart and the new settings take effect immediately.