Questions tagged [vnc-server]

vnc-server is used to remotely access a machine from another machine where vnc-client will be running

235 questions
1
vote
1 answer

Stuck when opening a SSH tunnel with Remmina for VNC connection

I have five x11vnc servers and all of them embed a ssh server. The five servers have the same ssh and x11vnc configurations. Since a couple of days, I cannot connect anymore to the x11vnc server of a single machine with Remmina (the fourth ones work…
jbaptperez
  • 656
  • 6
  • 20
1
vote
1 answer

Can we host multiple vnc servers (using LibVNCServer library) in the same process?

There is an example called camera.c in the LibVNCServer library which captures camera snapshots and populates the framebuffer used by vnc server in intervals. My requirement is to do the same with mpeg transport streams (many sources instead of a…
user3911119
  • 273
  • 3
  • 14
1
vote
0 answers

vnc take screen print of machine

i looking to take screen print of vnc machine with golang, my actual function is : ..... code working, problem is when function connect to vnc server not wait to load vnc image and image black: .. take print first to finish loading. my neeed is…
1
vote
0 answers

Can't connect to Google Compute Instance VNC Server

I followed this tutorial: https://medium.com/google-cloud/linux-gui-on-the-google-cloud-platform-800719ab27c5 I opened all ports in the firewall. vncserver nc localhost 5901 RFB 003.008 Ran VNC Viewer (external-ip:5901) Timed out waiting for a…
Mr Mike
  • 337
  • 3
  • 12
1
vote
1 answer

VNC Server .Net Library

I'm looking for a .NET component which aid me the introduction of VNC communication compatibility to an application. The application already installs necessary Windows hook, so I'm interested only on a library which able me to communicate with VNC…
Luca
  • 11,646
  • 11
  • 70
  • 125
1
vote
0 answers

Run the Mechanize::Firefox script in VNC server using Net::SSH::perl?

I have done the script with Mechanize::Firefox. I need to run the script in VNC server. I'm working on ubuntu. I have installed krdc software to run the scripts. Before running the script I'm starting the vnc server by using the following command…
mkHun
  • 5,891
  • 8
  • 38
  • 85
1
vote
3 answers

How to run firefox program in linux and get its output on windows

I have one centos 7 (minimum setup) installed on cloud . I m connect it using using putty on my laptop. I have installed Firefox on centos server which has fast internet connection. However whenever i run Firefox its not loading because it doesn't…
rohan
  • 41
  • 1
  • 7
1
vote
1 answer

What is the part of X11 in X11VNC?

I understand that RFB protocol is used to remote display. X11VNC uses the RFB protocol so that any VNC viewer (RFB-based) can view the display. Question: Let's assume I have a frame buffer /dev/fb0 for example. I just can write and run the…
DrunkenMaster
  • 1,218
  • 3
  • 14
  • 28
1
vote
1 answer

libvncserver - example.c compilation error

Upon running the command gcc example.c -lvncserver -o example, where example.c is the file presented here, the error example.c:141:19: fatal error: radon.h: No such file or directory comes up. I can not find any documentation on radon.h from…
Ulad Kasach
  • 11,558
  • 11
  • 61
  • 87
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
0 answers

Nitrous.io RDP/VNC or Custom Domain

What would be the link you would use to access your Nitrous.io VNCserver? Etc: for Koding it would be: (username).koding.io What would it be for Nitrous.io?
RockyBoa
  • 89
  • 9
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?
1
vote
2 answers

SSH from one computer, continue on another?

I have a home server running Ubuntu Server 14.04 and I've setup OpenSSH on it. But. I'm intending to run some terminal based stuff that takes long time to be finished. So what I wanna be able to do is ssh into the server, start the process, log out…
realsub
  • 27
  • 1
  • 5