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

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- 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

Help needed

Single Click discussions / bugs
Post Reply
kleo
Posts: 3
Joined: 2009-01-20 20:17

Help needed

Post by kleo »

Hello,
im tryin to build a Uvnc SC, and dont get it to work.

What SC should do:
connect from behind router to my machine which is also behind a router.
i want to give it to some friends calling me for support, they should just have to click SC and get connected.

Thats what i have done:

Code: Select all

helpdesk.txt
[DIRECT]
[HOST]
-connect myplace.no-ip.org:5761 -noregistry
compiled with "UltraVncSC based on RC23"
forwarded port 5761 to my pc.
startet VNC in listening mode

Code: Select all

vncviewer.exe -listen 5761
am i anything missing here?
do i need a repeater or other stuff to get it working?

i would like to add encryption, but first it should work somehow ;-)

any help is welcome
YY
200
200
Posts: 996
Joined: 2006-11-13 15:11

Re: Help needed

Post by YY »

I found two problems:

1. The syntax inside the helpdesk.txt

==== Yours (not OK) =======
[DIRECT]

[HOST]
-connect myplace.no-ip.org:5761 -noregistry

===========================



==== The corrected syntax ====
[DIRECT]

[HOST]
A LINE OF DESCRIPTIVE TEXT (EVEN A BLANK LINE), MUST HAVE
-connect myplace.no-ip.org:5761 -noregistry

===========================



2. UltraVncSC Creator based on RC23 NOT supporting [DIRECT] operation, you must use Rel 1.0 to create the .exe
kleo
Posts: 3
Joined: 2009-01-20 20:17

Re: Help needed

Post by kleo »

i allready had "A LINE OF DESCRIPTIVE TEXT" just didnt rwrote it here ;)
and now i used Rel 1.0 to create the .exe.
now i have wait a while to test it ...

can you confirm that i need nothing more than the .exe and the viewer in listening mode to have a connection from nat to nat?
..oh and the portforwarding on the viewer side.

Thanks for your help :)
YY
200
200
Posts: 996
Joined: 2006-11-13 15:11

Re: Help needed

Post by YY »

kleo wrote:can you confirm that i need nothing more than the .exe and the viewer in listening mode to have a connection from nat to nat?
..oh and the portforwarding on the viewer side.
The only additional suggestion is Disable The Fire Wall (at both ends) when testing so that 100% sure the SC signal will not be blocked.
Post Reply