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
uVNC SC+Repeater+Encryption HELP
uVNC SC+Repeater+Encryption HELP
Greetings Everyone!
My question is in regards of how to make SingleClick work with encryption. (I am currently using uVNC ver. 1.0.9.6.2; Win7 x32)
I tried using MSRC4Plugin.dsm as stated in the following page:
http://www.uvnc.com/onlinehelp/7.html
I have also tried using the SecureVNCPlugin.dsm as stated on the following page:
http://forum.ultravnc.info/viewtopic.ph ... 33&start=5
When using MSRC4Plugin or SecureVNCPlugin, the viewer gets a message box that says: "You have specified an encryption plugin, however this connection is unencrypted! Do you want to continue?"
Is there any way to make it work?
My question is in regards of how to make SingleClick work with encryption. (I am currently using uVNC ver. 1.0.9.6.2; Win7 x32)
I tried using MSRC4Plugin.dsm as stated in the following page:
http://www.uvnc.com/onlinehelp/7.html
I have also tried using the SecureVNCPlugin.dsm as stated on the following page:
http://forum.ultravnc.info/viewtopic.ph ... 33&start=5
When using MSRC4Plugin or SecureVNCPlugin, the viewer gets a message box that says: "You have specified an encryption plugin, however this connection is unencrypted! Do you want to continue?"
Is there any way to make it work?
Re: uVNC SC+Repeater+Encryption HELP
Thanks for the quick reply YY!
Here is what my helpdesk.txt looks like:
My viewer setup is as follows:
I got the following error(s):
Can you clarify how to use the keys generated by SecureVNCPlugin.dsm? Do I have to leave both pkey and pubkey in the uVNC root directory?
Also, is there a way to save the repeater address and port of the configuration as of right now I have to enter it every time I intend to use it, and maybe use it as a service? ( I have tried clicking on the save connection settings as default, but it only saves the VNC server and dsm portions)
Thanks in advance.
Here is what my helpdesk.txt looks like:
Code: Select all
[HOST]
Test 1
-plugin -id 1239 -connect repeaterIP:5500 -noregistry
I got the following error(s):
Can you clarify how to use the keys generated by SecureVNCPlugin.dsm? Do I have to leave both pkey and pubkey in the uVNC root directory?
Also, is there a way to save the repeater address and port of the configuration as of right now I have to enter it every time I intend to use it, and maybe use it as a service? ( I have tried clicking on the save connection settings as default, but it only saves the VNC server and dsm portions)
Thanks in advance.
Re: uVNC SC+Repeater+Encryption HELP
Other than the said procedure of creating a SC.exe using SecureVNCPlugin, did you have the correct statement inside the "helpdesk.txt" instructing your SC.exe to use encryption? And also a correct setting at Viewer ?DckX wrote:I have also tried using the SecureVNCPlugin.dsm as stated on the following page:
http://forum.ultravnc.info/viewtopic.ph ... 33&start=5
When using MSRC4Plugin or SecureVNCPlugin, the viewer gets a message box that says: "You have specified an encryption plugin, however this connection is unencrypted! Do you want to continue?"
Since you mentioned the connection was via repeater,
The syntax inside the helpdesk.txt should be something like this:
Code: Select all
[HOST]
To Repeater with Encryption
-plugin -ID 1234 -connect repeater_IP:5500 -noregistry
The setting at the VNCviewer should be like this:
Re: uVNC SC+Repeater+Encryption HELP
This should be OKDckX wrote:Here is what my helpdesk.txt looks like:Code: Select all
[HOST] Test 1 -plugin -id 1239 -connect repeaterIP:5500 -noregistry
Although the image is too small and difficult to recognize, but looks like you had entered the correct parameters.DckX wrote:My viewer setup is as follows:
This is the problem: Looks like the SC.exe you created NOT HAVING the SecureVNCPlugin (or any other DSM Plugin) included.DckX wrote:I got the following error(s):
Did you generate it with the exact steps as mentioned in http://forum.ultravnc.info/viewtopic.ph ... 33&start=5
Please use 7-Zip to open the SC.exe, to check if the SecureVNCPlugin.dsm (of course, it should be renamed as msrc4plugin.dsm) is existed.
The pkey is used by the viewer side.DckX wrote:Do I have to leave both pkey and pubkey in the uVNC root directory?
The pubkey is used by the uVNC server, or in your case, the generated SC.exe
However, the online creator doesn't support the use of SecureVNCPlugin, that's why I need to derive the procedure as mentioned in http://forum.ultravnc.info/viewtopic.ph ... 33&start=5
IN FACT, you are not necessary to have the key pairs with SecureVNCPlugin operation . Without the pre-generated keys, the SecureVNCPlugin will create an NEW & RANDOM keys pair automatically for each connection session. But if having the pre-created keys, the connection ALWAYS use that keys for encryption.
I clicked the " save connection settings as default" box in my test. It was able to save all the entered parameters such as: VNC server, dsm portions, and repeater address and port as well.DckX wrote:Also, is there a way to save the repeater address and port of the configuration as of right now I have to enter it every time I intend to use it, and maybe use it as a service? ( I have tried clicking on the save connection settings as default, but it only saves the VNC server and dsm portions)
I had tested viewer 1.0.9.6.1 & 1.0.9.6.2 (32 bit version) on WinXP, both working properly.
What version is the viewer you tested, and what is the OS ?
Re: uVNC SC+Repeater+Encryption HELP
The viewer version is 1.0.9.6.2.
OS: Win 7 Pro x32
OS: Win 7 Pro x32
Re: uVNC SC+Repeater+Encryption HELP
I tried not including any keys on the generated SC. This is the error I get:
Server closed connection
-The server is running as application
Server closed connection
-The server is running as application
Re: uVNC SC+Repeater+Encryption HELP
Investigate your original generated SC first:
Have you used 7-Zip to open it, and checked if the SecureVNCPlugin.dsm (renamed as msrc4plugin.dsm) existed ?
Have you used 7-Zip to open it, and checked if the SecureVNCPlugin.dsm (renamed as msrc4plugin.dsm) existed ?
Re: uVNC SC+Repeater+Encryption HELP
Yes I have checked the SC package with 7zip... the dsm plugin is there.
Re: uVNC SC+Repeater+Encryption HELP
You got this error, that means the connection was successfully established at the repeater, only the viewer found that the server was not using encryption.DckX wrote:I got the following error(s):
However, based on your verification: the [HOST] statement inside helpdesk.txt is corrected (to use encryption), the dsm plugin is inside the SC package.
I had never seen this happened in my past tests, so I don't have any idea.
Just one final question: How many [Host] definition/statement existed inside the helpdesk.txt ?
Are you sure the one you posted were running in your test ?
Re: uVNC SC+Repeater+Encryption HELP
The helpdesk.txt file contains 6 [Hosts]
Code: Select all
[HOST]
Test 1
-plugin -id 1234 -connect repeaterIP:5500 -noregistry
[HOST]
Test 2
-plugin -id 1235 -connect repeaterIP:5500 -noregistry
[HOST]
Test 3
-plugin -id 1236 -connect repeaterIP:5500 -noregistry
[HOST]
Test 4
-plugin -id 1237 -connect 107.0.172.247:5500 -noregistry
[HOST]
Test 5
-plugin -id 1238 -connect repeaterIP:5500 -noregistry
[HOST]
Test 6
-plugin -id 1239 -connect repeaterIP:5500 -noregistry
Re: uVNC SC+Repeater+Encryption HELP
- You had specified to use dsmplugin in the helpdesk.txt;
- the dsmplugin does exist inside the SC package;
- the connection can be established, but the viewer complaining the server is not using any dsmplugin.
Sorry I can explain why this happened
- the dsmplugin does exist inside the SC package;
- the connection can be established, but the viewer complaining the server is not using any dsmplugin.
Sorry I can explain why this happened
Re: uVNC SC+Repeater+Encryption HELP
leaving the SecureVNCplugin.dsm aside... would using the stock dsm plugin help?
Thank you for the help.
Thank you for the help.