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
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
Step 4: Check the Raspberry Pi IP address by entering ifconfig in the terminal
Step 5: From the image above, you can see the Raspberry Pi IP: 192.168.0.114, open the remote desktop on your computer
Step 6: Remote desktop operation pi (username) raspberry (password)—-ok
Many friends have installed tightvncserver, but the installation order is incorrect. Remember to install tightvncserver first, then install xrdp.