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.2.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38083
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

Search found 6 matches

by Zagrophyte
2006-03-18 00:10
Forum: SCIII
Topic: RFB ERROR: SSL JavaViewer <-> Distributor5.exe <-> sciii.exe
Replies: 8
Views: 58372

With the VncViewer.zip you would use:

java -classpath VncViewer.jar VncViewer HOST ID:12345 PORT 0 REPEATERHOST uvnc.com REPEATERPORT 443 USESSL 1 TRUSTALL 1 ENCODING zlib
by Zagrophyte
2006-03-17 21:52
Forum: SCIII
Topic: RFB ERROR: SSL JavaViewer <-> Distributor5.exe <-> sciii.exe
Replies: 8
Views: 58372

Ah, thank you.

Are there any workarounds such as using a different encoding? My friend and I are working on a GUI standalone Java front-end based on the JavaViewer SSL code:

http://www.juxentente.com/~zenzagg/dist.rar

It allows you to specify all parameters, even User/Pass. It also still accepts ...
by Zagrophyte
2006-03-17 21:42
Forum: SC
Topic: Purpose of the ID
Replies: 1
Views: 2672

It allows NAT2NAT connections using a Repeater Server. Both Viewer and Server connect to the Repeater, with matching ID's, and the Repeater routes the data.

modify your SCI / SCII to SCIII for bypass firewall
[topic=3421][/topic]

UltraVNC Repeater
http://sc.uvnc.com/index.php?section=27

[topic ...
by Zagrophyte
2006-03-17 21:32
Forum: SCIII
Topic: RFB ERROR: SSL JavaViewer <-> Distributor5.exe <-> sciii.exe
Replies: 8
Views: 58372

RFB ERROR: SSL JavaViewer <-> Distributor5.exe <-&g

I have tried using the SSL Javaviewer to connect to SC.exe via the SSL repeater without luck, I get this error:

Error: Unknown RFB rectangle encoding 16

It changes my desktop BG, and connects, but then fails immediately on this.

If I use UltraVNC Server (1.0.1) to reverse-connect (Both to uvnc ...
by Zagrophyte
2006-03-17 19:46
Forum: SC
Topic: Javaviewer no ssl
Replies: 1
Views: 2748

The parameters are set up strangely.

In order to not use ssl you must OMIT/REMOVE the USESSL and TRUSTALL parameters. Perhaps you can do this via CGI and bind it to a checkbox on the html form.

USESSL=0 still loads ssl. Make sure you disable TRUSTALL as well.

For example: vncviewer HOST ??? PORT ...
by Zagrophyte
2006-03-17 14:08
Forum: SC
Topic: loopback questions
Replies: 3
Views: 3500

Have you tried using the Repeater? Set a repeater up on a public IP, then have them reverse-connect to the repeater specifying an ID, then you connect to the repeater as well, with the same ID. That should bypass the firewalls.