Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: 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://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

Cant connet via the url

Post Reply
Zwakele
8
8
Posts: 9
Joined: 2011-10-03 14:10

Cant connet via the url

Post by Zwakele »

I don’t know what I'm doing wrong but I can’t connect via the url but can connect fine using the viewer. Both the PCs are on the LAN and have internet access with firewalls disabled.
I noticed the HTTP settings a set to Display N, should I change it to manual?
B
800
800
Posts: 2338
Joined: 2009-09-09 14:05

Re: Cant connet via the url

Post by B »

The HTTP port has nothing directly to do with displays; it just delivers the VNC java viewer software.

If in your browser you type http://yourservernameorip:xxxx where xxxx is listed as the "Http" port in Admin Properties, it should work. I would also try telnetting to that port (default 5800) to see if I get a response, and/or doing a netstat /an on the server to see if it's listening.
Zwakele
8
8
Posts: 9
Joined: 2011-10-03 14:10

Re: Cant connet via the url

Post by Zwakele »

thanks now I understand.
ok I finally got my Uvnc working but I’ve created a reg file and on the reg file I want to include 2 local accounts with their password. so whenever I’m installing Uvnc i run the reg file to configure all the setting. Also if it's possible can I select certain ip address to be able to use the viewer.

Here is my reg file below

REGEDIT4


[HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3]
"AuthHosts"="+172:+172.16.10.11:+172.16.40.2:+172.16.40.3:+172.16.40.10:+172.20.50.147:+172.16.40.12:+172.16.40.96:+172.20.50.33:+172.20.30.34:+172.20.50.230"

"DebugMode"=dword:00000002
"DebugLevel"=dword:000000a
"AllowLopback"=dword:00000000
"LoopbackOnly"=dword:00000000
"DisableTrayIcon"=dword:00000000
"MSLogonRequired"=dword:00000001
"NewMSLogon"=dword:00000001
"UseDSMPlugin"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3\Default]

"FileTransferEnabled"=dword:00000001
"FTUserImpersonation"=dword:00000001
"BlankMonitorEnabled"=dword:00000000
"CaptureAlphaBlending"=dword:00000001
"BlackAlphaBlending"=dword:00000000
"DefaultScale"=dword:00000001
"DSMPlugin"=dword:hex value
"SocketConnection"=dword:00000001
"HTTPConnect"=dword:00000001
"XDMCPConnect"=dword:00000000
"AutoPortSelect"=dword:00000001
"InputEnabled"=dword:00000001
"LocalInputDisabled"=dword:00000000
"IdleTimeout"=dword:00000000
"QuerySettings"=dword:00000002
"QueryTimeout"=dword:0000000a
"QueryAccept"=dword:00000000
"LockSettings"=dword:00000000
"RemoveWallpaper"=dword:00000001
"Password"hex:Password1
"AllowShutdown"=dword:00000001
"AllowProperties"=dword:00000001
"AllowEditClient"=dword:00000000
Post Reply