- create an lightsail OS Only Ubuntu instance
- turn on port forwarding of UDP
- set static ip
- ssh into the instance
- create and cd to /minecraft directory
- wget and unzip the latest bedrock server for ubuntu (https://www.minecraft.net/en-us/download/server/bedrock)
- create a
run.sh(chmod 755) script with the following code:
#!/bin/bash
LD_LIBRARY_PATH=. ./bedrock_server