Hi there,
Today I managed to get noVNC working with websockify (on Windows), but is it possible to avoid installing websockify on each VNC host?
The scenario I'm facing is this - we have 150 or so thin clients and computers deployed across our organisation and each has TightVNC installed - this allows us to "shadow" users using the TightVNC desktop app, and provide support. Currently I am re-writing our web based helpdesk application, and it would be awesome to integrate this with noVNC - so you could shadow a computer without switching to another application.
The issue here obviously, is that we need something in the middle to take those noVNC websocket connections and forward them to the VNC server on each thin client or computer. Ideally, without installing websockify on each machine. We could deploy websockify everywhere, but it's a bit of an administrative hassle I'd like to avoid if possible.
So, ideally I would tell noVNC:
- the VNC host I want to connect to
- the relay (websockify) server it should use to get there
- VNC port
- VNC password
Is this at all possible, or am I dreaming an impossible dream? :)
Thanks,
Andrew