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

Development: UltraVNC 1.5.0.X: https://forum.uvnc.com/viewtopic.php?t=38037

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

Search found 5 matches

by Vort
2020-10-16 04:35
Forum: Olders
Topic: ipv6 mode grayed out in server settings
Replies: 4
Views: 8931

Re: ipv6 mode grayed out in server settings

The goal was to make a minimal change, which not breaks anything, but adds possibility to use IPv6 address (without DNS). Right now fix is limited to a single function. Adding of correct parsing for IPv6 will for sure require more changes. So, yes, you are right that use of square brackets is a good ...
by Vort
2020-10-15 15:11
Forum: Olders
Topic: ipv6 mode grayed out in server settings
Replies: 4
Views: 8931

Re: ipv6 mode grayed out in server settings

Hello. 1.2.5.1 RC binaries do not have IPv6 support. But it can be enabled during build process. However it is not enough, vncviewer.exe will not be able to process IPv6 address correctly without additional fixes. I have made a fix for viewer and uploaded IPv6 capable binaries to github (only x64 ...
by Vort
2016-10-09 15:11
Forum: Olders
Topic: High CPU usage in service mode
Replies: 0
Views: 2986

High CPU usage in service mode

When OS is booted and UltraVNC is started in service mode, controlling of PC leads to very high CPU usage (>10x higher than in application mode). Uninstalling the service and installing it again can fix the problem, but only until next reboot. Version: 1.2.1.2 (ultravnc_32_1212.zip) OS: Windows XP ...
by Vort
2016-10-09 04:20
Forum: Olders
Topic: xp_ipv6 will not start on XP
Replies: 6
Views: 8483

Re: xp_ipv6 will not start on XP

Rudi De Vos wrote:done
Thanks, but I can't see changes not here
https://sourceforge.net/p/ultravnc/code/commit_browser
nor here
http://www.uvnc.eu/download/1211/uvnc_1211.zip

Where I can get binaries or code for testing?
by Vort
2016-10-05 14:11
Forum: Olders
Topic: xp_ipv6 will not start on XP
Replies: 6
Views: 8483

xp_ipv6 will not start on XP

Hello. "uvnc_1211.zip\32\xp_ipv6\winvnc.exe" binary can't be started on Windows XP because of missing "inet_ntop" and "inet_pton" functions in "ws2_32.dll". When I have changed this calls like in this solution: Stack Overflow: What is the Windows XP equivalent of inet_pton or InetPton? and manually ...