VNC Mode:
# Start yetty VNC server ./yetty --vnc-server # Start WebSocket proxy (in another terminal) ./tools/vnc-websocket.sh 127.0.0.1:5900 5901 # Connect with: ws://localhost:5901
Telnet Mode:
# Start telnet daemon busybox telnetd -p 8023 -l /bin/bash # Start WebSocket proxy ./tools/telnet-websocket.sh 127.0.0.1:8023 8024 # Connect with: ws://localhost:8024
URL Parameters:
?mode=vnc&wsurl=ws://host:port ?mode=telnet&wsurl=ws://host:port ?mode=jslinux