Run on Android (without root)

  • Views Views: 4,239
  • Last updated Last updated:
  • Introduction

    Coming to this topic, you will be guided to run Nukkit on Android without root most stable

    Presented by me, My only wish is to share this guide with everyone on the Minecraft BE community and beyond.

    You can use it to test running plugins for your Nukkit server. Maybe you get it to run server on Android 24/7 with a player count of 20~40. Depending on the reading speed of the phone's storage, Ram, CPU

    Requirements

    • You must have Android 10 or higher
    • Arm64-V8 is required on your phone, check it on the AIDA64 app
    Here is an example image so you know it supports Arm64:


    Next you have to install Termux. I recommend downloading Termux on F-Droid. Because Termux on ChPlay is no longer supported.

    So you have all the above requirements
    Let's proceed with the installation!!!

    Launching the Termux application, we enter the following command:

    Bash:
    termux-setup-storage
    And Choose "Allow"


    Next, they will upgrade and install what is needed for Ubuntu Focal to work

    Bash:
    apt-get update && apt-get upgrade -y && apt-get install wget proot git -y
    After completing the installation as above. We will proceed to boot Ubuntu
    Enter the command as follows:

    Bash:
    cd
    git clone https://github.com/BeanGTA/Linux-Termux-Nukkit.git
    cd Linux-Termux-Nukkit
    cd ubuntu
    bash ubuntu.sh -y
    bash startubuntu.sh
    So you have entered the world of Linux Ubuntu. Okay we will continue to install Java 8 and Nukkit

    Enter the command as follows:

    Bash:
    apt-get update && apt-get upgrade && apt-get install wget openjdk-8-jdk -y
    Ok, we are done with the above installation

    Next, you download the Nukkit File for Ubuntu

    The command is as follows:

    Bash:
    mkdir nukkit
    cd nukkit
    wget https://ci.opencollab.dev/job/NukkitX/job/Nukkit/job/master/lastSuccessfulBuild/artifact/target/nukkit-1.0-SNAPSHOT.jar
    And it will download for you and start running Nukkit

    Type
    Bash:
    ls
    command to find the Nukkit file you downloaded

    Command to run Nukkit:

    Bash:
    java -jar nukkit-1.0-SNAPSHOT.jar


    Choose your language and enjoy



    If there are any errors or confusion, please go to the Discord Nukkit discussion group. There will be many people to help you.

    Bonus: If you want to run it in the phone's external storage. Then enter the command as follows:

    cd /storage/emulated/0
    And then you enter the ls command to check the existing directory. From there it will be easier for you to edit the nukkit plugins file.

    Here's a Video Tutorial For Those Who Don't Understand:


    =====================
    Want to use another Linux ? Okay, I have a generated Linux rootfs file for you
    In the folder Linux-Termux-Nukkit many other Linux available. Please enter the ls command to know what's in the directory
    CentOS 7: Yes
    Amazon: Yes
    Oracle 7.9: Yes
    Oracle 8: Yes
    Rocky 8: Yes
    Debian 11: Yes
    openSUSE Leap 15: (Not updated yet, please wait)
    Arch: (Not updated yet, please wait)
  • Loading…
Top