Questions tagged [vnc-viewer]

vncviewer is a viewer (client) for Virtual Network Computing.

134 questions
4
votes
1 answer

Can I launch VNC Viewer for Google Chrome webapp from my web page?

I am building a web service that gives VNC connections to remote machines. Currently I am using a project called novnc to embed the VNC inside a element in my web page. However, it is very slow, especially web browsers, eclipse etc. When I tried…
Debnath Sinha
  • 1,087
  • 1
  • 12
  • 25
4
votes
1 answer

connecting ubuntu using vnc

I need to do a remote connection to a Ubuntu PC(need to see the UI) from another Ubuntu PC and Windows PC. I know that we can do that using VNC. Can anyone explain me with the steps or give a proper link which has the instructions. I followed the…
user1667630
  • 297
  • 6
  • 15
4
votes
2 answers

How Droid VNC works?

I have install Droid VNC Server on my tablet. I also checkout it's source at http://github.com/oNaiPs/droid-VNC-server but i don't find any line of codes where it capture the screen and upload to Viewer. So, How does it work? How can it capture the…
Nguyen Minh Binh
  • 23,891
  • 30
  • 115
  • 165
3
votes
0 answers

VNC viewer error "Timed out waiting for response from the computer"

I have a docker container for Selenium Chrome node It is hosted on a ubuntu docker node.Docker host is a AWS node, no access to GUI. Exposed port 5900 of docker container to 32771 port of docker host. Through NGINX enabled dummy DNS and mapped port…
Akshay J
  • 93
  • 1
  • 9
3
votes
0 answers

Create remmina connection file with saved password

I'm working on a C# app that starts a VNC connection to the Windows PC from a raspberry pi with a click of a button using remmina on the Rpi. Note : there is no keyboard and mouse connected to the Rpi and things should happen all from pc (so remmina…
Mohsen K
  • 257
  • 4
  • 10
3
votes
3 answers

Qt: How to make QImage aware of updated memory buffer?

I need to draw pixel data that is being held by a library as uint8_t * and that is updated frequently and partially. I get a call-back from the library every time an update is done, that looks like this: void gotFrameBufferUpdate(int x, int y, int…
akoch
  • 33
  • 3
3
votes
0 answers

Changing an exe to show a different process name in task manager

How do you change a name of a process of an executable to show a different name in the task manager? I am trying to rename the processes of Real VNC. I have tried to just rename the executable vncserver.exe and vncserverui.exe to something different…
David Brierton
  • 6,977
  • 12
  • 47
  • 104
3
votes
1 answer

Open Chrome VNC Viewer from URL

my question is related to this - still unresolved - question. I would like to be able to open Chrome VNC Viewer apps from a link on a website. I know that chrome supports url_handler but I have not found any clue anywhere on how to format the url…
3
votes
1 answer

vnc session show gray screen on ubuntu

I'm trying to install VNC server on Ubuntu 14 LTS. I installed the "vnc4server" package and started vncserver simply by: "vncserver" command line. (like: http://www.howtoforge.com/how-to-install-vnc-server-on-ubuntu-14.04) i got the session and i am…
user552285
  • 369
  • 2
  • 3
  • 11
3
votes
1 answer

Error in tightVNC viewer no connection could be made because the target machine actively refused it

I am using TightVNC viewer from Window7 to connect the Ubuntu machine. I got the error "Error in tightVNC viewer no connection could be made because the target machine actively refused it. I do not have any firewall setup. When i run, ps -ef | grep…
nisha
  • 703
  • 2
  • 14
  • 28
3
votes
1 answer

VNC server -> websockify -> noVNC issue

Hello i have a bit of a problem using websockify. I made executable for windows, then i start my websockify in cmd: c:\web\websockify.exe 192.168.1.70:5901 192.168.1.70:5900 WARNING: no 'resource' module, daemonizing is slower or disabled WebSocket…
huntester
  • 33
  • 1
  • 3
2
votes
1 answer

VNC control for WPF

i am looking for a vnc control (Client) i would be able to use inside a WPF application i am creating . I would like to to be able to capture computes with TightVNC/UltraVNC (open source types) servers. Anything like that exists? Thanks
Menyh
  • 707
  • 1
  • 10
  • 30
2
votes
1 answer

Missing dependencie for realvnc-vnc-viewer in arch Linux (libcrypt.so.1)

A dependency (libcrypt.so.1) is missing when I try to launch realvnc-vnc-viewer on arch Linux. It prompted these error each time I try to launch vnc-viewer with command line : vncviewer: error while loading shared libraries: libcrypt.so.1: cannot…
2
votes
2 answers

How can I control a Rapsberry pi from a flutter mobile app?

I am trying to create an app that can control a Raspberry Pi remotely, opening apps like if it was the mouse. I know about SSH, but I don't want the user to write command lines. I was wondering if I could create something like "VNC Viewer" (Which I…
2
votes
0 answers

Unable to connect to an AWS instance through putty or VNCviewer but able to ssh through gitbash. Having "Network Error: Connection Timed Out"

I've been using a linux(ubuntu) GUI instance in AWS for almost 2 weeks for now. I've been working on flask application using Python. I followed the steps from the AWS website to deploy an flask application on Amazon Elastic Beanstalk. As I was about…
1
2
3
8 9