vnc-server is used to remotely access a machine from another machine where vnc-client will be running
Questions tagged [vnc-server]
235 questions
1
vote
1 answer
How to use multi touch feature of iphone remotely from desktop?
I am using veency on Iphone that is working as VNC server application. I have a .net client application that is working as VNC client to control Iphone from desktop.
How can I pass multi touch events to VNC server?

Sehrawat
- 21
- 2
1
vote
0 answers
To develop a VNC server applet using the VNCJ library
I need to develop an applet using vncj such that the applet can act as a VNC server and the system can be viewed by other using VNC viewer.
A sample applet is provided in the this site
http://vncj.com/default.aspx
but they do not want to use it as…

Kai
- 953
- 6
- 16
- 37
1
vote
1 answer
Writing ZRLE Encoding for VNC Server
I've been writing a VNC Server using rust as an academic exercise. I've successfully implemented RAW and Hextile encoding. I've laid out blocks for ZLib are ZRLE. But unfortunately, ZLIB compression sent by my server does not inflate in any VNC…

Atheesh Thirumalairajan
- 701
- 1
- 4
- 18
1
vote
0 answers
Grey Screen VNC Ubuntu 22.04 KDE on Raspberrypi
I installed ubuntu on my raspberry and i currently have access via ssh.
My goal is to install the KDE desktop (I did) and connect via VNC.
I followed this guide here (but I installed TightVNC):
LINK
it's strange because the desktop is all gray but…

Tommaso Ceredi
- 97
- 2
- 8
1
vote
0 answers
x11vnc can not authenticate from LAN in ubuntu 20.04
I am using x11vnc in ubuntu 20.04, in one of my machine, I can not authenticate VNC client from LAN computer's VNC viewer. in same machine (localhost) it is working fine.
here is my configration file…

Renish Gotecha
- 2,232
- 22
- 21
1
vote
0 answers
VNC Viewer require a password when SSH tunnel to EC2 instance using key authentication
I have a EC2 instance which is running a Linux OS. The instance is private hosted and a VPN connection needs to established the connection. Only the SSH inbound traffic is allowed. I need to access the instance using VNC viewer or TigerVNC through…

DasGuin
- 11
- 1
- 1
- 8
1
vote
0 answers
copy/paste from Linux/TigerVNC in macOS via Screen Sharing/Apple Remote Desktop
I have an Oracle Linux 8.5 desktop to which I am connecting via (Apple) Remote Desktop. On the Linux OS I am running TigerVNC server and Gnome WM. Copy/Paste between the two OSes doesn't work. I have configured the following in ~/.vnc/xstartup on…

excelsior_ink
- 21
- 2
1
vote
0 answers
Windows have no buttons(maximizing,close...) in docker container after connecting via VNC Viewever
I installed the vnc server in a running docker container using the following commands.
sudo apt-get install -y x11vnc
Then I run the vnc server inside docker container.
export DISPLAY=:20 Xvfb :20 -screen 0 1366x768x16 & x11vnc -passwd
TestVNC…

erdi sayar
- 11
- 2
1
vote
0 answers
How to setup hardware accelerated VNC on Ubuntu machine without a dedicated monitor
I have a desktop PC with NVidia graphics card which is running Ubuntu 18.04 Desktop. The default VNC server stops accepting connections when I disconnect physical monitor. I solved this problem by using TightVNC server. But it doesn't use hardware…

Pavlo
- 1,594
- 2
- 15
- 30
1
vote
0 answers
How to solve the problem that "Timed out waiting for a response from the computer" when using VNC viewer to connect VNC server?
I have make sure the VNC server has been started and I have check the port of 5901 and that it is Listening and I open the firewall for this port.But I also can't connect the server.Can you help me?Thank you!

JACKoo
- 11
- 3
1
vote
1 answer
Connecting through VNC to an Shared Image from another Google Cloud Project
I am recently working on a project in Google Cloud Compute Engine, and I have created an image of my current work. In this instance I can access using VNC Viewer to a GUI like of the instance by using the public IP and the port :5901 .
I gave the…

Carlos Martínez
- 61
- 10
1
vote
1 answer
Starting VNC server on startup on RaspberryPi
I would like the VNC server of my RPi 4 to start automatically on startup (for both local and internet connection). I followed the guidelines of the RealVNC website. Hence I used the command :
sudo systemctl enable…

Dark Patate
- 113
- 2
- 12
1
vote
0 answers
VNC Viewer terminal and folders are not working. Ubuntu 16.04
I am having a very hard time fixing the problem.
I tried to open Ubuntu16.04 in Vnc4server. But when I opened the Vnc Viewer I can not
open my terminal or anyother applications like firefox as shown in the image below!!!.
There is only that Home…

Yang JaeWon
- 51
- 1
- 5
1
vote
1 answer
Enable VncServer 6.2.1 ARMv6 experimental capture mode by command line
I'm not able to enable the Raspberry Pi's VNC capture mode from the command line.
ExperimentalRaspiCapture mode allows you to remotely view videos running.
If not enabled, you cannot watch videos. As my application has disabled the raspbian…

Fernando Arce
- 332
- 2
- 14
1
vote
0 answers
Blank Screen error while connecting the vncserver from SUSE-12 SP4 server
While connecting the vncserver getting the blank screen.I have installed the vnc server in the SUSE-12 platform and while connecting the vncserver the log file has below error;
vncext: VNC extension running!
vncext: Listening for VNC…

saeeda
- 11
- 2