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
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
NO authentication mode.
NO authentication mode.
I want to run ultravnc without authentication. I understand that it's risky but I know what I am doing and I have a specific reason for doing so. What do I have to do in order to have the VNC server work without authentication?
registry modification
Local machine-specific settings. Options specified here are not overridable. Location:
HKEY_LOCAL_MACHINE\Software\ORL\WinVNC3\
AuthRequired
DWORD decimal value 0 = disable null password checking
DWORD decimal value 1 = enable null password checking (default)
By default, all WinVNC servers will not accept incoming connections unless the server has had its password field set to a non-null value. This restriction was placed to ensure that misconfigured servers would not open security loopholes without the user realising. If a server is only to be used on a secure LAN, however, it may be desirable to forego such checking and allow machines to have a null password. Setting this registry value to zero will disable null-password checking by WinVNC. Local machine-specific setting.
source:
http://www.realvnc.com/products/free/3.3.7/winvnc.html
Local machine-specific settings. Options specified here are not overridable. Location:
HKEY_LOCAL_MACHINE\Software\ORL\WinVNC3\
AuthRequired
DWORD decimal value 0 = disable null password checking
DWORD decimal value 1 = enable null password checking (default)
By default, all WinVNC servers will not accept incoming connections unless the server has had its password field set to a non-null value. This restriction was placed to ensure that misconfigured servers would not open security loopholes without the user realising. If a server is only to be used on a secure LAN, however, it may be desirable to forego such checking and allow machines to have a null password. Setting this registry value to zero will disable null-password checking by WinVNC. Local machine-specific setting.
source:
http://www.realvnc.com/products/free/3.3.7/winvnc.html
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
OS Win: xp home + vista business + 7 home
only experienced user, not developer
-
- Posts: 3
- Joined: 2014-08-19 15:39
Re: NO authentication mode.
Sorry for reviving this old but interesting thread
I'd like to try what redge has suggested (change the value to 0) but i don't see the folder (WinVNC3) in the registry or any ultravnc folder for that matter
HKEY_LOCAL_MACHINE\Software\ORL\WinVNC3\
I'd like to try what redge has suggested (change the value to 0) but i don't see the folder (WinVNC3) in the registry or any ultravnc folder for that matter
HKEY_LOCAL_MACHINE\Software\ORL\WinVNC3\
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Re: NO authentication mode.
That's a very old thread, we don't use the registry anymore.
All settings are now in ultravnc.ini ( same folder as server)
All settings are now in ultravnc.ini ( same folder as server)
-
- Posts: 3
- Joined: 2014-08-19 15:39
Re: NO authentication mode.
I took a look at the .ini, see below:
passwd=0D756AFFD3BF6F715D
passwd2=0D756AFFD3BF6F715D
I tried to change with a simpler pass like 11111 but it don't work it don't keep it somehow then i'm forced to change it manually via the "admin properties" panel.
How can i fix this ?
passwd=0D756AFFD3BF6F715D
passwd2=0D756AFFD3BF6F715D
I tried to change with a simpler pass like 11111 but it don't work it don't keep it somehow then i'm forced to change it manually via the "admin properties" panel.
How can i fix this ?
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Re: NO authentication mode.
ultravnc.ini contain the encrypted passwd
0D756AFFD3BF6F715D is NOT the password, vnc is able to extract it from this string.
When it seems like you are able to set the password in memory.
Cause:
A temp or ultravnc.ini is not writable for the current desktop user OR the desktop user is a domain user that can not be impersonated by the local system.
Workaround
1) copy winvnc.exe to a writable folder
2) make sure the service not not running ( cmd net stop uvnc_servic)
3) start winvnc and set the password , this create a new ultravnc.ini in the current folder
4) Copy this ultravnc.ini to the program files...
OR
1) logon as local admin
2) set password
On XP, the runas ask permsion the default [v] is " I don't give permission"
f you click OK with [_] you tell the OS that vnc can not change ultravnc.ini.
0D756AFFD3BF6F715D is NOT the password, vnc is able to extract it from this string.
When it seems like you are able to set the password in memory.
Cause:
A temp or ultravnc.ini is not writable for the current desktop user OR the desktop user is a domain user that can not be impersonated by the local system.
Workaround
1) copy winvnc.exe to a writable folder
2) make sure the service not not running ( cmd net stop uvnc_servic)
3) start winvnc and set the password , this create a new ultravnc.ini in the current folder
4) Copy this ultravnc.ini to the program files...
OR
1) logon as local admin
2) set password
On XP, the runas ask permsion the default [v] is " I don't give permission"
f you click OK with [_] you tell the OS that vnc can not change ultravnc.ini.
-
- Posts: 3
- Joined: 2014-08-19 15:39
Re: NO authentication mode.
That did it for me (1st method) thanks, i'll bookmark this page in case i forget..