Remote Desktop ============== We suggest you use VNC to remotely access the desktop of the Raspberry Pi. VNC --- You can use the function of remote desktop through VNC. **Enable VNC service** The VNC service has been installed in the system. By default, VNC is disabled. You need to enable it in config. This time we will use the Raspberry Pi 4B as a demonstration, please note that the positions may vary for other models. **Step 1** Input the following command: .. code-block:: shell sudo raspi-config .. image:: ./img/RemoteDesktop_1.png **Step 2** Choose **3** **Interfacing Options** by press the down arrow key on your keyboard, then press the **Enter** key. .. image:: ./img/RemoteDesktop_2.png **Step 3** **P2 VNC** .. image:: ./img/RemoteDesktop_3.png **Step 4** Select **Yes -> OK -> Finish** to exit the configuration. .. image:: ./img/RemoteDesktop_4.png **Login to VNC** **Step 1** You need to download and install the `VNC Viewer `_ on personal computer. After the installation is done, open it. **Step 2** Then select "**New connection**". .. image:: ./img/RemoteDesktop_5.png **Step 3** Input IP address of Raspberry Pi and any **Name**. .. image:: ./img/RemoteDesktop_6.png **Step 4** Double click the **connection** just created: .. image:: ./img/RemoteDesktop_9.png **Step 5** Enter Username (**pi**) and Password. .. image:: ./img/RemoteDesktop_7.png **Step 6** Now you can see the desktop of the Raspberry Pi: .. image:: ./img/RemoteDesktop_8.png That's the end of the VNC part. For related instructions, you can refer to :doc:`../preparation/Set_up_Your_Raspberry_Pi`.