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
1
vote
1 answer

novnc ready: native websockets, canvas rendering

When I try to install windows on my VPS, I can't access Glish---the graphic website console(but browser console works). When I open the Glish console, it prompted: novnc ready: native websockets, canvas rendering How can I solve this?..
J.Pei
  • 141
  • 2
  • 11
1
vote
1 answer

proxmox CT external vnc access

I'm creating a PAAS provider with openVZ virtual machines on proxmox. I want to use noVNC to access the instances in another website different than proxmox console. I used an url with this form…
Kassav'
  • 1,130
  • 9
  • 29
1
vote
0 answers

noVNC console on Openstack Dashboard is rendering garbled UI

I am running nova-compute on RHEL7. Openstack dashboard's noVNC console is rendering garbled UI for any instance having a UI console. Can somebody please help out? This is working just fine on RHEL65
0
votes
0 answers

Is there any way to enable pinch zoom and panning in noVNC

I am using noVNC client in an angular app. but now I have got a requirement to enable pinch zoom and panning in mobile devices. panning works when we click on the hand icon in the control bar. but I want it to be enabled by default. I tried to…
0
votes
1 answer

How to enable remote desktop connection to a Windows server via a web application?

I'm developing a web application using ASP.NET Framework 4.8.1 and React.js. I want to provide users with the ability to connect to a Windows server through remote desktop directly from the browser. Are there any free third-party libraries or…
El_Merendero
  • 603
  • 3
  • 14
  • 28
0
votes
0 answers

Apache2 proxy/proxypass and basic auth

Hi all I've setup noVNC and apache2 with some proxy redirects. Here's my config : ServerName vps.somesite.net DocumentRoot /var/www/vps.somesite.net/public_html ErrorLog…
HermDP
  • 205
  • 1
  • 6
0
votes
0 answers

NGINX Config with NoVnc Not loading properly

So, I am trying to load this nginx config that allows for usage of a regex string variable to be passed and proxy'd to the correct corresponding IP address as well as port number that is encrypted using base 64. However when I attempt to encrypt…
0
votes
0 answers

NoVNC image freezes after a few seconds of connection (Websockify)

I'm using Websockify to serve a NoVNC instance of a Windows 10 VM running UltraVNC Server. The Websockify instance is then proxied through Nginx on a subdomain, and then goes through Cloudflare proxying and served with an SSL certificate. I can…
0
votes
0 answers

NGINX 404 not found when trying to reverse proxy a NoVNC server

So I am currently setting up a default.conf file in nginx to reverse proxy an IP that is currently setup using NoVNC to have a virtual machine running on it, but when making the config file (I am very new to this go easy on me) I cannot seem to get…
0
votes
1 answer

How to solve noVNC serververification event fired?

I'm try to implement the noVNC APIs to create a custom element to handle the noVNC frames on canvas. When i'm calling new RBF() Object to start the noVNC connection // javascript this.rbf = new RFB(screen, this.url.href) // fired when the…
cicciosgamino
  • 871
  • 3
  • 10
  • 29
0
votes
0 answers

TightVNC - shareapp and sharewindow options not working

I'm using TightVNC in my VM everything works fine until i use shareapp and sharewindow options. When I use shareapp the entire screen goes black as shown below Command used: 'C:/Program Files/TightVNC/tvnserver.exe' -controlservice -shareapp 8012 I…
Jp Naidu
  • 73
  • 1
  • 8
0
votes
1 answer

Problem in Createing WebSocketProxy For Immplement embeded NOVNC in Asp.net Core 6

I want to embed novnc console in an iframe into a .net web application. My openstack is configured to recieve http requests and my web application sends https requests. When I use iframe to show my novnc console in asp.net web application, the…
0
votes
1 answer

Transaction check error due to conflicting python versions during packstack install of OpenStack-Train

The packstack installation of openstack is failing with the following error - /Stage[main]/Nova::Vncproxy/Nova::Generic_service[vncproxy]/Package[nova-vncproxy]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0…
Asad Khan
  • 31
  • 1
  • 5
0
votes
0 answers

How to integrate novnc client inside django project

I have a couple virtual machines running inside proxmox but I found out you can use the novnc client to connect to these virtual machines and use the console in a web browser. This is perfect for different clients I work with. I already have a small…
Samsorrr
  • 23
  • 3
0
votes
1 answer

Docker copy file doesn't work with base image

There is a dockerimage https://hub.docker.com/r/oott123/novnc/ which already has /app folder built with it. (and also the github repo for the dockerimage https://github.com/oott123/docker-novnc) running the dockerimage without creating my own one…
AK-35
  • 559
  • 2
  • 9
  • 24