Questions tagged [novnc]

noVNC is a HTML5 VNC client

noVNC runs well in any modern browser including mobile browsers (iPhone/iPad and Android).

noVNC integrated with Ganeti Web Manager, OpenStack, OpenNebula, and LibVNCServer

47 questions
19
votes
4 answers

Websockets reverse proxy in IIS 8

I'm attempting to connect to a websockets server (websockify) through a reverse proxy on IIS. The IIS and websockets server reside on the same physical server (Windows Server 2012 R2, IIS 8.5, ARR 3, Websockets enabled). I've seen a few questions…
cydc
  • 191
  • 1
  • 1
  • 5
5
votes
2 answers

code 400, message Bad request syntax ('\x88\x80\xa32\xc9\x98')

noVNC websocket log shows above message on an authentication event. The authentication is always failing and noVNC is reporting subject error. Some times the error comes as code 400, message Bad HTTP/0.9 request type…
Rushikesh J
  • 685
  • 1
  • 7
  • 14
4
votes
1 answer

noVNC websockify ssl

I am trying to access noVNC through https on my local home sandbox using Websockify on Ubuntu 16 --> https://ubuntu:6080/vnc.html?host=ubuntu&port=6080 Steps so far taken: 1.Self signed a certificate for testing on my localhost which I can access…
Chris
  • 18,075
  • 15
  • 59
  • 77
4
votes
1 answer

noVNC Multiple Localhost Servers

Ive got 4 dev VMs for four projects (all VMware Player VMs w/ubuntu 15.04 host) where each is running VNC (ports 5900, 5901, 5902, 5903) respectively. I downloaded noVNC and saved to /var/www/html (my apache2 server on same host). Based on the…
Chris
  • 18,075
  • 15
  • 59
  • 77
2
votes
2 answers

How do I create a basic HelloWorld JavaFX app in Gitpod

I want to develop basic javaFX applications using Gitpod. I have tried many different configurations but nothing works. The is one example repo on github https://gitpod.io/#https://github.com/RohitAwate/Everest This example is far to complex. I just…
D C
  • 31
  • 4
2
votes
1 answer

Open specific URL on successful login to noVNC

I have setup vnc server and access it using noVnc, works really good. On every successful login I want to do the following: Open up google-chrome - This can be done by adding chrome to startup applications. Open a different URL everytime, so this…
Uday Reddy
  • 1,337
  • 3
  • 16
  • 38
2
votes
0 answers

How to resize QEMU VNC session with noVNC web-based client

The noVNC does support resize the session size from client to server with the SetDesktopSize message of the RFB protocol. But it requires the VNC server to support the 'ExtendedDesktopSize' encoding which is unfortunately not supported by QEMU. Will…
2
votes
0 answers

Server disconnected (code: 1006) error while running noVnc

I have cloned the project https://github.com/kanaka/noVNC on my server(google compute engine). Now according to the readme file, i ran the script bash launch.sh --vnc localhost:5900 this returned the Navigate to this URL: …
Sunil Garg
  • 14,608
  • 25
  • 132
  • 189
1
vote
0 answers

Openstack noVNC (console) is automatically disconnected after a period of time

When I connect to the console of Openstack instances over noVNC, it is automatically disconnected after a period of time without any interactions. Is there any way to disable this feature or increase the timeout?
hien hoang
  • 11
  • 1
1
vote
1 answer

noVNC "Failed to connect to server" TrueNAS

I just installed TrueNAS for the first time to run my NAS, Home Assistant, and hopefully some VMs. (Coming from an old iMac and external hard drives, it's so much better!) I got Home Assistant working as it automatically sets up a web interface, but…
1
vote
0 answers

how call noVNC console from rest-api oVirt

I am a junior programmer, and I am coding a small web-front-end for oVirt using REST-API. My front-end can create, change, start, stop, and delete vm. But have a problem, I don't understand how to call the noVnc web console. I can get a ticket,…
glukogen
  • 11
  • 1
1
vote
0 answers

How to add docker run --cap-add SYS_BOOT --cap-add SYS_ADMIN to the Dockerfile itself?

https://github.com/darkdragon-001/Dockerfile-Ubuntu-Gnome This is the command which is adding capabilities to the docker run command of the ubuntu gnome container. I want this --cap-add to be automated rather than typing in the command manually each…
1
vote
0 answers

How to stop specific docker instance based on browser close or tab close event?

A Java Swing application is dockerized and it is bundled with fluxbox,X11 and noVNC(websockify)application(see reference). Whenever user clicks a html it opens and browser tab and starts a fresh Java Swing application for this request. It works as…
JavaUser
  • 25,542
  • 46
  • 113
  • 139
1
vote
1 answer

I am using websockify 0.8.0 the latest version, but it doesn't support TLS-1.2

I am using websockify 0.8.0 the latest version, but it doesn't support TLS-1.2 by default. I am looking for the strong cipher to be displayed for sslscan --no-hearbleed hostname:6080 command output. Adding some extra info to make the question more…
1
vote
1 answer

How to build a VNC server in android?

I need to remote android phone via noVNC, so I looked for some way to do it. First, I find the androidvncserver in Google Code Archive which is the vnc server in android OS. enter image description here Fig. 1 It has a problem(only position…
1
2 3 4