How to Connect a Raspberry Pi to a Laptop via Remote Desktop

Everything works on the premise —– The Raspberry Pi is already connected to the network (Ethernet/Wi-Fi)

Step 1: Power on, right?

Step 2: Connect to the Internet. Here, connect to the Wi-Fi. Enter the password –ok

How to Connect a Raspberry Pi to a Laptop via Remote Desktop

Step 3: Open the Raspberry Pi terminal and enter

sudo apt-get install tightvncserver

sudo apt-get install xrdp (press enter)

Y (press enter) wait for the installation to complete

How to Connect a Raspberry Pi to a Laptop via Remote Desktop

Step 4: Check the Raspberry Pi IP address by entering ifconfig in the terminal

How to Connect a Raspberry Pi to a Laptop via Remote Desktop

Step 5: From the image above, you can see the Raspberry Pi IP: 192.168.0.114, open the remote desktop on your computer

How to Connect a Raspberry Pi to a Laptop via Remote Desktop

How to Connect a Raspberry Pi to a Laptop via Remote Desktop

Step 6: Remote desktop operation pi (username) raspberry (password)—-ok

How to Connect a Raspberry Pi to a Laptop via Remote DesktopMany friends have installed tightvncserver, but the installation order is incorrect. Remember to install tightvncserver first, then install xrdp.

Leave a Comment

×