vncviewer is a viewer (client) for Virtual Network Computing.
Questions tagged [vnc-viewer]
134 questions
1
vote
1 answer
import Error: realvnc sdk
I would like to use RealVNC python api for one of my script.
So, I am trying to install realVNC for Python on my Windows 7 system.
As I read the documentation on realvnc developer site many times,
The documentation is not really clear enough.…

pylearner
- 537
- 2
- 8
- 26
1
vote
1 answer
VNC Mac OS X and Linux connection refused by computer
I am having issues using VNC between MacOS X and Linux.
I installed tightvnc server on CentOS Linux and vncviewer on Mac OS X. I have done all the setting to my best knowledge and then started vncserver on the Linux computer. I also opened the port…

Amit
- 113
- 1
- 1
- 5
1
vote
2 answers
Get error "Too many authentication failures" by connecting to AWS EC2 through vnc viewer
I have set up an environment with AWS EC2 based on ubuntu 14.04 and configure vncserver under it. After everything is done, I am able to connect the EC2 instance with VNC viewer and see the desktop. However, after a period of time idle on vncviewer,…

jacobcan118
- 7,797
- 12
- 50
- 95
1
vote
1 answer
VNC server connection refused (111) when trying to connect
I am trying to incorporate SSL with my App so it use a secure connection when accessing through vnc viewers. Based on logs I don't think it even passes the handshaking stage.
Server Configuration:
pid = /stunnel.pid
cert =…

Frozenpotato
- 21
- 1
- 3
1
vote
2 answers
Clipboard operations fail using Tight VNC
I have written a c# code to run on a vps, in which I have used Clipboard class.
When I am monitoring the vps using vnc-viewer (tight vnc) the Clipboard-based operations fail. But it works fine with team viewer.
I also disabled clipboard transfer…

Hamed
- 1,175
- 3
- 20
- 46
1
vote
0 answers
Application Blocked By Java security
See screenshot below.
After installing JRE 1.8 and I am not able to access VNC and whenever I do I get error(Please find the error in attachment)
I don't want the site to be added to the Exception List. Is there any another solution?

vamshi krishna
- 19
- 6
1
vote
1 answer
How could I ssh to vncserver session
I want to launch web page tests, it will use selenium to run test on Firefox.
In the meantime I want to use vnc viewer to see the progressing tests.
But I don't want to type commands in the vnc viewer. Could I ssh to the vnc session, so that I can…

user3675188
- 7,271
- 11
- 40
- 76
1
vote
0 answers
how to grant user teminal access in VNC
I have server CentOS 5.2 that has GUI, ORACLE 10g R2 installed on it, I want to provide any DBA who will use the system access to the server via VNC, but I don't want to share the GUI, only terminal appear, is that possible, thanks
EDIT
lets say I…

Ahmad Abuhasna
- 261
- 4
- 15
1
vote
1 answer
I am getting Comms failure to IpResolveServer
I am using VNC to connect to a remote machine. After setting up the connection using putty when I try to connect to the machine it gives Comms failure to IpResolveServer.
How do I fix this? If you need further information please let me know what…

JavaStuff
- 31
- 1
- 6
1
vote
0 answers
Connect to XenServer VNC consoles remotely through SSH tunnel
I am trying to connect to my XenServer VM consoles from a PHP/HTML webpage.
The VNC consoles only accept connections from localhost, each console uses a different port (5902,5903,5904,etc..).
Following the instructions outlined in this post
I can…

Rikki B
- 636
- 8
- 23
1
vote
1 answer
Between 2 Androids and to other OS mobiles
The PhoneMyPC tool in Android provides a remote desktop connection to the PC.
But now I am wondering whether Android based mobiles support the VNC protocol/softwares for a connection between 2 Android mobiles?
And furthermore do Android based…

Karthik Balaguru
- 605
- 4
- 10
- 15
1
vote
1 answer
in noVNC is there a way to receive String(a log) from the server which is not part of Frame(Screen)
in noVNC there is a way to send a string from client to server using the api 'send_string' which is implemented inside websock.js, one thing i noticed is sending string this way is it is not RFB encoded(correct me if i am wrong), so the advantage…

Oxi
- 2,918
- 17
- 28
1
vote
2 answers
Will it matter VNC or RDC is used for remote desktop of full screen Chrome?
I haven been trying to understand the difference between VNC and RDP. My understanding is the VNC more or less just transmits a picture of the desktop. RDP however has more of a semantic understanding of what is happening on the desktop and…

Alexis
- 23,545
- 19
- 104
- 143
0
votes
0 answers
VNC® Viewer: What are the keyboard shortcuts to Exit full screen, and Close the viewer window?
What are the keyboard shortcuts to Exit Full-screen, and Close the viewer window?

user5005768Himadree
- 1,375
- 3
- 23
- 61
0
votes
0 answers
How can I connect to VNC server using Delphi and Indy?
I have been trying the initialize a connection to VNC Server 7.0.1 using the following code in Delphi and Indy 10:
IdTCPClient.Host := myIP;
IdTCPClient.Port := 5900;
IdTCPClient.Connect;
On Connect(), I get an error:
EIdSocketError with message…

Joyston
- 806
- 8
- 10