i can connect using html and the viewer which is working....
my ports are main 5900 and http 5800. When i set SC i use (my-ip) then :5900 but when the client runs the program it listens for about a second then turns green and disconnects. when i change the 5900 to 5500 it will work. So i tryed to make it 5500 in my server and router, but it keeps reverting back to 5900 in winvnc.
Any help PLEASE
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
sc connects then disconnects on clients computer
Re: sc connects then disconnects on clients computer
If you are running a Server on the same machine you are listening on you can not use the same ports more than once, or one at a time.anoyce wrote:i can connect using html and the viewer which is working....
my ports are main 5900 and http 5800. When i set SC i use (my-ip) then :5900 but when the client runs the program it listens for about a second then turns green and disconnects. when i change the 5900 to 5500 it will work. So i tryed to make it 5500 in my server and router, but it keeps reverting back to 5900 in winvnc.
Any help PLEASE
E.g. - You have main listening to 5900 and Listner for 5900. Different applications using the same ports will not work simultaniously. Try 5901 for Main and 5900 for Listener for SC and that should work.
Only question is why would you go through all the trouble to change the Viewer (main) and the Listener ports around if you are using defaults? I would just leave them alone and forward the proper ports as needed.