noVnc / startup.sh
clone3's picture
Upload 4 files
a15e291 verified
raw
history blame
302 Bytes
#!/bin/sh
export DISPLAY=:1.0
# Start novnc
/root/noVNC/utils/novnc_proxy --vnc localhost:5901 --listen 0.0.0.0:6081 &
# 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