Note

Hello, welcome to the SunFounder Raspberry Pi & Arduino & ESP32 Enthusiasts Community on Facebook! Dive deeper into Raspberry Pi, Arduino, and ESP32 with fellow enthusiasts.

Why Join?

  • Expert Support: Solve post-sale issues and technical challenges with help from our community and team.

  • Learn & Share: Exchange tips and tutorials to enhance your skills.

  • Exclusive Previews: Get early access to new product announcements and sneak peeks.

  • Special Discounts: Enjoy exclusive discounts on our newest products.

  • Festive Promotions and Giveaways: Take part in giveaways and holiday promotions.

👉 Ready to explore and create with us? Click [here] and join today!

Remote Desktop Access for Raspberry Pi¶

For those preferring a graphical user interface (GUI) over command-line access, the Raspberry Pi supports remote desktop functionality. This guide will walk you through setting up and using VNC (Virtual Network Computing) for remote access.

We recommend using VNC® Viewer for this purpose.

Enabling VNC Service on Raspberry Pi

VNC service comes pre-installed in the Raspberry Pi OS but is disabled by default. Follow these steps to enable it:

  1. Enter the following command in the Raspberry Pi terminal:

    sudo raspi-config
    
  2. Navigate to Interfacing Options using the down arrow key, then press Enter.

    ../_images/config_interface.png
  3. Select VNC from the options.

    ../_images/vnc.png
  4. Use the arrow keys to choose <Yes> -> <OK> -> <Finish> and finalize the VNC service activation.

    ../_images/vnc_yes.png

Logging in via VNC Viewer

  1. Download and install VNC Viewer on your personal computer.

  2. Once installed, launch VNC Viewer. Enter the hostname or IP address of your Raspberry Pi and press Enter.

    ../_images/vnc_viewer1.png
  3. When prompted, enter your Raspberry Pi’s username and password, then click OK.

    ../_images/vnc_viewer2.png
  4. You’ll now have access to your Raspberry Pi’s desktop interface.

    ../_images/bullseye_desktop.png