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
votes
1 answer
Strange VNC Error Appears to Be Replicating Processes?
I'm running vnc into a server at work. It runs and doesn't crash, and I am able to use the terminal and whatever else, but the mouse stays in a circular 'thinking about it' state and I see the following at the bottom in the taskbar.
Anyone else who…

Rome_Leader
- 2,518
- 9
- 42
- 73
-1
votes
1 answer
Linux vnc port closed
I have a vps server on Centos and I have installed a vnc server by this tutorial:
how-to-install-vnc-server-on-centos-6
Well the server is running but I can't connect to it, I have scanned by nmap and I cannot find the port 5901. I tried to disable…

Simo
- 67
- 1
- 8
-1
votes
1 answer
VNC on Centos virtual machine
I am trying to get VNC working on a Centos 6.4 virtual machine. I followed the directions at http://wiki.centos.org/HowTos/VNC-Server. When I connect from the client, I don't get any errors, but I do not get any window displayed. The log on the…

Larry Martell
- 3,526
- 6
- 40
- 76
-1
votes
1 answer
Can't connect to noVNC server
I have used git to get the noVNC repository from github.
I started server with ./utils/launch.sh --vnc localhost:5901. After that I typed url (received in my console) in browser.
http://user.local:6080/vnc.html?host=user.local&port=6080 (I have…

klonitklonit
- 319
- 4
- 12
-1
votes
1 answer
VNC server component for .NET
I'm looking for a way to listen on a specific port as a VNC server, then be able to send whatever I want to the connected VNC client.
There's a lot of VNC client components, but I've not yet found a .net VNC server component.
I intend to use this…

Matt Brindley
- 9,739
- 7
- 47
- 51
-2
votes
1 answer
vnc setup - no password configured for vnc error
what I did
sudo apt install lightdm
sudo reboot
sudo apt install x11vnc
sudo vi /lib/systemd/system/x11vnc.service
..
[Service]
Type=simple
ExecStart=/usr/bin/x11vnc -forever -display :0 -auth guess -passwd password
ExecStop=/usr/bin/killall…

Daniel Lee
- 27
- 6
-2
votes
2 answers
vncserver: geometry 800x600-depth is invalid on fedora
Anyone dan help me when item using vncserver "vncserver: geometry 800x600-depth is invalid"
And if i using other command, but just this waspada
displayed
"Failed to connect to bus: No such file or directory "

Ilham Yassin
- 1
- 2
-2
votes
2 answers
How to configure vnc server in linux (Cent OS7)?
How to configure vnc server in Linux (Cent OS7) server to access from windows and Linux machines.
I have tried with Tiger VNC but its not working every time after reboot the system. Please suggest other than Tiger VNC.

Sekhar
- 53
- 1
- 2
- 11
-3
votes
1 answer
Connecting to tightvncserver shows brown screen and cursor and nothing else with Ubuntu 16.04
I am trying to connect to a server and installed tightvnc server on it following these steps :
https://help.ubuntu.com/community/VNC/Servers#Customising_your_session
And hence my xstartup file looks like this:
cat .vnc/xstartup
#!/bin/sh
# Change…

Shivansh
- 3,454
- 23
- 46
-3
votes
1 answer
How to integrate noVNC client in django project?
Sorry for asking this question directly without showing any effort. I googled a lot but not getting any clue to integrate this. I have to integrate noVNC client to get the screen of docker container. and also do more stuffs on the same page. Please…

Sheesh Mohsin
- 1,455
- 11
- 28