Minecraft Bedrock Server Properties Guide
A guide to understanding and configuring Minecraft Bedrock server properties for optimal gameplay on Beacon Hosting.
June 4, 2025
2 min read
45 views
Topics:
Minecraft Bedrockserver propertiesgame server hostingBeacon HostingMinecraft serverserver configurationMinecraft Bedrock Server Properties Guide
This guide explains the key settings inside your server.properties
file and how to configure them correctly on your Beacon Hosting Bedrock server.
What Is server.properties
?
The server.properties
file contains configuration options that determine how your Bedrock server behaves — from world settings and difficulty to how many players can connect.
Important Server Properties Explained
server-name
: The name of your server shown to players.gamemode
: Sets the default mode for new players. Options includesurvival
,creative
, oradventure
.difficulty
: Controls how challenging the game is. Usepeaceful
,easy
,normal
, orhard
.max-players
: Sets how many players can join your server at once.allow-cheats
: When set totrue
, players can use commands like/gamemode
,/tp
, etc.white-list
: When enabled (true
), only players on the whitelist can join.spawn-protection
: Sets how many blocks around the world spawn are protected from edits.online-mode
: Whentrue
, requires Xbox Live login (recommended for authentication).
How to Edit Server Properties via Beacon Hosting
- Log into your Beacon Hosting control panel.
- Go to your Bedrock server’s dashboard.
- Open the File Manager, or connect via SFTP.
- Find and open the
server.properties
file. - Make your changes, save the file.
- Restart the server to apply the new settings.
How Whitelist Works
To use the whitelist feature:
- Set
white-list=true
inserver.properties
. - Then use these commands in the console or in-game:
/whitelist on
/whitelist add <PlayerName>
/whitelist remove <PlayerName>
/whitelist list
Was this helpful?
Let us know if this article helped you solve your problem
Related Articles