Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

How to configure password if server is located remotely?

Post Reply
cheeyangt
Posts: 7
Joined: 2005-06-25 13:47

How to configure password if server is located remotely?

Post by cheeyangt »

I have a Win2k server located remotely and I've recently installed UltraVNC v1.0.0. Upon reboot I found that I cant connect to this server and the error message:

"This server does not have a valid password enabled. Until a password is set, incoming connections cannot be accepted."

I believe this is because that UltraVNC password is not configured from server console. Is there a way for me to configure the password from server console either through registry settings or configuration settings? I cant connect to server console because the server is located remotely and there is currently no standard mechanism to connect to server console with Win2k server.
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6863
Joined: 2004-04-23 10:21
Contact:

Post by Rudi De Vos »

If you can remotely edit the registry..

1) Generate password key
On your local PC install vnc and set a password.
+running as application, key is set in
[HKEY_CURRENT_USER\SOFTWARE\ORL\WinVNC3\Default]
"Password"=hex:xx,xx,xx,xx
+running as service, key is set in
[HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3\Default]
"Password"=hex:xx,xx,xx,xx
Export key

2)
Import this key on the remote server in
[HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3\Default]

Password is set and same as the password you have defined on your local server.
cheeyangt
Posts: 7
Joined: 2005-06-25 13:47

Post by cheeyangt »

Before even trying to export and import the registry, I tried to setup one machine as VNC server and another as just the viewer, all within the LAN environment.

I then assigned a default password on the VNC server and tried to use VNCviewer.exe to connect to the server. I managed to get the password prompt and entered the password. I saw the "Password Accepted" message on the login window but then nothing happens (I should get the vnc/desktop screen window).

I've tried to uninstall and install vRC20.5 and managed to get the vnc/desktop screen successfully.

I checked on my Task Manager and vncviewer.exe is not running at all. Why is this so?

PS: I'm using Win XP with SP2 enabled.
cheeyangt
Posts: 7
Joined: 2005-06-25 13:47

Post by cheeyangt »

I tried to use javaviewer and this is the error message i got:

"Network error: remote side closed connection"

Any idea?
Post Reply