The Settings page provides access to your server’s core configuration files, allowing you to customize gameplay, performance, and behavior without needing to edit files manually.

Server Properties Overview

1

Access Settings

Navigate to the Settings tab in your server panel
2

Core Configuration

Server Name
string
default:"A Minecraft Server"
The name displayed in server lists and MOTD
MOTD
string
default:"A Minecraft Server"
Message shown to players in the server list
Max Players
number
default:"20"
Maximum number of concurrent players
Game Mode
select
default:"survival"
Default game mode: survival, creative, adventure, spectator
3

Apply Changes

Click Save and restart your server for changes to take effect
Most setting changes require a server restart to apply

Game-Specific Settings

Advanced Configuration

Performance Optimization

1

View Distance Tuning

Low Population

Recommended
view-distance=12
simulation-distance=8
Better performance for fewer players

High Population

Recommended
view-distance=8
simulation-distance=6
Optimized for many concurrent players
2

Entity Management

Entity Limits
max-world-size=29999984
entity-broadcast-range-percentage=100
max-entity-cramming=24
3

Network Optimization

Network Settings
network-compression-threshold=256
player-idle-timeout=0
max-tick-time=60000

Security Settings

1

Online Mode

Security Options
online-mode=true
prevent-proxy-connections=false
Only disable online-mode if you understand the security implications
2

Whitelist

Player Control
white-list=false
enforce-whitelist=false
Enable whitelist for private servers

Resource Packs & Data Packs

1

Resource Pack Configuration

Resource Pack Settings
resource-pack=
resource-pack-sha1=
resource-pack-prompt=
require-resource-pack=false
2

Data Pack Settings

Data Pack Options
initial-enabled-packs=vanilla
initial-disabled-packs=
3

Upload Instructions

  1. Upload the resource pack ZIP to your server
  2. Set resource-pack to the download URL
  3. Generate SHA1 hash for verification
  4. Restart server to apply

Configuration Templates

Survival Configuration
gamemode=survival
difficulty=normal
pvp=true
spawn-monsters=true
spawn-animals=true
generate-structures=true
allow-flight=false
max-players=50
view-distance=10

Troubleshooting Settings

Best Practices

Backup Before Changes

Always backup your server before making significant configuration changes

Test Incrementally

Make one change at a time to identify what causes issues

Monitor Performance

Watch server performance after configuration changes

Document Changes

Keep notes on what settings work best for your server
Pro Tip: Use the /gamerule command in-game for temporary testing before making permanent configuration changes.