I want to create a Minecraft Bedrock (Pocket Edition) server for myself and a few friends.
Does anyone know a good tutorial where I can host such a Minecraft server on a Raspberry PI 4 Model B with 4 GB RAM, on which Ubuntu Server (18.04) runs?
You will find plenty on YouTube, just browse.
Found directly via Google…
https://www.johndball.com/hosting-your-own-minecraft-pe-server-ubuntu-linux-16-04-lts/
Unfortunately, I didn't find anything clever
It explains how to host it on 16.04. However, I use 18.04
Yes, and there's not much difference in the versions.
I think your tutorial only works on x64
the RaspberryPi4 runs on arm64
It is possible to run Pocketmine on arm64, but pthreads must be compiled for PMMP
The automatic installation script only works on x64
Here it is described: https://kirig.ph/blog/2018/08/26/minecraft-pe-server-on-a-pi-3-pocketmine-mp/
(Although Pi3, but also poor)