20171109
Many of the online settings tutorials are older, so you can organize the way to share the next
After SSH is turned on, use the Putty connection.
Installing X11VNC
sudo apt-get install X11vnc
Set Password
sudo x11vnc-storepasswd/etc/x11vnc.pass
Adding a self-starter configuration
sudo nano/lib/systemd/system/x11vnc.service
Paste in
[Unit] Description=start X11vnc at startup. After=multi-user.target[service]type=simpleexecstart=/usr/bin/x11vnc-auth Guess-forever-loop-noxdamage-repeat- Rfbauth/etc/x11vnc.pass-rfbport 5900-shared[install]wantedby=multi-user.target
Set a self-starter
sudo systemctl enable X11vnc.servicesudo systemctl daemon-reload
Installing XRDP
sudo apt-get install XRDP
Restart Raspberry Pi
sudo shutdown-r now
After restarting, open Remote Desktop Connection, select Console, enter a password to connect
Recently made Raspberry Pi, and then send some other to prepare for the record.
Raspberry Pi configuration allows Windows Remote Desktop X11NVC+XRDP