OS - Linux - Distributions - Alpine - Notes
XFCE - Set up VNC x11vnc to start on user login
Tested on Alpine Linux 3.21.
Install x11vnc:
apk add x11vnc
From XFCE logged in as the user go to Applications → Settings → Sessions and Startup.
Go to the Application AutoStart tab.
Add an entry with the following settings:
Name: x11vnc
Description: none
Command:
/usr/bin/x11vnc -display :0 -many
Trigger: on login
Sources:
Alpine Linux - Wiki - X11vnc