Remote access to many Raspberry Pis. How?

Let’s say I have 20 Raspberry Pis each located in different cities. I want to be able to monitor them, transfer files to/from them, control them, etc. remotely and securely from my office. I searched for possible solutions in the past few days, and found the following solutions: Port Forwarding VPN Using some 3rd party … Read more

Hosting a echoServer [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 9 years ago. Improve this question in a previous question, i made the conclusion that i will need something like gotomypc or logmein, but self hosting the echo server. … Read more

Remote Desktop Software with low latency for thin clients [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for … Read more

Unable to establish VNC connection with a particular host on the network

When my OpenVPN session is on, I’m able to establish VNC sessions on other computers. Just this particular computer which I can’t seem to figure out why. Here are some methods I’ve tried Turn of firewall completely Look at log files Close any apps which might be using the VNC port Used alternative VNC software … Read more

Remote mouse pointer not visible in VNC [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 9 years ago. Improve this question I used VNC desktops as a kind of collaboration server, as shared planning and pair programming environment for a long time. Now my … Read more

How to forward vnc for multiple hops [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 8 years ago. Improve this question I have 2 machines Intrim and Remote. I have to go through Intrim to get to Remote. Normally I just do this: ssh … Read more

KVM unix socket file permission for VNC

I’m using kvm-qemu/libvirtd for a bunch of kvms. I’m using vnc for the graphical interface. By default, it listens on a tcp socket. I want to have it listen on a unix socket instead. Looking at some docs (http://libvirt.org/formatdomain.html) I see: “Rather than using listen/port, QEMU supports a socket attribute for listening on a unix … Read more

Cannot Access remote CentOS machine using VNC

I am trying to connect to a remote CentOs machine through VNC to get a graphical display. I have followed the steps mentioned in https://www.howtoforge.com/vnc-server-installation-centos-6.5 to install and configure VNC server on my CentOS machine. I have used the Iptable command to open 5901 port as well. However on my ubuntu machine when I type … Read more