How To Install Kali Linux On Android WITHOUT ROOT

 


Kali Linux On Android – In this tutorial I am covering the topic "how to install Kali Linux On Android Without Root." 


If you want to install kali linux or kali nethunter on android, read this article till the end.

And follow the steps properly to Install the Kali Linux Operating System on your Android Devices without Root.

How To Install Kali Linux on Android Without Root - Full Version:

Requirements To Install Kali Linux on Android Phone:

  1. Minimum 3GB-4GB storage.
  2. Download and install F-DROID Application from the link below.
  3. Download and install Termux Application from F-DROID.
  4. Download and Install VNC VIEWER Application from Google Play Store.
I hope you understand the above requirements. Now let's install Kali Nethunter on Android.

1. Open F-Droid Application. When you open this app for the first time it may take some time to load the apps and packages. Don't worry! just wait and let it complete.

2. After loading all the components of the application, go to the search bar, and search for the Termux Application & Install it.

3. After installing the termux application from F-droid, open the termux app.

4. Termux will also take some time to load some important packages & repositories. Simply wait a while and follow the following commands to install Kali Linux on Termux.

5. You can copy the commands from this website and paste it on your terminal one by one.


Termux Commands To Install Kali Linux on Android without Root


1. First Update and Upgrade your Termux:

$ apt update && apt upgrade -y

2. Next  set up the  Storage of your Termux:

$ termux-setup-storage

3. Download & Install wget package on your Termux:

$ pkg install wget -y

4. Download Kali Nethunter full package on your Termux:

This command may show error sometimes. But you need to re-run the command. Keep trying once it works perfectly.

$ wget -O install-nethunter-termux https://offs.ec/2MceZWr

5. Give permission to the file to install Kali Linux on your Termux:

$ chmod +x install-nethunter-termux


6. Execute the installation file and install Kali Linux on your Android:

Now it is time to run the script to download Kali Nethunter finally. This will take some time to download according to your internet connection because total file size is 1.4 GB.

$ ./install-nethunter-termux

7. After Downloading and Extracting the file, it may ask for keeping the downloaded file save or not. Simply type y or n & continue.

8. Watch the Video Tutorial:



9. Next Command to Start the Kali Nethunter on your Android:

$ nethunter or nethunter -r

In the above command, if you want to start your Kali Linux as a Non root user then go with the first one and if you wan to start you Kali linux as a Root user  then enter the second command.

10. Setting up Kex and VNC Server to Start the Kali Nethunter on your Android. Now set the Kex Password:

$ kex passwd

Create your Kex password and verify it, then type n and continue.

11. Start the VNC Server to Start the Kali Nethunter on your Android:

$ kex &


Now follow the following steps to Run the Kali Linux Operating System on your Android Device using Termux and VNC Viewer:

1. Open the VNC Viewer Application to run Kali Linux on your Android. Then Click on the + Icon to create a new Computer Connection.



Fill the fields as shown above:
   1. localhost:<port number>
   2. Give a simple name to your computer.

2. Then click on Create & then Connect. After that, you'll be prompted to enter the Kex password to authenticate. Simply enter the password and continue.

3. That's all! You have successfully installed the Kali Linux Operating system or the Kali Nethunter on your Android Device. (as shown below)





Download Section:


Files to DownloadDownload Links
F-Droid ApplicationDownload
VNC Viewer ApplicationDownload


How to Uninstall Kali Linux from your Android:

For Uninstalling Kali Linux and Removing all the files of Kali Linux from your Mobile, use the following commands:

1. Open the Termux Application.

2. Enter the following command.

$ rm rf*


The above command will completely remove all the files and folders of Kali Linux from your Termux as well as your Android device.

FAQs - Kali Linux on Android

How to turn off kali Linux from Termux?

Exit the Termux app :: from the notification panel click on EXIT button.

How to access Kali Linux again after termux exit?

Open termux app. Enter the below command.

nethunter

It will start your kali Linux system.

How to start and stop vnc or kex after termux exits?

Open the termux app and follow the below commands.

nethunter

To start vnc or kex :

kex &

To stop vnc or kex :

kex stop

How to install packages via Terminal?

Make sure you are in the localhost (nethunter) mode.

Put that command to install any packages.

apt-get install (package name)

Example: I want to install git package so I will put like this :

apt-get install git

How to fix the VNC Viewer connection failed?

If you are getting errors while connecting via vnc viewer. Then follow the below commands.

1. First exit Termux app.

2. Open Termux app again.

3. Turn on your localhost mode (on Kali Linux).

nethunter

4. Now the first tern off vnc server first.

kex stop

5. Again tern on the vnc server.

kex &

6. Done now try to connect again via vnc viewer. It will work.

How to access Nethunter as a root user?

Exit termux. And open the termux app again. Now enter the command.

nethunter -r

Related Keywords:

How to Install Kali Nethunter on Android Without Root?
How to Install Kali Linux on Termux?
How to connect VNC Viewer in Kali Linux Android?
How to install Termux?
Video Tutorial on Installi Kali Linux on Android:


0 Comments