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
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
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
Re: stuck
Looks like you had installed UVNC server and run it as service.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.
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
or
Code: Select all
vncviewer.exe -listen -dsmplugin Plugin_File.dsm
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 wrote:I modified the helpdesk.txt to read: (XX = internal IP)
[TITLE]
Remote
[DIRECT]
.............