Build a Minecraft Bedrock Edition server (Ubuntu)

On September 11, 2018, Mojang released an early alpha version of the official Bedrock Edition server software.


It is in the early stages of development, so like any early release software, it may have serious problems.

Bedrock Dedicated Server is free and open source, and can be used for free, including commercial use.


Into the title:

To start a Minecraft Bedrock Edition server, you need:


Step 1: Connect to the server##

Step 2: Execute basic instructions

Get root privileges

sudo -i

Update system:

apt-get update

Install the necessary software:

apt-get install wget screen unzip -y

The third step: directory preparation##

Enter the home directory

cd /home

Create bds folder

mkdir bds

Enter the bds folder

cd bds

The fourth step: file preparation##

Download server:

sudo wget https://cos.iufun.cn/download/bedrock-server-1.14.32.1.zip

Unzip the server:

unzip bedrock-server-1.14.32.1.zip

Step 5: Open service##

Hang the background:

screen -S bds

Give permission:

sudo chmod 777./*

Open service:

LD_LIBRARY_PATH=../bedrock_server

Then press Ctrl+ad to suspend the screen

Step 5: Play

Connection test:
Add your server in the game
Server name: whatever
Server address: your ip
Server port: 19132

Miscellaneous:

Server configuration file (you can modify it yourself): server.properties
If you don’t understand, you can download this translated reference file: Control

Recommended Posts

Build a Minecraft Bedrock Edition server (Ubuntu)
[Linux] Build Samba server (ubuntu16.04)
Build Ubuntu 12.04 cross compilation server
Ubuntu16.04 build GitLab server tutorial
Build Nginx-RTMP live server on ubuntu
Ubuntu16.04 build php5.6 Web server environment
Build a LAMP development environment on Ubuntu 16.04
Build a python development environment under Ubuntu
Centos7 tutorial to build a master-slave DNS server
Ubuntu build etcd
Ubuntu build Seafile
How to set up a DNS server on Ubuntu 18.04
CentOS uses Nginx to build a download function server
Centos8 implementation steps to build a local web server
Ubuntu 18.04 LTS LAMP build
ubuntu install nginx server
How to build an NFS file sharing server on Ubuntu 16.04
Build a Hustoj competition platform under the server under ubuntu 14|15 with multiple question banks and problem analysis