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

SC, Repeater and Plugin

Single Click discussions / bugs
Post Reply
looker44
8
8
Posts: 23
Joined: 2008-06-06 19:19

SC, Repeater and Plugin

Post by looker44 »

I have read bevtech's and dwarf's manuals
Repeater mode II works without encryption
Repeater mode II works with encryption
SC works without encryption
SC w encryption doesnot work

Helpdesk line
Support 1
-ID:123 -connect xxx.yyy.xxx.a:5500 -plugin -noregistry

Viewer Line
"C:\Program Files\UltraVNC\vncviewer.exe" ID:123 -proxy xxx.yyy.xxx.a:5901 -dsmplugin

same RC4.key is in upload.zip and upload.exe as in manual mode w/o SC (I have renamed zip/exe files each try)

i have tried MSRC4Plugin.dsm in my zip file not in my zip file i have tried my command line for sc as
Support 1
-ID:123 -connect xxx.yyy.xxx.a:5500 -dsmplugin

my repeater shows the connection - my viewer is stuck on Negotiatiate protocol version
YY
200
200
Posts: 996
Joined: 2006-11-13 15:11

Re: SC, Repeater and Plugin

Post by YY »

looker44 wrote:Helpdesk line
Support 1
-ID:123 -connect spam.yyy.spam.a:5500 -plugin -noregistry
Error, the correct syntax s/b:
-plugin -id:123 -connect spam.yyy.spam.a:5500 -noregistry

Reference UltraVnc SC Syntax helpdesk.txt
The "-plugin" must be put before "-connect"

looker44 wrote:Viewer Line
"C:\Program Files\UltraVNC\vncviewer.exe" ID:123 -proxy spam.yyy.spam.a:5901 -dsmplugin
Error, the correct syntax:
"C:\Program Files\UltraVNC\vncviewer.exe" -connect ID:123 -proxy sapm.yyy.spam.a:5901 -dsmplugin MSRC4Plugin.dsm

Reference UltraVnc Command line Parameters
Your statement missed the "-connect", and also the plugin file "MSRC4Plugin.dsm"

Another important issue:
Make sure both SC.exe end & Viewer end are using the same dsmplugin.
Version 1.1.x and 1.2.x are not compatible.
If not included in your Zip file, the online creator will using the MSRC4Plugin.dsm (ver.1.1.6).
Reference [topic=12187]SC with MSRC4Plugin[/topic]
looker44
8
8
Posts: 23
Joined: 2008-06-06 19:19

Re: SC, Repeater and Plugin

Post by looker44 »

many thanks. works great. in many of my tests -plugin was first, i think perhaps the main key was inclusion of msrc4plugin.dsm into the zip AND of course the proper syntax on both sides

thanks again for all your guys work
Post Reply