I've made an VNC SC with the online creator, and now tried to start the viewer in listen mode like this:
C:\Program\UltraVNC\vncviewer -listen -dsmplugin C:\Program\UltraVNC\MSRC4Plugin.dsm
,and many more variants, but it always complain that:
Invalid VNC Server specified. Usage includes: vncviewer / .....
Any hints?
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
VNC SC Viewer in Listen mod
Re: VNC SC Viewer in Listen mod
Just run the script as:
C:\Program\UltraVNC\vncviewer -listen -dsmplugin MSRC4Plugin.dsm
Provided that:
- the "MSRC4Plugin.dsm" must be at the same folder as vncviewer.exe
- there should be only ONE SPACE between every argument/parameters
- there should be NO SPACE appended after the script
C:\Program\UltraVNC\vncviewer -listen -dsmplugin MSRC4Plugin.dsm
Provided that:
- the "MSRC4Plugin.dsm" must be at the same folder as vncviewer.exe
- there should be only ONE SPACE between every argument/parameters
- there should be NO SPACE appended after the script
Re: VNC SC Viewer in Listen mod
I can be wrong, but I am afraid
those space related statements are valid in helpdesk.txt SC syntax,
not in windows command line, launching vnc viewer...
Edit: Hmm, does he try to launch viewer from singleclick menu item ??
those space related statements are valid in helpdesk.txt SC syntax,
not in windows command line, launching vnc viewer...
Edit: Hmm, does he try to launch viewer from singleclick menu item ??
Last edited by poutnik on 2008-02-27 06:44, edited 1 time in total.
Re: VNC SC Viewer in Listen mod
Have you tried to run the script like:poutnik wrote:I can be wrong, but I am afraid
those space related statements are valid in helpdesk.txt SC syntax,
not in windows command line, launching vnc viewer...
vncviewer -listen{space}{space}-dsmplugin MSRC4Plugin.dsm
Dont' just guess. Proof it.
Last edited by YY on 2008-02-27 07:09, edited 1 time in total.
Re: VNC SC Viewer in Listen mod
Solved, thanks!
the problem was dubble spaces in this line:
"vncviewer -listen -dsmplugin MSRC4Plugin.dsm", before "MSRC4Plugin.dsm"
Just copied from "http://www.uvnc.com/pchelpware/encrypt/index.html"
(Note! that this Forums 'smart editor' is removing dubbel spaces, before publishing)
the problem was dubble spaces in this line:
"vncviewer -listen -dsmplugin MSRC4Plugin.dsm", before "MSRC4Plugin.dsm"
Just copied from "http://www.uvnc.com/pchelpware/encrypt/index.html"
(Note! that this Forums 'smart editor' is removing dubbel spaces, before publishing)
Re: VNC SC Viewer in Listen mod
Hm, you got me. Never had such problem in command line before...YY wrote:Have you tried to run the script like:
vncviewer -listen{space}{space}-dsmplugin MSRC4Plugin.dsm
Dont' just guess. Proof it.
Re: VNC SC Viewer in Listen mod
I have installed ultr@vnc and i can not get the viewer to listen on any other port this is on a w2k server sp4.
i have tried the -listen [443] switch and it still starts on port 5500
I do this on XP and it works fine.
any ideas would be helpful
thanks
i have tried the -listen [443] switch and it still starts on port 5500
I do this on XP and it works fine.
any ideas would be helpful
thanks
Re: VNC SC Viewer in Listen mod
I am used to run it at home on W2K PROF SP4.
I suppose you need -listen 443 or /listen 443 instead of -listen [443].
I have just now tried to run vncviewer with parameters
/listen 5990
and according to firewall status it works....
I suppose you need -listen 443 or /listen 443 instead of -listen [443].
I have just now tried to run vncviewer with parameters
/listen 5990
and according to firewall status it works....