Skip to content

Instantly share code, notes, and snippets.

@GonZo
Last active March 26, 2017 04:36
Show Gist options
  • Save GonZo/231f415c748df0cc82a8a75ae9e4ca15 to your computer and use it in GitHub Desktop.
Save GonZo/231f415c748df0cc82a8a75ae9e4ca15 to your computer and use it in GitHub Desktop.

How to use XRDP in Pi Zero

Remove the following packages : xrdp, vnc4server, tightvncserver

sudo apt-get remove xrdp vnc4server tightvncserver

Install tightvncserver followed by xrdp

sudo apt-get install tightvncserver

sudo apt-get install xrdp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment