How to use Kali Linux on windows without vmware using rdp(Remote Desktop Connection) #windows #linux #rdp #remotedesktopconnection #guilinux #gui #guilinuxonwindows

On Linux Server do this settings:-

sudo apt -y update

sudo apt install -y xrdp

sudo apt install -y ufw

sudo ufw enable

sudo ufw allow 3389

sudo ufw reload


Now run ifconfig command on linux terminal Check Ip:-

ifconfig

Copy the Ip - 172.x.x.x


Then, Open RDP(Remote Desktop Connection) app on Windows.

Then paste the ip and connect. 

Comments