I'm planning to expose a server( Amazon EC2 instance) via VNC. I dont want the user to download and install remote desktop application. I want a browser based VNC viewer. I have found the java applet based VNC viewers bit annoying. Any Ajax, Flash based VNC viewer recommendations? Any pointers on how to configure the server to work with the viewers?
closed as not constructive by Cody Gray, gnat, Yan Sklyarenko, Shikiryu, Anders R. Bystrup Apr 3 at 9:21
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
If you are still looking you can check out noVNC. noVNC implements the entire VNC protocol in the browser using Javascript, Canvas and WebSockets. In some ways it's similar to Guacamole, but the VNC client is really in the browser rather than in the Java proxy so there is much less to run on the server. If you don't run the version of libvncserver that is patched to add WebSockets support, then you will need to run the generic WebSockets to TCP sockets proxy included with noVNC. |
|||||
|
|
Check out http://sourceforge.net/projects/guacamole, it supports any browser capable of rendering the CANVAS tag. |
|||
|
|
|
we haven't used it that much. But, we've had good experience with yuuguu. |
|||
|
|
|
I have only briefly played with it but this is the only thing I can think of that is js http://sourceforge.net/projects/ajaxvnc |
|||
|
|
|
ThinVNC is another pure web alternative that uses HTML5 to replace the old VNC. Here you have a link to the product page. There's an SDK edition, and also an exe setup ready to be used. :) You can request a free license for one ThinVNC seat by filling in a registration form. PS: Updated the link! |
||||
|
|
|
If you are not restricted to VNC, you now have ThinRDP from the author of ThinVNC (http://www.cybelesoft.com/thinrdp) or Steemind (http://www.steemind.com). The first can run on any HTML 5 compliant browser (as Guacamole) and the latter can run on any HTML 4 & 5 browsers. |
|||
|
|
|
Have you tried LogMeIn (logmein.com)? It uses an applet but can also run via a browser plugin that it asks you to install. |
|||||
|
|
I am trying http://www.onlinevnc.com. Looks like it is a great software very stable and can work under Windows 7/Vista with builtin Adobe Flash VNC viewer. Scaling desktop's image on the server side is working amazing. |
|||
|
|
|
There is a product EduVNC (http://www.eduvnc.com) which might work. THe website claims it has no client, just uses AJAX / HTML. |
|||
|
|
Spark View HTML 5 solution is the best. No client required, just a browser, and use any port you want (e.g. port 80 or 44): Download the trial version here |
|||
|
|