Hi
Anyone know how I can acheive the following:
Basically I want to be able to monitor ten PCs by a simple weblink.
A webpage that contains 10 frames each one is a connection to a VNC server in view only mode (hence each of these frames needs to auto-authenticate to the server). Can this be acheived using JAVA script in my HTML code?
Any help appreiciated.
Thanks
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
WEB BASED VIEWER AUTHENTICATE WITH URL
WEB BASED VIEWER AUTHENTICATE WITH URL
Last edited by ezkabar on 2010-07-31 12:12, edited 1 time in total.
Re: WEB BASED VIEWER AUTHENTICATE WITH URL
Sounds like a cool idea. Keep in mind that if you really want to do it in a web page, independent of locally executable code, you'll most likely need to use something like Java (NOT Javascript; please remember they are <b>completely</b> different things) or ActiveX.
VNC has always had a Javaviewer; I imagine it wouldn't be terribly hard to run multiple instances in frames. The ActiveX viewer(s) I've seen were not open source, as far as I recall, if that is an issue for you. (Search this forum for details.)
I think someone was working on a Javascript/AJAX version of the viewer, but don't remember.... I guess it was Guacamole at [topic=17940][/topic]
Or do you just want to establish viewer instances using a locally installed "real" VNC viewer executable, but forcing them into a web interface?
Another way to go is to set up a machine running dedicated multiviewer VNC software (like MRemoteNG or iTalc), establish the multiple VNC viewer windows on that machine, <b>and then</b> use the regular old Javaviewer to remote control/view <b>that multiviewer machine</b> in a web page. Would that accomplish what you want?
VNC has always had a Javaviewer; I imagine it wouldn't be terribly hard to run multiple instances in frames. The ActiveX viewer(s) I've seen were not open source, as far as I recall, if that is an issue for you. (Search this forum for details.)
I think someone was working on a Javascript/AJAX version of the viewer, but don't remember.... I guess it was Guacamole at [topic=17940][/topic]
Or do you just want to establish viewer instances using a locally installed "real" VNC viewer executable, but forcing them into a web interface?
Another way to go is to set up a machine running dedicated multiviewer VNC software (like MRemoteNG or iTalc), establish the multiple VNC viewer windows on that machine, <b>and then</b> use the regular old Javaviewer to remote control/view <b>that multiviewer machine</b> in a web page. Would that accomplish what you want?