Do you know if the Raspberry Pi's recommended OS Raspbian comes with a remote desktop (RDP) client as default, or one that I can download to remote desktop into a Windows 7 machine?
Asked
Active
Viewed 5.1k times
3 Answers
14
Remmina
Try running
sudo apt-get install remmina remmina-plugin-rdp
to install Remmina.
rdesktop
You could also try rdesktop by running
sudo apt-get install rdesktop
Alex Chamberlain
- 15,638
- 15
- 69
- 113
4
Try install TightVNC Server on Raspberry Pi:
sudo apt-get install tightvncserver
Run it every time or add it to startup:
/usr/bin/tightvncserver
You will need a TightVNC Client on your Windows PC o Android Phone.
Cerobot
- 41
- 1
- 1
2
I tried the Raspberry Pi Thin Client project on a Raspberry Pi 2 on a screen with a resolution of 2560 x 1440 pixels. Was a little bit slow on building the screen but much better than installing it under Raspbian.
Greenonline
- 2,969
- 5
- 27
- 38
MacVato
- 21
- 3