thesk8rjesus Posted September 30, 2008 Posted September 30, 2008 We have recently started using VNC to access the teachers machines in order to solve little problems that they might have, like program installation, and accessing network drives. But when i try to connect to one of the machines i get an error of cannot connect to host: Connection refused (10061) it is really starting to annony me as i have looked evrywhere for the answer. i am currently using VNC free edition V 4.1
FN-GM Posted September 30, 2008 Posted September 30, 2008 That normally happens when you have guessed the VNC password wrong to many times.
RabbieBurns Posted September 30, 2008 Posted September 30, 2008 I get that on some machines. It only happens when the remote machine isnt logged on. If the machine has a user logged on VNC connects fine. I cant figure out why I can VNC to the login screen on some, and others it just dumps me out with that error and not display the login screen. Try logging onto that machine and trying to vnc again and I bet it works. If you find a solution im dying to know.
FN-GM Posted September 30, 2008 Posted September 30, 2008 Have you tried resetting the VNC server service? Z
kmount Posted September 30, 2008 Posted September 30, 2008 Connection refused simply means that for *whatever* reason it can't connect to the port. 1) Windows Firewall is a good culprit. 2) Service not running? 3) On the local machine itself, try and telnet to localhost on port 5900 to see whether that works. We have VNC on all of our machines here and it works 99% of the time. 1
RabbieBurns Posted October 1, 2008 Posted October 1, 2008 the ones that fail on mine actually get to the password prompt, but drops the connection once the password has been entered. So its a different error than the OP. But still infuriating.
thesk8rjesus Posted October 9, 2008 Author Posted October 9, 2008 what i found was i had the host machine set to only accept connections from port 5920 when i was sending out on port 5900, thanks everyone
Shamalamagoucii Posted March 4, 2010 Posted March 4, 2010 hey im having the same problem how do you change it to port 9520
sentientmachine Posted October 30, 2010 Posted October 30, 2010 Here is a step by step walk through on how to configure VNC on Windows XP. It describes how to recover from the various errors that are thrown by VNC: VNC cannot connect to host: Connection refused (10061): *remove the spaces from the url below, I don't have enough points to post url wtf* machinesentience.com/ configure_vnc_between_windows_xp_and_windows_7. html
Garacesh Posted July 10, 2012 Posted July 10, 2012 Bump! Having a very similar issue here, trying to connect to our BMS server via VNC and getting "connect: Connection refused (10061)" Using Windows 7, here. I have connected to it before without a problem before, only last week actually, just a shortcut on the desktop. Double-click, easy as pie. Rebooting the server is out of the question unless it's literally the only thing that will fix it. Any suggestions?
Duke5A Posted July 18, 2012 Posted July 18, 2012 ZenControl.zip I tossed a VNC launcher together in VB .Net 4 a while back and we use this for jumping onto teacher's machines for support. In a nutshell, it'll copy the required files to a temp folder in the C drive, create the registry keys on the client machine, register TightVNC as a service, start the service, and automatically connect the viewer from your workstation the teacher's machine. Once the viewer is closed on your machine, the registry keys, service, and files are removed from the teacher's. It requires that you have these things configured in the computer you're try to connect to: the remote registry service enabled, port 5900 open on the firewall, remote administration open on the firewall, and Secure Attention Sequence enabled and set to services. After that you'll be able to freely connect to client machines with, or without a user logged into them. It's still a little rough around the edges and I plan on rewriting a good portion of it soon. I hope some of you here can make use of this...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now