VNC Armbian Server Setup
https://forum.armbian.com/topic/10330-remote-desktop-with-x11vnc/ With this you can control your Linux desktop from any other PC/SBC. I use lightdm as display manager. If you use another display manager, change the line After=lightdm.service with your display manager. To Install sudo apt install x11vnc To create a password file x11vnc -storepasswd The service script : /lib/systemd/system/x11vnc.service [Unit] Description="x11vnc" Requires=display-manager.service After=lightdm.service […]