Hi David,

The VNC server is launched at startup by systemd.
To find which VNC server is running, would you type
ps -aef | fgrep vnc

And report the output of the above command.

On my astroberry, I see the following
root 548 1 0 12:45 ? 00:00:00 /usr/bin/vncserver-x11-serviced -fg
root 558 548 0 12:45 ? 00:00:00 /usr/bin/vncserver-x11-core -service
root 593 1 0 12:45 ? 00:00:00 /usr/bin/vncagent service 15
astrobe+ 899 1 3 12:45 ? 00:00:02 /usr/bin/python2.7 /usr/bin/websockify --log-file=/var/log/astroberry/novnc.log --web=/var/www/novnc/ 8080 localhost:5900
astrobe+ 996 1 1 12:45 ? 00:00:00 /usr/bin/vncserverui service 16
astrobe+ 1027 996 0 12:45 ? 00:00:00 /usr/bin/vncserverui -statusicon 5

Gene

Read More...