Skip to content

Instantly share code, notes, and snippets.

@voidp34r
Forked from Lukas238/wsl_kali_RDP.md
Created April 20, 2020 20:42
Show Gist options
  • Select an option

  • Save voidp34r/cd3ef61fcb85f89b37b978431c6a0131 to your computer and use it in GitHub Desktop.

Select an option

Save voidp34r/cd3ef61fcb85f89b37b978431c6a0131 to your computer and use it in GitHub Desktop.
Windows 10 WSL Kali remote desktop protocol

Remote Desktop for Kali Linux under Windows 10 WSL

  1. Install Kali linus from the Win10 store.
  2. Start Kali linux: $ kali
  3. Install [wget]: apt-get install wget
  4. Donwload the Kali installation script for [xfce4]: $ wget https://kali.shxfce4.sh
  5. Run the script: $ sudo sh xfce4.sh

This will take some time.

  1. Start the remote desktop server: $ sudo /etc/init.d/xrdp start

By default it will start on port 3390.

  1. Now on Windows, start the Remote Desktop Connection app, and connect to 127.0.0.1:3390.
  2. Done!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment