Skip to content

Instantly share code, notes, and snippets.

@ryanswanstrom
Last active December 16, 2022 17:35
Show Gist options
  • Save ryanswanstrom/9beee5dd29e1800a9c240715abe5b7cd to your computer and use it in GitHub Desktop.
Save ryanswanstrom/9beee5dd29e1800a9c240715abe5b7cd to your computer and use it in GitHub Desktop.
Steps to create a server for Minecraft Pocket Edition
  1. Create an Ubuntu VM in either Azure or AWS or Digital Ocean or somewhere
  2. Open port for the VM on port number 19132. (In Azure, in the Network Security Group, add an Inbound security rule)
  3. remote connect to the VM (Putty will work for this)
sudo apt-get update
sudo apt-get install default-jre

wget http://ci.mengcraft.com:8080/job/nukkit/lastSuccessfulBuild/artifact/target/nukkit-1.0-SNAPSHOT.jar
mv nukkit-1.0-SNAPSHOT.jar nukkit.jar

java -Xms128M -Xmx1G -jar nukkit.jar
@GAMER9877
Copy link

Hi

@ryanswanstrom
Copy link
Author

Hello @GAMER9877, I am not sure this script still works. I have not used it in many years

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment