Skip to content

How to Change the Tick Distance on Your Minecraft Bedrock Edition Server

Customize tick distance on your Minecraft Bedrock Edition server.

What is the tick distance?

The tick-distance determines how many chunks are actively calculated and ticked around the player. This means that processes such as redstone switching, mob movement and spawning, plant growth and ticks from fire, water and stalactite run in this area. Outside this area, chunks are only loaded as long as they are within the view distance - however, they are not actively processed, but are "frozen", so to speak.

What effects does the setting have on my server?

  • Values that are too low can result in farms, redstone or mobs outside the player not working.
  • Higher values mean more server load, especially with many players or large systems.

How do I change the tick distance?

  1. Open dashboard
    Go to your Minecraft Bedrock Edition server in the dashboard.

  2. Open file browser
    Open the file browser.

  3. Open config
    Open the file server.properties.

  4. Find entry
    Search for the following entry:

    tick-distance=4
    tick-distance=4
  5. Change value
    Change the value as required (e.g. 8 or 6).

  6. Save changes
    Save the changes by clicking on "Save".

  7. Restart server
    Restart the server so that the changes become active.

Recommendation

  • 4 → Default setting
  • 6-8 → Balanced between farming & world exploration
  • 10-12 → Only with strong server performance