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.
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
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???
- Rudi De Vos
- Admin & Developer
- Posts: 6882
- Joined: 2004-04-23 10:21
- Contact:
Thanks very much!
Works a treat Rudi. Thanks very much for your help.
Cheers,
Derboy.[/i]
Cheers,
Derboy.[/i]
- Rudi De Vos
- Admin & Developer
- Posts: 6882
- Joined: 2004-04-23 10:21
- Contact:
Re:
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.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
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
Jordan