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

Search found 7 matches

by CarlRodabaugh
2006-08-09 14:34
Forum: Feature requests
Topic: Windows Mobile Version supporting Repeater / SSH Tunneling
Replies: 10
Views: 29181

Re: Windows Mobile Version supporting Repeater / SSH Tunneli

I'd give my right arm to be able to be able to have uvnc with repeater support on my smartphone....

Heck, I'd also give my right arm to be ambidextrous though :)
by CarlRodabaugh
2005-08-24 17:25
Forum: MS-Logon plugin
Topic: Automating logons with Microsoft authentication
Replies: 8
Views: 15007

Auto It

So, go download autoit, for free, install it, and make a new script.

---autoit script file----
Run("C:\Program Files\UltraVNC\vncviewer.exe")
sleep (1000)

Send("pc_name{ENTER}")

SLEEP(800)
Send("user{TAB}")
Send("password{ENTER}")
---end of script file---

save it, minus the --- lines, replace ...
by CarlRodabaugh
2005-07-18 13:45
Forum: Feature requests
Topic: SC - Compiling by yourself
Replies: 10
Views: 25126

Sorry about that, I was off for the weekend. Well, It looks like I missed something. I had an older install of 7Zip on my computer, previous to 4.17. then, I upgraded. Along the way, they took some of the SFX modules out, and put them in a seperate download,

(From 7Zip's Forum... )
7-zip 4.17 ...
by CarlRodabaugh
2005-07-16 11:58
Forum: Feature requests
Topic: SC - Compiling by yourself
Replies: 10
Views: 25126

Ok, Lets start

1. First, we need to download some tools.

Lets make a c:\sc folder.
Lets also make a folder called c:\tools.
We are going to save all downloads to c:\tools

7-Zip.
This is the tool that actually makes the self extracting exe. 7-Zip is a free archive tool, and is hosted by ...
by CarlRodabaugh
2005-07-03 20:55
Forum: SC
Topic: Typo
Replies: 2
Views: 4113

Actually, It looks like its in vncviewer.exe, not in the SC. I used the latest SC builder, and I also used an old SC, and both had the same error. Then I realized that I just installed UVNC 1.0. Opened the viewer in a hex editor, and searched for byb, and there it was.

C
by CarlRodabaugh
2005-07-01 15:57
Forum: SC
Topic: Password in Helpdesk.txt?
Replies: 1
Views: 3422

I'm confused. The SC is a a chopped down server, connecting back to your main computer that is listening. Do you have the viewer running on your computer? Being that the remote pc is acting as the server connecting back to you, there is no password, and there isnt even a place to configure one ...
by CarlRodabaugh
2005-07-01 15:02
Forum: SC
Topic: Typo
Replies: 2
Views: 4113

Typo

I'm sure It's trivial, but if you say no to accepting an incoming SC connection, it says Connection refused byb user

Other than that, SC is the best thing since sliced bread.
I've got some ideas for it, I'll be posting them to the appropriate topic shortly :)