Remote Desktop (Raspberry Pi)

I normally SSH to my Raspberry Pi as I like using the terminal, however a recent task meant that I had to use a remote desktop connection to the Pi so that I could take screen grabs of the Pi desktop whilst on my Mac.

The first part of this was installing Microsoft Remote Desktop from the Apple App Store:

apple_remote_desktop.png

Then I used Terminal to SSH to my Raspberry Pi and ran;

  • apt-get update
  • apt-get upgrade
  • apt-get install xrdp

xrdp is the application on the Pi that will allow for an remote desktop connection to the startx desktop. The apt-get update/upgrade brings Raspbian up to date and make sure its pointing to the most up to date repositories.

With xrdp installed on the Raspberry Pi, its just a case of opening Microsoft Remote Desktop:

apple_remotedesktop2 Clicking the + and adding a desktop (hostname or IP of the Pi) and connecting with the username/password of an account on the Pi:

apple_remotedesktop_3

One response to “Remote Desktop (Raspberry Pi)”

  1. Cron Not Displaying GUI Applications / Terminal Display (Raspberry Pi / Linux) – Geek Tech Stuff Avatar

    […] yesterdays post around using a remote desktop connection to connect from my Mac to my Pi I decided to add some […]

    Like

Welcome to GeekTechStuff

my home away from home and where I will be sharing my adventures in the world of technology and all things geek.

The technology subjects have varied over the years from Python code to handle ciphers and Pig Latin, to IoT sensors in Azure and Python handling Bluetooth, to Ansible and Terraform and material around DevOps.

Let’s connect