Minecraft Bedrock Edition

Minecraft Bedrock Edition

407

Get your own Minecraft Bedrock Edition server and create custom worlds, host multiplayer adventures, run custom maps, experiment with plugins, and control gameplay settings. Host your own server to create a dedicated space for friends to gather, explore, and collaborate in a world that reflects your unique vision.

Software
Copy link

When selecting the Minecraft BE image in the Marketplace, we will install on your server:

  • Ubuntu 20.04
  • Minecraft Bedrock Edition 1.17

We will place Minecraft files in /opt/minecraft. Startup parameters are available in /etc/systemd/system/minecraft@.service.

Getting Started
Copy link

To deploy your own Minecraft Bedrock Edition server:

  1. Start creating a new Hostman server or reinstalling an existing one and select MarketplaceMinecraft BE.
  2. Select server parameters. We recommend using at least 2 x 3.3 GHz CPU, 2 GB RAM, 40 GB NVMe. You can always upgrade the configuration, if or when your gaming server requires more resources.
  3. Finish creating your server.

The game server will launch immediately after the installation is complete.

Connect to the Minecraft BE Server
Copy link

You can now connect to your gaming server.

  1. Launch the Minecraft client on your computer.
  2. Click Play.
  3. Select Multiplayer.
  4. Click Add Server.
  5. In the Server Address field, enter the server’s IP address and port 19132: your_server_ip:19132.  
  6. Click Done.
  7. Select your server and click Join Server.

Offline Mode
Copy link

You can set Offline mode for your Minecraft Bedrock Edition server by modifying the configuration file.

  1. Connect to the server via SSH.
  2. Open the server.properties configuration file:
nano /opt/minecraft/survival/server.properties
  1. Find the following line:

online-mode=true
  1.  Replace true with false:

online-mode=false
  1. Save your edits: press Ctrl + X, then Y, then Enter.