noVnc / startup.sh
clone3's picture
Update startup.sh
911103b verified
raw
history blame contribute delete
302 Bytes
#!/bin/sh
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