0% found this document useful (0 votes)
345 views5 pages

Kali Linux Installation

This document provides a step-by-step guide to install Kali Linux on an Android device using Termux and optionally Andronix. It outlines the prerequisites, installation steps, and how to set up a VNC server for graphical access. The guide concludes with instructions on how to start and stop the VNC server and re-enter Kali Linux after exiting.

Uploaded by

musauelijah522
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
345 views5 pages

Kali Linux Installation

This document provides a step-by-step guide to install Kali Linux on an Android device using Termux and optionally Andronix. It outlines the prerequisites, installation steps, and how to set up a VNC server for graphical access. The guide concludes with instructions on how to start and stop the VNC server and re-enter Kali Linux after exiting.

Uploaded by

musauelijah522
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

To install Kali Linux on your Android device, you will need to use apps like

Termux or Andronix along with a few additional steps. Here's a detailed


guide:

Prerequisites:

Android device with at least 4GB of RAM (higher is better for


performance).

Minimum of 5GB free storage space.

Stable internet connection.

Android 5.0 or higher.

Apps: Termux and VNC Viewer (both available in the Play Store).

Step-by-Step Installation:

Step 1: Install Termux

Go to the Google Play Store and search for Termux.

Install Termux on your Android device.

Step 2: Install Andronix (Optional but Recommended)

Go to the Google Play Store and search for Andronix.


Install Andronix to simplify the process of setting up Linux distributions
like Kali Linux on Android.

Open Andronix and choose Kali Linux from the list of distributions.

Follow the prompts to download the necessary files.

Step 3: Update and Upgrade Termux

Open Termux and run the following commands to update the packages:

pkg update && pkg upgrade

Step 4: Install Required Packages

Run the following commands to install the necessary packages:

pkg install wget proot -y

Step 5: Download Kali Linux Image

In Termux, download the Kali Linux image from Andronix using the
following command:
wget
https://raw.githubusercontent.com/AndronixApp/AndronixOrigin/master/
Installer/Kali/kali.sh

After the download completes, make the script executable:

chmod +x kali.sh

Step 6: Run the Installation Script

Execute the script to install Kali Linux by running:

./kali.sh

Step 7: Install and Setup VNC Server

Once the installation is complete, you’ll need a graphical interface for Kali
Linux. Install a VNC server:

apt install tightvncserver

Start the VNC server with the following command:

vncserver :1

You’ll be prompted to create a password. Set one up and complete the


process.
Step 8: Connect to Kali Linux via VNC Viewer

Install VNC Viewer from the Play Store.

Open VNC Viewer, add a new connection, and enter the following details:

Address: localhost:1

Name: Anything you want (e.g., Kali Linux)

Connect to it, enter the password you set earlier, and you’ll see the Kali
Linux graphical interface.

Step 9: Start Using Kali Linux

You can now use Kali Linux on your Android device through Termux and
VNC Viewer.

When you're done, you can stop the VNC server with the command:

vncserver -kill :1

Optional: Re-entering Kali Linux

To start Kali Linux again after exiting, you can use the following
commands in Termux:
./start-kali.sh

That’s it! You now have a working installation of Kali Linux on your Android
device.

Would you like any additional details or troubleshooting tips for this
process?

You might also like