全部博文(343)
分类: 系统运维
2011-11-12 03:34:38
I. Guacamole 器支持HTML5。官方说效果已经接近原生的VNC。需要支持html5 canvas标签才可以浏览。 VNC-to-XML proxy written in Java. The current version is almost as responsive as native VNC and should work in any browser supporting the HTML5 canvas tag. password. provided guacamole.xml). specify your VNC server's hostname and port, as well as the location of your guacamole.war file, if not the default. If your VNC server requires a password, uncomment and change the password parameter line. After entering your username and password, you should see your desktop. II. vnc-html5 vncserver :1 run the python proxy: ./wsproxy.py [listen_port] [vnc_host] [vnc_port] ./wsproxy.py 8787 localhost 5901 run the mini python web server to serve the directory: ./web.py PORT ./web.py 8080 Point your web browser at (or whatever port you used above to run the web server). Specify the host and port where the proxy is running and the password that the vnc server is using (if any). Hit the Connect button and enjoy! III. ViewNControl |