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

by operat0r
2009-08-20 20:55
Forum: SC
Topic: Remote connection showing as localhost WTF !?!??!?
Replies: 0
Views: 2517

Remote connection showing as localhost WTF !?!??!?

I have been using ultravnc for a long time
I use the vnc repeater
I use single click for the clients
* no AV on client machine no firewall etc.. ( windows updates etc but nothing else ...... )
* this is BAD ... I wonder if firewalls see the same connection to "localhost" if that is true you could ...
by operat0r
2008-10-08 12:41
Forum: SCIII
Topic: duplicate ID in repeater
Replies: 4
Views: 44533

Re: duplicate ID in repeater

Bhaa I don't like this :( ... I will only use it when I need more then one remote session ..

open this with any zip app ( I use 7-zip.org its free )
http://rmccurdy.com/scripts/quickvnc_RANDID.exe


@echo off
set ID=%RANDOM%

copy *.* %temp%

cd %temp%


rem START BRANDING
rem regedit /s clean ...
by operat0r
2008-10-08 12:23
Forum: SCIII
Topic: duplicate ID in repeater
Replies: 4
Views: 44533

Re: duplicate ID in repeater

I will be posting a workaround to generate a ID and then just ask the user what ID pops up
by operat0r
2008-10-06 20:45
Forum: SCIII
Topic: duplicate ID in repeater
Replies: 4
Views: 44533

Re: duplicate ID in repeater

It worked before with one single EXE ..

now how can I setup the single click to work with one EXE instead of having to create 10 exes' with diff IDs ?
by operat0r
2008-10-06 16:55
Forum: SCIII
Topic: duplicate ID in repeater
Replies: 4
Views: 44533

duplicate ID in repeater

Ok so now I got repeater working after an update. now I have the problem with duplicate ID's ... how can I allow duplicate IDs ?????? it worked before.


UltraVnc Mon Oct 6 12:28:08 2008 > acceptConnection(): duplicate ID string found, closing connection


I checked the conf file and nothing about ...
by operat0r
2008-10-03 17:59
Forum: SCIII
Topic: uvnc repeater proto fail after update [solved]
Replies: 0
Views: 39367

uvnc repeater proto fail after update [solved]

my single click exe with auto reconnect and connection check !
** http://rmccurdy.com/scripts/quickvnc.exe

:-D :-D :-D

Swapped the ports ...
-viewerport = 3389
-serverport = 21

+viewerport = 21
+serverport = 3389

Hello,

After doing portupgrade -fa I have a new version of repeater.

* it was ...
by operat0r
2007-01-10 21:14
Forum: SC
Topic: Auto reconnect and stuff app
Replies: 0
Views: 1790

Auto reconnect and stuff app

all in one uber VNC app

http://twatech.org/shows.php?ep=130
by operat0r
2005-12-14 06:50
Forum: SC
Topic: Keep alive / auto reconnect script
Replies: 2
Views: 6161

*** FIX

found with XP it times out sort of new script not useing ping for timer



* you need kill.exe ( nt reskit ) and timeout.exe
Why did this get locked ?

[syntax="batch"]

@echo off

:loop
netstat | find "bellsouth" | find "EST" > nul
if errorlevel 1 goto restartvnc
cls
echo Keeping VNC connection ...
by operat0r
2005-12-09 04:22
Forum: SC
Topic: Keep alive / auto reconnect script
Replies: 2
Views: 6161

Keep alive / auto reconnect script

Hello just thought I would drop this uber code auto reconnects when you get dropped :o

NOTE: change the bellsouth part to your ip or domain name etc ..
NOTE: you also need kill.exe ( from NT reskit.zip )

[syntax="batch"]
@echo off

:loop
netstat | find "bellsouth" | find "EST" > nul
if ...