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

stuck

Single Click discussions / bugs
Post Reply
houtech
Posts: 2
Joined: 2009-02-04 18:03

stuck

Post by houtech »

I am attempting to setup SC for use over a LAN. no router involved. I have server running as a service on my PC with std config. It works fine on loopback but from another PC on network I get nothing. They get timed out after 5 mins of trying.

I know I am new and missing something prob. simple but this is pretty urgent for me. Please help.
I modified the helpdesk.txt to read: (XX = internal IP)
[TITLE]
Remote
[DIRECT]
[HOST]
Internet support
-connect xx.xx.xx.122 -noregistry

[HOST]
Internet support encryption
-plugin -connect xx.xx.xx.122 -noregistry

[TEXTTOP]
Double Click to make a connection

[TEXTRBOTTOM]

[TEXTRTOP]
Aries PC support

[BALLOON1TITLE]
Establishing connection ...

[BALLOON1A]
5 min try period

[BALLOON1B]
If it fails, the software will remove himself

[BALLOON1C]
from your system.

[BALLOON2TITLE]
Connection active.

[BALLOON2A]
Warning, your desktop is remote visable

[BALLOON2B]
You can break the connection any time

[BALLOON2C]
by using the close button
YY
200
200
Posts: 996
Joined: 2006-11-13 15:11

Re: stuck

Post by YY »

houtech wrote:I have server running as a service on my PC with std config. It works fine on loopback but from another PC on network I get nothing.
Looks like you had installed UVNC server and run it as service.
However, when make connection with SC, the UVNC server is not involved in anyway. All you need to do is to run the viewer in listening mode. You should open a CMD window and run this command:

Code: Select all

vncviewer.exe -listen
The viewer is waiting any SC connection not using DSMplugin
or

Code: Select all

vncviewer.exe -listen -dsmplugin Plugin_File.dsm
The viewer is waiting any SC connection using DSMplugin

houtech wrote:I modified the helpdesk.txt to read: (XX = internal IP)
[TITLE]
Remote
[DIRECT]
.............
You don't need the [DIRECT] option. This is for creating the SC.exe having only one connecting host (in your helpdesk.txt, you have two), such that the SC.exe (when running) will be making the connection DIRECTLY without showing the GUI.
houtech
Posts: 2
Joined: 2009-02-04 18:03

Re: stuck

Post by houtech »

Thanks for your help. I actually had muddled my way through most of what you say here and now have got it working.
Post Reply