-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Settings VNC_PASSWORDLESS to 'true' results in 'ERR_CONNECTION_REFUSED' #31
Comments
i have the same problem. thanks, |
Hey guys, I've looked at the VNC base image documentation to try finding if there are issues with I am going to try testing it this weekend in my home lab and get back to you. Unfortunately, this variable is set by the VNC base image not me. |
Another way to access the container without clicking the pop-up I use this URL: http://localhost:6901/?password=vncpassword. Replace localhost with your machine host IP. Of course in this instance I am using the default password from VNC. |
This sucks that you cannot save the password on your vnc client. Have you tried using RealVNC client? If I remember correctly, you can save your password. What OS do you use?
|
windows for the front end. i used to use realVNC some years ago, but ran into issues that tightVNC solved. for the life of me i dont remember what those issues were. it may have been related to using it on a windows server (which i dont have any more). i'll give realVNC another try. thanks for the tip. |
It appears there's a bug on their side. When I use the debian version container and set the variable, the container doesn't start. If I use the Rocky base version and set the variable the container is starting well. I am going to open a case with them and see if there's anything to do to fix this.
|
Issue raised: ConSol/docker-headless-vnc-container#205 |
thankyou |
You are welcome! |
Updates from my issue raised:
Once is in the stable channel I will rebuild the image and push a new update. |
again, your efforts are greatly appreciated. many thanks. |
Issue fixed #36. Pull the latest version and test it. It works fine on my end. Re-open the issue if you are still encountering issues. |
tested and working as expected. many thanks, |
Hi, this is a great container, thank you.
I've set it up on my Unraid server, and I wanted to use it without a password as I'm only accessing locally. However when I add 'VNC_PASSWORDLESS' with the value 'true' as a variable, it no longer works and results in 'ERR_CONNECTION_REFUSED' .
If I set it to 'false', it works fine.
If I set VNC_PW to be blank, and keep 'VNC_PASSWORDLESS' set to false, it also works fine (though still have to click the popup).
If I set VNC_PW to be blank, and set 'VNC_PASSWORDLESS' to true, it no longer works and results in 'ERR_CONNECTION_REFUSED' .
There's no errors in the docker log. The noVNC heading says 'Something went wrong, connection is closed'.
Is there a fix for this please?
The text was updated successfully, but these errors were encountered: