Celebrating the 22th anniversary of the UltraVNC: https://forum.uvnc.com/viewtopic.php?t=38031
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
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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

REMOVE PASSWORD AUTHENTICATION???

Post Reply
Derboy

REMOVE PASSWORD AUTHENTICATION???

Post by Derboy »

Hi,

I have 2 PC's on my network. One of which is used as a media server that feeds my XBOX Media Centre. I use UltraVNC to control this PC via my main PC so that I don't need to use another monitor and keyboard. Both PC's sit behind a router.

I would like to remove the need for me to enter a password everytime I connect to the server PC from the Viewer PC and everywhere I look regarding this issue I find the following statement:

"VNC Server won't let you connect without supplying a password unless the server is explicitly configured to use No Authentication. No Authentication" option is NOT recommended as it is a serious security risk. Use it only if you know exactly what it implies... "

I understand the risks but how to do I configure the server to use No Authentication? I have looked and can't find the information anywhere. Im using UltraVNC WinViewer 1.0.1.

Any help would be appreciated. Cheers.
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6882
Joined: 2004-04-23 10:21
Contact:

Post by Rudi De Vos »

registry server
"AuthRequired"

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3]
"DebugMode"=dword:00000002
"DebugLevel"=dword:0000000a
"AllowLoopback"=dword:00000001
"LoopbackOnly"=dword:00000000
"AuthRequired""=dword:00000000
derboy

Thanks very much!

Post by derboy »

Works a treat Rudi. Thanks very much for your help.

Cheers,

Derboy.[/i]
Guest

Post by Guest »

Can't find the "AuthRequired" key ???
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6882
Joined: 2004-04-23 10:21
Contact:

Post by Rudi De Vos »

Then you need to add it, not all keys are created by default.
Rimmel
Posts: 1
Joined: 2006-05-31 10:51

Post by Rimmel »

Rudi De Vos wrote:Then you need to add it, not all keys are created by default.
I too want to disable the authentication. I have tried the above and it still asks for a password.

Latest versions of ultravnc, using vnc auth mode, running as service.

What am i doing wrong?

thanks
lns
8
8
Posts: 12
Joined: 2011-07-05 23:04

Re:

Post by lns »

Rudi De Vos wrote:registry server
"AuthRequired"

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3]
"DebugMode"=dword:00000002
"DebugLevel"=dword:0000000a
"AllowLoopback"=dword:00000001
"LoopbackOnly"=dword:00000000
"AuthRequired""=dword:00000000
Just a note, so many years after this post...there's a typo there (double quotes over "AuthRequired")... I was scratching my head wondering why it didn't import correctly into the registry.

Here's the correct registry file to merge:

Code: Select all

[HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3]
"DebugMode"=dword:00000002
"DebugLevel"=dword:0000000a
"AllowLoopback"=dword:00000001
"LoopbackOnly"=dword:00000000
"AuthRequired"=dword:00000000
Cheers,
Jordan
Post Reply