#!/bin/bash Xvfb :1 -screen 0 1280x720x24 & sleep 2 export DISPLAY=:1 startxfce4 & sleep 2 x11vnc -display :1 -nopw -listen 0.0.0.0 -xkb & sleep 1 websockify --web=/usr/share/novnc 6080 localhost:5900