Advertisement

Responsive Advertisement

kali nethunter kex error solved | Ep 3

How to solve kali nethunter kex problem in Android, there are many ways to do this. First of all, we see how to use Kali Nethunter in Android as a GUI with Kex with practical 


Problem: KeX not starting / black screen

Cause: VNC server or client misconfiguration.

Solution:

Run this command in the NetHunter terminal:
Run this command in the NetHunter terminal:


  kex kill
  kex start

  


If prompted, set a new password.

2  Choose a display resolution.
  • Check your VNC client (like KeX Client or VNC Viewer):
  • Host: 127.0.0.1
  • Port: 5901 (or as shown in terminal) 
  • Password: the one you set during kex start.

Problem: Authentication failure in VNC viewer

Solution:

Reset the KeX password:
Reset the KeX password:


  kex kill
  kex start
  
  
  

Restart KeX:
Restart KeX:


 kex kill
 kex start
  
  
  

Problem: "xstartup not found" or missing desktop environment

Solution:

Install or reconfigure the desktop environment:

Install or reconfigure the desktop environment


 sudo apt update
 sudo apt install kali-desktop-xfce -y
  
  
  

Then regenerate the KeX session:

Then regenerate the KeX session:


 kex kill
 kex start
  
  
  

Problem: KeX closes immediately


Solution:
Make sure you’ve allocated enough resources:
  • Free storage: At least 3GB
  • RAM/Swap: Try adding swap:


 sudo fallocate -l 1G /swapfile
 sudo chmod 600 /swapfile
 sudo mkswap /swapfile
 sudo swapon /swapfile
  
  
  

Problem: KeX not found / command not found

Solution:

Reinstall KeX:


 sudo apt update
 sudo apt install -y kex
  
  
  

Click on Any advertisement to open the link

⬇️join Now

Practical

Post a Comment

0 Comments