VNC can be easily be installed on Trizeps8Mini running Debian 10.
For VNC on Trizeps8Mini using Windows 10 IoT Enterprise refer to this page: FAQ: Windows 10 IoT Enterprise
There is lots of VNC servers available for Linux. „tightvncserver“ has been tested on Trizeps8Mini.
Install tightvncserver:
sudo apt-get install TightVNCServer |
Set up a password so users can connect to the server:
vncpasswd |
Start the server for display 1:
vncserver :1 |
XTightVNCViewer is a VNC client that has been tested on Trizeps8Mini with Debian 10.
Install XTightVNCViewer:
sudo apt-get install xtightvncviewer |
Connect to a VNC server: (Make sure you replace the target IP and adjust the port if necessary)
xtightvncviewer 192.168.10.101::5900 |