How to Fix Kali Nethunter Rootless Installation Errors | Step-by-Step Guide

How to Fix Kali Nethunter Rootless Installation Errors | Step-by-Step Guide

Introduction

Hello everyone! In this tutorial, I'll guide you through the complete installation process of Kali Nethunter Rootless in Termux, covering common errors and their solutions. Let’s get started!

Step 1: Setting Up Storage

First, open Termux and Press allow to grant storage permission to termux for access your device storage, run:

termux-setup-storage

Step 2: Updating Termux

Next, update and upgrade Termux packages with the command:

pkg update && pkg upgrade

When prompted, type 'y' and hit Enter to confirm. Keep pressing Enter to accept the default options whenever required. Once the update is completed./p>

Step 3: Installing Required Packages

Install the necessary dependencies for running Kali Nethunter:

pkg install wget proot tar -y

Step 4: Downloading the Installation Script

Download the NetHunter Rootless installation script from here

After downloading, copy the file from your phone's Download folder to Termux using the following command:

cp /storage/emulated/0/kali ~/kali

Press Enter, then verify the copied file by listing the directory contents:

ls

Step 5: Executing the Script

Make the script executable with the following command:

chmod +x kali

Now, start the installation process by running:

./kali

Select the minimal version by typing '2' and pressing Enter.

Step 6: Restarting the Installation

Run the Kali installation script again:

./kali

Select the minimal version by typing '2' and pressing Enter. The rootfs file will now start downloading.

Step 7: Handling Existing Files

If the process detects an existing rootfs file, select 'n' (no) when asked whether to delete and download a new one. Retain the file by selecting 'N' when prompted again.

Step 8: Running Kali Nethunter

Congratulations! Kali Nethunter Rootless is successfully installed. Start it by running:

nh -r

To exit Kali, type:

exit

Step 9: Cleaning Up

Finally, you can remove the downloaded archive and script file as they are no longer needed.

Conclusion

That's it! I hope this guide helps you fix any issues during the installation of Kali Nethunter Rootless. If you found this helpful, please like and subscribe to the channel for more such content.

Thanks for reading! Follow us for more tutorials.