Bedrock Dedicated Server is free and open source, and can be used for free, including commercial use.
Get root privileges
sudo -i
Update system:
apt-get update
Install the necessary software:
apt-get install wget screen unzip -y
Enter the home directory
cd /home
Create bds folder
mkdir bds
Enter the bds folder
cd bds
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
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
Connection test:
Add your server in the game
Server name: whatever
Server address: your ip
Server port: 19132
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