Serving VNC via HTML5 using noVNC and x11vnc
admin
# May need to set up x11vnc password beforehand! # -forever and -loop are important to makes sure it keeps working nohup x11vnc -create -forever -loop -usepw & # noVNC git clone https://github.com/novnc/noVNC.git --depth 2 cd noVNC # Set up SSL openssl req -x509 -nodes -newkey rsa:2048...