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

TeamViewer or VNC on slow network?

I have slow network, slow probably because of the tools to filter the traffic and because we run VPN, so sometimes when i run TeamViewer on one PC from the network, i get ID and PW and try to connect from PC out of the network it just accepts ID and…
VisaToHell
  • 508
  • 1
  • 12
  • 29
-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
1 answer

AWS Image for Kubernetes

I'm trying to practice this Kubernetes book and am encountering the following obstacles: I have Windows 10 Home and cannot install Docker Desktop. So I want to use AWS EC2. Windows Server RDP gave me trouble and I could not figure out how to…
Greg Black
  • 47
  • 1
  • 5
-2
votes
1 answer

How to remotely control Raspberry Pi WITHOUT VNC

So to go into more detail, I'm basically looking to construct a program (that will eventually become a gui but I don't need to worry about this now) using python that will be able to interact with the raspberry pi. To elaborate, I need this program…
AndreiF
  • 21
  • 5
-2
votes
1 answer

I can't connect my raspberry pi with my laptop

I had a raspberry pi I want to connect to my laptop and use the raspberry pi directedly from my laptop, I try PuTTY and VNC following tutorial on youtube, but can't get them to connect; in PuTTY had connection refused, as for VNC connected with the…
Rookies DJ
  • 542
  • 1
  • 5
  • 18
-2
votes
1 answer

golang vnc connetion error - out of memory

I have vnc application wited in go, the problem is after same time execution crash, with the message out of memory. The complete log is here: https://ghostbin.com/paste/3wpcm the complete code of client.go where exist this error is this:…
Stefano Conte
  • 85
  • 2
  • 6
-2
votes
1 answer

Need to screen mirror/cast... not sure if EC2 is the right solution

I would like my multiple users around the world to type a specific address in their browser and be able to see the screen on my EC2 instance. I would like to do this because I would like an EC2 instance to run a live dashboard. Can someone please…
turtlepower
  • 708
  • 1
  • 7
  • 18
-2
votes
1 answer

Alternative to Chicken of the VNC

I need to VNC into a remote Debian server from my Mac to use Remote Console via an iLO-integrated Java Integrated Remote Console (IRC). I use Chicken of the VNC for that purpose. Is there any other open-source alternatives available? Thanks.
newbie
  • 1
-2
votes
1 answer

Managing a lot of computers at once

I have a classroom with ~20 PCs. One for the teacher and all others are for students. They all have pre-installed licensed Windows 7 Home Premium (cause reasons) and reinstall OS to another is not an option :( Also they all are in same work-group…
Yury
  • 1
-3
votes
1 answer

LibVNC Compile Error on Windows: Unresolved External Symbol

In need of a bit of help here: I've spent all day trying to compile libvncserver (https://github.com/LibVNC/libvncserver) on a Windows 10 computer. I'm following the commands listed here…
M. Ying
  • 197
  • 2
  • 15
-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
-4
votes
1 answer

Any way to remotely connect to an IP address outside the network i'm using?

What i want to do is to remotely access my Raspberry Pi that is using a Maestro modem using my computer connected to a LAN.I have managed to configure my Pi's IP address to be static. Can someone help. I have been following this tutorial
1 2 3
46
47