After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.0.0 version
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
Feedback is welcome

Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031

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

Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078

Development: UltraVNC development is always here... Any help is welcome.
A new development version, UltraVNC 1.6.3.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38091
Feedback is welcome

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

Service not listening

Post Reply
ipro-bgardner
Posts: 2
Joined: 2014-07-10 22:07

Service not listening

Post by ipro-bgardner »

Running as a service, UltraVNC does not listen on any port.

Running on Windows Server 2003 x64, fully patched.

Running UltraVNC Server, version 1.1.9.6, downloaded 2014-07-10.

Using SysInternals TCPView to monitor local network info. No program is listening on ports 5800 or 5900. Windows Firewall is disabled.

Tried enabling or disabling incoming port, enabling or disabling Java port, enabling or disabling loopback connections, allowing ports to be auto assigned, or manually assigning RFB port to 5900, Http port to 5800.

Works fine if I run winvnc.exe from a command line, but running as a service does not work.

Have tried both 32- and 64-bit versions.

Mirror driver not installed.
Bonji
100
100
Posts: 339
Joined: 2008-05-13 14:54

Re: Service not listening

Post by Bonji »

That sounds very odd. I use "netstat -a" to verify TCP 5900 (or w/e it's configured to) is in a LISTENING state.

I would troubleshoot this with the most basic and straight-forward config possible:
[X] Accept Socket Connections
[*] Ports Main: 5900
[ ] Enable JavaViewer
[ ] Allow Loopback Connections
[ ] LoopbackOnly

Disable MS Logon Authentication and DSM Plugin if enabled.

If nothing works, I would uninstall, ensure everything is deleted, re-download the software and try again.
-Ben
ipro-bgardner
Posts: 2
Joined: 2014-07-10 22:07

Re: Service not listening

Post by ipro-bgardner »

Thanks for your response, Bonji.

I uninstalled, removed folders under Program Files, removed registry settings, rebooted, then reinstalled and it works.

I think my problem was that I initially installed in an RDP session. When I rebooted I went to the physical console of the server to install and it worked as expected.
Post Reply