hi!
Is it possible to connect ultraVNC server to a listening client using the command line?
I have been trying to use: "winvnc.exe -connect <ip>::80" to connect to my listen client started with "vncviewer.exe /listen 80", but that just gives me an error message.
If I run the server as normal by starting winvnc.exe and then right click on the tray icon and choose add client with <ip>::80, everything works fine.
am I missing something or is there another way to make the server connect to a listen client?
I'm using RC18 on Win XP/2000.
/Kalle
Celebrating the 22th anniversary of the UltraVNC: https://forum.uvnc.com/viewtopic.php?t=38031
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
- 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
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
- 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
connect to listening client from command line
-
- Posts: 1
- Joined: 2004-07-16 16:13
Connecting via command line (or via scheduled event)
I use the following to automatically begin a session from a remote machine that's behind a firewall/router. Works like a charm every day. I'm NOT using the java viewer, though- I use the standard viewer; which waits on my machine in listen mode.
"C:\Program Files\UltraVNC\winvnc.exe" -autoreconnect -connect ##.###.###.###::5500
Replace the ## with the IP address of the viewing machine. The quotes are due to the fact that it's a scheduled event. If you're just entering it, leave them out. If you're scheduling the connection within 'scheduled tasks' use the line exactly as-is.
Hope this helps.
"C:\Program Files\UltraVNC\winvnc.exe" -autoreconnect -connect ##.###.###.###::5500
Replace the ## with the IP address of the viewing machine. The quotes are due to the fact that it's a scheduled event. If you're just entering it, leave them out. If you're scheduling the connection within 'scheduled tasks' use the line exactly as-is.
Hope this helps.