Skip to content

Setting up on Linux

Matthew edited this page Jan 19, 2021 · 8 revisions

The following guide will show you how to get BedrockConnect up and running along with a DNS server.

Install Java

To install Java 8:

Ubuntu: sudo apt install openjdk-8-jre-headless

CentOS: sudo yum install java-1.8.0-openjdk

Install BIND9

Download the following script: https://raw.githubusercontent.com/Pugmatt/BedrockConnect/master/scripts/install-bind.sh

Run: sudo install-bind.sh [IP]

[BCIP] - Replace with public IP of your network that players will use

Download and run BedrockConnect

Download the latest "BedrockConnect-1.0-SNAPSHOT.jar" from: https://github.com/Pugmatt/BedrockConnect/releases

Run: java -jar BedrockConnect-1.0-SNAPSHOT.jar nodb=true

Everything should then be correctly up and running. You would then set your DNS on your devices to the public IP address that you have the server running on.

Clone this wiki locally