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
0
votes
0 answers

noVNC + LDAP docker image

I have been trying to create a Docker image using LDAP authenticated noVNC, but I am not sure how to connect the as there seem to be under the hood networking I am too novice to debug. FROM ubuntu:22.04 ENV DEBIAN_FRONTEND noninteractive RUN…
Curious
  • 383
  • 3
  • 13
0
votes
0 answers

Running Pyautogui script inside docker container and view the screen in browser using x11VNC and noVNC

I have a pyautogui script that I need to deloy to openshift. I need to make a docker image of the script to deploy it to openshift. For pyautogui automation script to work I need to create a dummy screen which I believe I can do with…
0
votes
2 answers

How to autostart Linux novnc with x11vnc

I was trying to use my old computer as a remote desktop. I installed Ubuntu 22 and wanted to connect to it via browser. I can somehow make it work via those 3 commands, but when I put them in an start.sh file it doesn't work the same. These are the…
Silvia Tacher
  • 109
  • 1
  • 2
  • 11
0
votes
0 answers

Websockify session not recording

When I am using the commands: $ bash run 6080 vnc_host --record "path to store recording" --web "noVNC path" or $ bash novnc_proxy --vnc vnc_host --listen 6080 --record "path to store recording" to connect to a VNC server and record the session, I…
0
votes
1 answer

noVNC Console not working on Charmed Openstack

I just deployed charmed openstack based on the latest guide from the docs, but I cannot connect the noVNC console. $ juju status Model Controller Cloud/Region Version SLA Timestamp openstack maas-controller …
0
votes
3 answers

Specification of client uploads in (Tight)VNC/RFB?

I'm looking to understand how file transfers working in VNC/TightVNC/RFB. In https://github.com/rfbproto/rfbproto/blob/master/rfbproto.rst#serverinit I see there is mention of certain client messages that look relevant if using the Tight Security…
Michal Charemza
  • 25,940
  • 14
  • 98
  • 165
0
votes
1 answer

Cant get rid of some docker logs from supervisor / vnc: 'GET /api/health' and 'sending remote command: "cmd=fb" via X11VNC_REMOTE X property'

I am using the docker vnc base: FROM dorowu/ubuntu-desktop-lxde-vnc:focal This image uses supervisor to start many processes I'm running the container on a server and locally, and keep the server up several months for test automation, so the docker…
0
votes
0 answers

How to add noVNC in dockerised jupyterlab

I have created below the dockerfile and added novnc and websockify as per their documentation. After the docker run, I could see the connect page on the browser after copy-and-paste URL that is output by the novnc_proxy script inside the docker…
change198
  • 1,647
  • 3
  • 21
  • 60
0
votes
1 answer

can i novnc to ubuntu docker via pod

I'm using the docker run -p 6081:6081 -v /dev/shm:/dev/shm dorowu/ubuntu-desktop-lxde-vnc docker run -p 6081:443 -e SSL_PORT=443 -v ${PWD}/ssl:/etc/nginx/ssl -v /dev/shm:/dev/shm dorowu/ubuntu-desktop-lxde-vnc I can access the docker from…
shaharnakash
  • 675
  • 3
  • 11
  • 39
0
votes
1 answer

noVNC customised HTML with Jmeter - custom local scaling in settings and hiding fluxbox toolbar

I tried customising noVNC html to better scale the workspace to hide grey area(toolbar) of fluxbox, I was successful in that as you can see in below image. and default screen is smaller than this this is my dockerfile for customized version of…
ss-ss-v1
  • 71
  • 2
  • 16
0
votes
1 answer

noVNC Docker with Jmeter - start button error, Could not create script recorder - keytool error: java.security.ProviderException

I am running Jmeter in noVNC, able to run Jmeter in noVNC but offcourse in default small window. But when I create Http(s) script recorder and when click on Start button, I get this error error is -> "Could not create script recorder -see log for…
ss-ss-v1
  • 71
  • 2
  • 16
0
votes
0 answers

unable to connect to novnc via nginx-ingress + HA proxy

I've set up a novnc container running Kali and host it a k8s service type NodePort. I'm able to access Kali through novnc using :. access novnc using ip address + service port I'm trying to host the service on a…
Joe S
  • 83
  • 1
  • 1
  • 11
0
votes
1 answer

opennebula-sunstone service faild

I started out installing opennebula stable(v5.10) I have installed it on Ubuntu Server 18.04 LTS. after my installation has complete, but the service opennebula-sunstone doesn't start Sunstone-server.conf: # VNC Configuration :vnc_proxy_base_port:…
0
votes
1 answer

NoVNC: how to specify cookie for WebSocket URL

I want to pass a WebSocket RFB URL to NoVNC library. But this needs an authentication cookie to be provided via headers. How can I tell NoVNC to use cookies during request?
pashazz
  • 127
  • 3
  • 11
0
votes
1 answer

NoVNC, The function of hidden password field

I have a simple question about noVNC application. I've been learning about noVNC for days and want to used it for having fun because its looks interesting, remote through web browser. the question is, when i try to editing the file called vnc.html .…