Hello,
I have a big problem with uvnc.
I need to use Uvnc with repeater in mode 2.
I installed uvnc 1.0.8.2 server on XP machine, installed repeater 014 on a linux (centos) machine. I need the linux repeater because I can modify the max connections.
I can connect from my computer (win7) to the uvnc server through repeater, but the CAD (ctrl-alt-del) button does not work. Viewer and server are the same version.
At the server installation I set it to download/install all the drivers.
I thought the repeater was the problem, so I tried repeater03.ultravnc.info, but the result was the same; no CAD.
I changed viewer/server version to 1.0.8.0, and still the same problem.
Did anybody had this problem? How can I solve it?
Thanks
Edit1: tested the client and server (version 1082; server installed as service) through windows repeater version, and I have the same result. If the user is logged in the CAD button doesn't do anything. If windows is at the ctr-alt-del screen and I press the CAD button (once or twice), it opens Task manager.
IF I connect to the server directly (without the repeater) CAD button functions properly.
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
UltraVNC 1.0.8.2+linux repeater 014 -CAD button not working
UltraVNC 1.0.8.2+linux repeater 014 -CAD button not working
Last edited by Feri on 2010-05-11 09:47, edited 1 time in total.
Re: UltraVNC 1.0.8.2+linux repeater 014 -CAD button not work
Problem SOLVED.
For those who might have this problem the solution is in the ultravnc.ini file service_commandline.
- the incorrect line that caused all the trouble was:
[admin]
service_commandline=-autoreconnect ID:xxxx -connect repeaterserver::Portno -run
-the correct one is without -run
service_commandline=-autoreconnect ID:xxxx -connect repeaterserver::Portno
Now I'm very happy, because it works in all windows versions (XP, 7, 2008)
For those who might have this problem the solution is in the ultravnc.ini file service_commandline.
- the incorrect line that caused all the trouble was:
[admin]
service_commandline=-autoreconnect ID:xxxx -connect repeaterserver::Portno -run
-the correct one is without -run
service_commandline=-autoreconnect ID:xxxx -connect repeaterserver::Portno
Now I'm very happy, because it works in all windows versions (XP, 7, 2008)