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 14 matches

by addison
2010-07-14 06:25
Forum: ChunkVNC
Topic: I've made a tiny mod to the repeater...
Replies: 20
Views: 35183

Re: I've made a tiny mod to the repeater...

Hi, there I've came across an issue and want to discuss with you guys. Looking at UltraVNC Server's source code, in file vncserver.cpp It has the following function. { void vncServer::AutoConnectRetry( ) { if ( m_fAutoReconnect && !fShutdownOrdered) { vnclog.Print(LL_INTINFO, VNCLOG ...
by addison
2010-06-11 02:07
Forum: JavaViewer
Topic: Question about the UltraVNC java viewer
Replies: 14
Views: 67678

Re: Question about the UltraVNC java viewer

Agreed B. Hello nxnlvz, Thank you for your sharing. :-D I'm not sure the meaning of " WebStart ", can you explain it? Okay, Last time I tested java applet with repeater working at mode I and the result is good. Looking at this page http://sc.uvnc.com/javaviewer/index.html , it seemed that it's ...
by addison
2010-06-10 01:04
Forum: JavaViewer
Topic: Question about the UltraVNC java viewer
Replies: 14
Views: 67678

Re: Question about the UltraVNC java viewer

Great thanks to B! REALLY REALLY appreciate what you did! OK, I finally got it work last night. cheers! :-D I also got mad by this: -- "You cannot make another post so soon after your last; please try again in a short while." -- I referenced from this page. [topic=12950][/topic] Thanks 'nxnlvz ...
by addison
2010-06-08 21:00
Forum: JavaViewer
Topic: Question about the UltraVNC java viewer
Replies: 14
Views: 67678

Re: Question about the UltraVNC java viewer

Hello B, Good news. I can use java viewer connect vnc server directly, using a browser! :-D However, as you mentioned that " standard Javaviewer does not have repeater support! " But I still give it a try. When testing it on FireFox, 3s later the page will print the following message: "Network error ...
by addison
2010-06-03 12:38
Forum: JavaViewer
Topic: Question about the UltraVNC java viewer
Replies: 14
Views: 67678

Re: Question about the UltraVNC java viewer

Thank you B, I'm choking here. I have tried a lot methods, but still cannot get the java viewer run, really shame! Any suggestions will be appreciated. Check out the testing code(following http://sc.uvnc.com/javaviewer/index.html): <OBJECT ID='VncViewer' classid = 'clsid:8AD9C840-044E-11D1-B3E9 ...
by addison
2010-06-02 01:00
Forum: JavaViewer
Topic: Question about the UltraVNC java viewer
Replies: 14
Views: 67678

Re: Question about the UltraVNC java viewer

With no luck!

If I uncheck the "Display Query Wndow" and with the "Default action" value is "Accept", I only got the error message "Error: Your connection has been rejected."
by addison
2010-06-01 09:51
Forum: JavaViewer
Topic: Question about the UltraVNC java viewer
Replies: 14
Views: 67678

Question about the UltraVNC java viewer

Hello there, I'm trying to use applet to run UltarVNC Java Viewer. However, I always get the error statement:" Error: Your connection has been rejected. ". The code are as the following: <APPLET CODE=VncViewer.class codebase="." ARCHIVE=VncViewer.jar WIDTH=400 HEIGHT=300> <param name=HOST VALUE=192 ...
by addison
2010-05-24 23:43
Forum: ChunkVNC
Topic: About chunkvnc's customization.
Replies: 24
Views: 28789

Re: About chunkvnc's customization.

Thank you supercoe

It's clear now. :D
I will go for Ultra, but Chunk is still a good reference.
Thanks for your fantastic work.
by addison
2010-05-24 11:21
Forum: ChunkVNC
Topic: About chunkvnc's customization.
Replies: 24
Views: 28789

Re: About chunkvnc's customization.

Hello supercoe,

Does chunk has any command line parameters?
Specifically, is it possible to launch chunk while initial its connection ID.
Just like this :
ChunkViewer.exe -id 123456

Actually, I have tried some methods, but with no luck.
Any idea?

thank you
by addison
2010-05-21 00:47
Forum: ChunkVNC
Topic: About chunkvnc's customization.
Replies: 24
Views: 28789

Re: About chunkvnc's customization.

Thanks supercoe,

I have check it out, that UltraVNC has -autoreconnect command line.
However, I cannot find this auto reconnect settings on viewer's or server's GUI.
Is this useful option only available by using command line?

thank you.
by addison
2010-05-20 11:36
Forum: ChunkVNC
Topic: About chunkvnc's customization.
Replies: 24
Views: 28789

Re: About chunkvnc's customization.

Hi,supercoe Just want to make sure. I noticed that when I start a UltraVNC Server and config its 'Add New Client' settings , on the repeater's window it records as the following: Server added to list 123 recv 12 recv 0 connection closed by peer Server Removed from list 123 Now the viewer can not ...
by addison
2010-05-20 08:46
Forum: ChunkVNC
Topic: About chunkvnc's customization.
Replies: 24
Views: 28789

Re: About chunkvnc's customization.

Thank you, supercoe Repeater Linux version is a little complicated than windows one. However the two have a same file named repeater.cpp. Searching the code, both viewer and server have a list store in the repeater. Only if the length of the current list does not exceed the maximum length, a viewer ...
by addison
2010-05-19 08:41
Forum: ChunkVNC
Topic: About chunkvnc's customization.
Replies: 24
Views: 28789

Re: About chunkvnc's customization.

Hello, there Thank you...Thank you for your time! I have learned a lot from you guys. Really appreciate. I'm very curious about the Repeater . Download its Linux version(repeater014.zip) from [ http://koti.mbnet.fi/jtko/uvncrepeater/ ]. Its performance is good. However, The author comments in one of ...
by addison
2010-05-14 04:03
Forum: ChunkVNC
Topic: About chunkvnc's customization.
Replies: 24
Views: 28789

About chunkvnc's customization.

Hello everyone. Thank you for your great work! Chunk is very interesting, as well as autoit. Well, I'm a green hand and want to ask you guys three questions. As coded in the file InstantSupport.au3 : /////////////////////////////////////////////////////////////// ; Generate a random ID number ...