vnc-server is used to remotely access a machine from another machine where vnc-client will be running
Questions tagged [vnc-server]
235 questions
2
votes
1 answer
Connect to a VNC inside a docker which is on remote server
I have an Amazon Linux AMI server on AWS EC2, i have deployed "selenium docker" on it "https://github.com/elgalu/docker-selenium", the docker have a VNC running inside it.
Now how i could access this VNC?
I did some google search but did not found…

Khalid Abdlqader
- 311
- 4
- 11
2
votes
0 answers
Server disconnected (code: 1006) error while running noVnc
I have cloned the project https://github.com/kanaka/noVNC on my server(google compute engine). Now according to the readme file, i ran the script
bash launch.sh --vnc localhost:5900
this returned the
Navigate to this URL:
…

Sunil Garg
- 14,608
- 25
- 132
- 189
2
votes
1 answer
XKL_XMODMAP_DISABLE makes vncviewer grey screen
I'm setting up a vncserver (tightvncserver) from start. After run vncserver :1 first time, it creates file "~/.vnc/xstartup" with content:
#!/bin/sh
xrdb $HOME/.Xresources
xsetroot -solid grey
#x-terminal-emulator -geometry 80x24+10+10 -ls -title…

Vi Do
- 81
- 1
- 6
2
votes
1 answer
Jenkins - /usr/bin/env: perl: No such file or directory
I have strange problem - I wanted to use xvnc jenkins plugin because of karma tests for browsers like Chrome, Firefox etc...
But there is problem with running vncserver while building. Console output:
Starting xvnc
[workspace] $ vncserver :51…

jreh
- 600
- 1
- 6
- 16
2
votes
0 answers
How to exhibit VNC implementation on genymotion ?
I need expert advice here.
I was trying to deploy VNC server (DroidVNC) on Android device and trying to get a VNC session on my Ubuntu PC.
So far everything is good. Using TightVNC (as client) on ubuntu, I can access phone on the computer.
I want to…

node_analyser
- 1,502
- 3
- 17
- 34
2
votes
1 answer
RealVNC server Enterprise 5.0: How to manage parameters without vncconfig?
EDIT: Already posted in serverfault forum but no answers after 2 months so I try in stackoverflow...
https://serverfault.com/questions/558300/realvnc-server-enterprise-5-0-how-to-manage-parameter-as-there-is-no-more-vncco
I just would like to know…

CyrilR
- 41
- 1
- 6
2
votes
1 answer
UltrVNC repeater with HTML5 client (Guacamole?) support
We currently have devices out in the field running UltraVNC as a VNC server. Because we have devices out in the field with non-routable IP addresses we opted to go with an UltraVNC repeater server.
VNC is started on the device and we have a java…

Jack Smit
- 3,093
- 4
- 30
- 45
2
votes
1 answer
droid-VNC server on Nexus 7 shows noisy white screen
I'm trying to run droid-VNC-server on my Nexus 7 tablet(android 4.3), but I get noisy white screen instead of captured tablet screen. When I run the same on Nexus S phone with Android 4.1.2 - it works fine. I checked this issue…

Dmitry Zviagilsky
- 21
- 4
2
votes
0 answers
How to simultaneously run multiple window managers (esp. xmonad) for VNC
I'll start with a little background. A small project of mine has been to try to use my Android tablet as an external monitor for my laptop using a VNC client (vnc4server). There are two main options for doing this that I have seen. The simplest is…

corahm
- 141
- 1
- 5
2
votes
2 answers
Jenkins cannot start xvnc, because USER variable is not set
Jenkins cannot start xvnc, because USER variable is not set. Here is the output that I get:
Starting xvnc
[workspace] $ vncserver :10 -localhost -nolisten tcp
vncserver: The USER environment variable is not set.
Where should the variable be set?…

Sachin K
- 339
- 4
- 14
2
votes
2 answers
VNC server & multiclient in vb.net
I want to create an application that acts as a vnc client which is connected to multiple servers at once. First and foremost, how do I access the VNC protocol in vb.net (make a client/server, output the display etc)? Second, how can a single client…

Cyclone
- 17,939
- 45
- 124
- 193
2
votes
2 answers
Jenkins xvnc, HOME variable not set error
Trying to get some jobs working that require xvnc, but get this:
Starting xvnc
[workspace] $ vncserver :14
vncserver: The HOME environment variable is not set.
I have no problems with running vncserver from the jenkins user on command line.…

CasualT
- 4,869
- 1
- 31
- 53
1
vote
1 answer
TightVNC Java Viewer connection
I have source code of the tight VNC and installed 'Real VNC' on my local system. When I run the source of tight VNC, it asked for the host and port so I passed following credentials: Host: 127.0.0.1 Port: 5800. Then I can see the status as connected…

Sourabh
- 59
- 1
- 15
1
vote
1 answer
Is it possible to make JNI call to Android VNC Server compiled shared lib?
Is it possible to have a Android VNC server compiled lib inside my android project so that i can make JNI call to start and stop VNC server instead of rooting device and installing Android VNC server outside of my project.
thanks.

Sureshkumar Menon
- 1,165
- 7
- 27
- 49
1
vote
1 answer
Can't start firefox with Hudson
I'm trying to set up webdriver test (with firefoxdriver) in hudson.
In my ant file, I start "vncserver :1" firstly and then start my test by passing
〈env key="DISPLAY" value=":1" /〉
to my test case.
I can run this in a terminal with sudo. However…

ComfortablyNumb
- 3,391
- 2
- 14
- 15