How to let X11VNC Server auto accept connections
install it first
sudo apt-get install x11vnc net-tools
add the following script to your autostart command sequence
/usr/bin/x11vnc -passwd "your_password_for_connection" -forever -rfbport 5900
use novnc to connect
sudo snap install novnc
novnc