Skip to content

How to set up Termux to run RTB

DeadBread76 edited this page Sep 17, 2019 · 10 revisions

I can't guarantee RTB will work on Termux perfectly, If you have issues submit them and i'll try to fix it.

To run RTB on Android, you will need Termux and Termux API, I also highly recommend Hacker's Keyboard to use RTB.

Run on Stock Termux (No GUI)

When You first start Termux, Ensure you have access to the root-repo by typing: pkg install root-repoand update everything with apt update && apt upgrade -y.

Once that is done, install Python by typing apt install python clang libcrypt, and then install git with pkg install git.

Once all is installed, type: git clone https://github.com/DeadBread76/Raid-Toolbox.git and wait for RTB to download.

Next type: cd Raid-Toolbox followed by python3 RTB.py and RTB will launch and detect if it is being run on Termux.

Run on Ubuntu Termux (GUI Capable)

When You first start Termux, Ensure you have access to the root-repo by typing: pkg install root-repoand update everything with apt update && apt upgrade -y.

Next, run this command: pkg install wget openssl-tool proot -y && hash -r && wget https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/Installer/Ubuntu/ubuntu.sh && bash ubuntu.sh

Start Ubuntu with ./start-ubuntu.sh

Once in Ubuntu, run this command, you will need at least 1.5gb to do this. wget https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/DesktopEnvironment/Apt/Xfce4/de-apt-xfce4.sh && bash de-apt-xfce4.sh

Ubuntu should automatically go to VNC server setup but if not, run this command: vncserver-start, Follow the instructions in that, then install VNC Viewer and connect to the IP and the port specified.

You should be able to use Ubuntu like a normal desktop. The setup is the same for desktop linux.

To stop the VNC Server, type vncserver-stop