Minecraft Bedrock Dedicated Server Hosting 2026: The Complete Guide

Published on

How to host a Minecraft Bedrock Edition dedicated server in 2026 using BDS. Covers installation, configuration, add-ons, and cross-platform play with Java via Geyser.

Written by Jochem – Infrastructure Expert – 5-10 years experience in game server hosting, VPS infrastructure, and 24/7 streaming solutions. Read author bio →

Minecraft Bedrock Dedicated Server Hosting 2026: The Complete Guide

Minecraft Bedrock Server Hosting 2026

Minecraft Bedrock Edition is the version of Minecraft that runs on Windows 10/11, mobile (iOS/Android), Xbox, PlayStation, and Nintendo Switch. Hosting a dedicated Bedrock server lets players on all of these platforms join your world without one player needing to keep their device on as a host.

Java vs. Bedrock: The Key Difference for Server Hosting

Java Edition runs on PC only and uses traditional mods (Fabric, Forge, NeoForge) with a long-established plugin ecosystem (Paper, Spigot). It does not support console or mobile players.

Bedrock Edition uses a completely different server software (BDS — Bedrock Dedicated Server) and supports all Bedrock platforms simultaneously. Mods are called "Add-Ons" and are more limited than Java's mod ecosystem, but the cross-platform accessibility is unmatched.

Who Should Host a Bedrock Server?

  • Console players — if your friends play on Xbox or PlayStation, Bedrock is the only option for dedicated hosting
  • Mobile players — if you have friends on iOS/Android
  • Mixed groups — families with multiple device types
  • Java + Bedrock crossplay — possible with Geyser (see below)

Installing the Bedrock Dedicated Server (BDS)

Download BDS from the official Minecraft website:

# Download latest BDS (Linux)
wget https://minecraft.azureedge.net/bin-linux/bedrock-server-[version].zip
unzip bedrock-server-*.zip -d /opt/bds_server

# Run the server
cd /opt/bds_server
LD_LIBRARY_PATH=. ./bedrock_server

Key Configuration in server.properties

server-name=My Bedrock Server
gamemode=survival
difficulty=normal
allow-cheats=false
max-players=20
online-mode=true
server-port=19132
server-portv6=19133
view-distance=32
tick-distance=4

tick-distance (4-12) is especially important for performance. Lower values reduce the area simulated around players. For a low-power server with many players, set this to 4-6.

Add-Ons and Behavior Packs

Bedrock Add-Ons are the equivalent of Java mods. They consist of:

  • Resource Packs — textures, sounds, visual changes
  • Behavior Packs — gameplay changes, new entities, custom items

Add-Ons are installed by placing them in the resource_packs and behavior_packs folders and referencing them in world_resource_packs.json and world_behavior_packs.json.

The Add-On ecosystem is smaller than Java's mod ecosystem but sufficient for most customization needs.

Crossplay: Java + Bedrock with Geyser

If you want Java and Bedrock players on the same server, use Geyser. It is a proxy/plugin that translates Bedrock protocol to Java protocol, allowing Bedrock clients to connect to Java servers.

Install Geyser as a Paper plugin:

  1. Add GeyserMC to your Paper plugins folder
  2. Configure config.yml with your server's address
  3. Bedrock clients connect to port 19132 while Java clients connect to 25565

This is one of the most popular setups for servers with diverse player bases.

Bedrock Performance Considerations

Bedrock Edition is generally more efficient than Java Edition for server performance. The C++ codebase handles more players at lower RAM consumption. However:

  • With many players and high tick-distance, performance is still significant
  • Add-Ons with complex behavior packs add processing overhead
  • Large redstone contraptions can still cause performance issues

Hosting Bedrock at Space-Node

Space-Node supports both Java and Bedrock dedicated servers. Our NVMe storage ensures fast chunk loading regardless of edition. If you want Java + Bedrock crossplay via Geyser, we support that configuration as well.


📱 Host your Bedrock server for all platforms. → View Minecraft Plans at Space-Node

Java, Bedrock, Geyser crossplay — we support it all.

Jochem

About the Author

Jochem – Infrastructure Expert – Expert in game server hosting, VPS infrastructure, and 24/7 streaming solutions with 5-10 years experience.

Since 2023
500+ servers hosted
4.8/5 avg rating

I specialize in Minecraft, FiveM, Rust, and 24/7 streaming infrastructure, operating enterprise-grade AMD Ryzen 9 hardware in Netherlands datacenters.

View my full bio and credentials →

Start Minecraft Server in Minutes

Join content creators worldwide who trust our Minecraft infrastructure. Setup is instant and support is always available. Start from €0.90/mo (Dirt) or €2.70/mo (Coal) and go live in minutes.

Minecraft Bedrock Dedicated Server Hosting 2026: The Complete Guide