Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

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.

10 Answers

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.

share|improve this answer
1  
+1, using noVNC in production – orip Oct 14 '10 at 18:54

Check out http://sourceforge.net/projects/guacamole, it supports any browser capable of rendering the CANVAS tag.

share|improve this answer

we haven't used it that much. But, we've had good experience with yuuguu.

http://www.yuuguu.com/home

share|improve this answer

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

share|improve this answer

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.

ThinVNC

:)

You can request a free license for one ThinVNC seat by filling in a registration form.

PS: Updated the link!

share|improve this answer

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.

share|improve this answer

Have you tried LogMeIn (logmein.com)? It uses an applet but can also run via a browser plugin that it asks you to install.

share|improve this answer
LogMeIn's RemotelyAnywhere is very feature rich. Yet it is Windows only as far I can figure. – Balaji Sowmyanarayanan Jun 11 '09 at 18:03
We use it at my work place on Mac and Windows, both operating systems can function as clients or servers. Haven't tried it on Linux but it probably works on that too. – Farid Jun 11 '09 at 22:37

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.

share|improve this answer

There is a product EduVNC (http://www.eduvnc.com) which might work. THe website claims it has no client, just uses AJAX / HTML.

share|improve this answer
EduVNC is Windows basde( needs .Net) on the machine to be VNCd. – Balaji Sowmyanarayanan Jun 10 '09 at 16:41

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

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.