| export DISPLAY=:1.0 | |
| # Start novnc | |
| /root/noVNC/utils/novnc_proxy --vnc localhost:5901 --listen 0.0.0.0:7860 & | |
| # Start the VNC server | |
| vncserver -geometry 1280x800 -depth 24 | |
| # Start autocutsel to sync clipboard | |
| autocutsel -fork | |
| tail /root/.vnc/*.log # <---- this is where the VNC logs are | |