Enabling VNC (Remote Desktop)

Step 1: On Mac OS, open a "Terminal" window. On Windows, open a "Windows PowerShell" window. Then enter, "ssh <your_rpi5_username>@<your_robot_hostname>". The username and hostname are the ones you set in the Raspberry Pi Imager setup screens. For example...

ssh admin@hackerbot

When asked if you are sure you want to continue type yes and hit the enter key

Next, when prompted, enter your password. Then hit the enter key. You are now connected to your Raspberry Pi 5 over the WiFi network.

Step 2: Enable VNC to view desktop

sudo raspi-config

Now use the arrow and enter keys to go into "3 Interface Options" and then "I3 VNC". Set enabled to <Yes>. Finally, exit out by selecting <Finish>.

Step 3: Download the open-source VNC client called "Tiger VNC" (available for MacOS, Windows, and Linux).

Using the link below make sure you download the viewer (not the server). From the file list, "vncviewer64-1.14.1.exe" is the viewer for windows and "TigerVNC-1.14.1.dmg" is the viewer for mac.

Step 4: Install and open Tiger VNC. You will be prompted to enter your username and password. Again, these are the name and password you set up in the Raspberry Pi Imager when writing the SD card.

Step 5: You should now see the desktop of your Raspberry Pi!

Last updated