How to install Kali Linux on android without root. Install Kali nethunter on Android using termux.

Опубликовано: 28 Май 2026
на канале: Khanqah ka Hacker
29
1

Installation Guide :

 

kali Linux on android without root successfully.

(1) Open FDROID App. When you open the first time, it will take some time to load apps because the app downloads some required packages & repositories.

(2) After successfully open the FDROID app. You will see the search bar. Then search for Termux.

(3) Download & Install Termux app from FDROID. Don’t download the termux app from the play store. Otherwise trick will not work.

(4) After Termux App is installed from the FDROID app. Now open Termux App. It will load some packages the first time when you open the termux app first time.

(5) Now time to install kali Linux on android step by step. Follow the below commands—Copy-paste directly in the Termux terminal one by one.

(6) First update & upgrade our Termux packages following this command.

 

pkg update && pkg upgrade -y

 

(7) Now time to download & install some more packages, which requires installing kali Linux on android without root. Just copy & paste one by one.

Download & install the wget, curl, proot, git packages in Termux.

 

pkg install curl proot tar git wget -y

 
Load Kali Nethunter Full Package here.

 

curl -LO https://raw.githubusercontent.com/Mah...

 

Modify file permission.

 

chmod +x kalinethunter

 

now time to run the script & start downloading Kali Nethunter finally. It will take some time to download according to your internet connection.

The file size is 1.5GB.

 

./kalinethunter

 

Start Kali Linux Mode In Termux.

 

startkali

 

Start Kali Linux Mode In Termux With Root.

 

startkali -r

 

Note : Default User & Password is kali

 

How To Start VNC Server In Kali Linux.

 

vnc start

 

Stop VNC Server in kali Linux.

 

vnc stop

 

Kill VNC server sessions.

 

vnc kill