Questions tagged [vnc]

For non-programming-related questions (e.g. errors connecting via VNC), consider asking at superuser.com instead. Virtual Network Computing (VNC) is a desktop sharing system which uses the RFB protocol to remotely view and control another desktop.

Virtual Network Computing (VNC) is a desktop sharing system that uses the Remote Frame Buffer (RFB) protocol to remotely view and control another desktop.

VNC is platform-independent and there are clients (viewers) and servers for many different operating systems. In addition, many virtualization hypervisors (such as KVM and Xen) have built-in VNC servers.

Useful Links

702 questions
-1
votes
1 answer

Remotely connect to Ubuntu 14.04 virtual machine

My workplace IT department has a way for us to create virtual machines with an OS of our choice. I just finished creating one with Ubuntu 14.04. I am assuming Ubuntu 14.04 comes shipped with a VNC server or some sort? How do I run it? I will then…
shikhanshu
  • 1,466
  • 2
  • 16
  • 32
-1
votes
1 answer

Access internal resource from external ip

I have a network with a resource with an internal ip of 192.168.1.254 for example. I need to be able to access this resource from the external IP address of 86.126.1.234 let's say. I am off site and need to use VNC to access this computer. How can I…
-1
votes
1 answer

configure fail : guacamole

when I configued guacamole, I meet some problems which I can't solve it immediately. when I open the browser to enter URL(ip:8080/guacmole), the error occured: 404 Not Found The path '/guacamole/' was not found. Traceback (most recent call last): …
yang
  • 9
  • 1
-1
votes
2 answers

setup gui for amazon ec2 ubuntu

I know this question has been answered, but I haven't got a concrete solution yet. I wish to follow through links here for the setup. Link1 I tried this link and had setup according to all the steps. But when it comes to the client, how am I…
Lakshmi Narayanan
  • 5,220
  • 13
  • 50
  • 92
-1
votes
1 answer

cant bridge vmware to Microsoft virtual WIFI adapter

HOST:win7x64 GUEST:debian 7(kali) There is microsoft virtual wifi miniport adapater on the host i use it like AP which my tablet is connecting. I'm want bridge this virtual adapter to guest for vnc connection(tablet-vncserver,guest -vncviewer…
zhdrug
  • 9
  • 3
-1
votes
4 answers

what is a new way for remote desktop

i want to connect t my server without using remote desktop of windows or VNC . can you help me with another way and explain for me a new way for remote desktop? my server is : windows 2003
Emma
  • 231
  • 1
  • 4
  • 10
-1
votes
1 answer

VNC Veency connection refused

Just jailbroken an iPad on iOS8, installed Veency with Cydia but when I tried to connect to the iPad I got a connection refused. By connection on the iPad with ssh and doing : iPad:~ root# netstat -a | egrep 'Proto|LISTEN' Proto Recv-Q Send-Q …
fanzila
  • 21
  • 5
-1
votes
4 answers

How to access my mac or pc from my iPhone

I have to access mac or windows pc from my iPhone. Can any one tell which frameworks or which concepts i have to use to get this. Thank you
kiri
  • 1,977
  • 5
  • 27
  • 55
-1
votes
1 answer

Can't seem to get ubuntu-desktop / gnome GUI in vnc?

Currently i'm installing a gui on my vps but i can't seem to get the actual desktop layout like it should be in vnc. in installed (sudo apt-get install) these things: ubuntu-desktop, gdm, tightvncserver when i login a only get a cmd box in the theme…
deKeijzer
  • 480
  • 5
  • 21
-1
votes
4 answers

Where can i get the source code for VNC in DOtnet c#?

My requirement is to remove the menu bar of TightVNC Viewer, because i dont want the user to use any of them in menu bar. For which i need the source code of TightVNC, so that i can remove or disable the menu bar in UI Form. Can i get the source…
Anuya
  • 8,082
  • 49
  • 137
  • 222
-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
-1
votes
1 answer

Is it possible to make a Remote Desktop connection private from people physically watching the screen?

When I use VNC or RDP to remotely control my office computer, as far as I'm aware, someone standing in front of my computer could be seeing everything I'm doing. Furthermore, if I lose my connection then the computer will still be logged in (i.e.…
-1
votes
1 answer

Is there a VNC server that listens on a Unix domain socket instead of a standard port (5900)?

I am trying to use a vncserver (There are many variants. I am ok with anything.) which listens on a Unix domain socket instead of the standard port (5900) (i.e., an Internet domain socket). I have not found any version supporting it. (I do know what…
agent.smith
  • 9,134
  • 9
  • 37
  • 49
1 2 3
46
47