Hello, I am looking to replace the "logmein" solution with uvnc within my company.
About 1200 machines would be equipped with uvnc (1.2.4), and connected to the repeater (1400) permanently.
I need to be able to log into the machines without user intervention.
Is the repeater provided for as many connections?
Can you confirm that the id is 9 digits maximum?
I noticed that if the id is greater than 9 digits, the repeater closes.
is there a solution for that? my machines are identified with 10 digits.
Thank you for your answers
fwagner
Posts: 1
Joined: 2020-04-08 14:36
After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.0.0 version
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
Feedback is welcome
Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078
Development: UltraVNC development is always here... Any help is welcome.
A new development version, UltraVNC 1.6.3.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38091
Feedback is welcome
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
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
Feedback is welcome
Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078
Development: UltraVNC development is always here... Any help is welcome.
A new development version, UltraVNC 1.6.3.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38091
Feedback is welcome
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
Repeater Close
- Rudi De Vos
- Admin & Developer
- Posts: 6952
- Joined: 2004-04-23 10:21
- Contact:
Re: Repeater Close
The server and viewer use the port field as identifier and this is fixed in vnc to 9 digits.
Changing it in the repeater is not a big deal, but as serevr and viewer can't handle it it would also require serevr and v iewer changes. Then it would need to be backward compatable, as we need to be abnle to use the old 9 digit version.
This is not something that gonna be changed soon.
Sorry.
Changing it in the repeater is not a big deal, but as serevr and viewer can't handle it it would also require serevr and v iewer changes. Then it would need to be backward compatable, as we need to be abnle to use the old 9 digit version.
This is not something that gonna be changed soon.
Sorry.
UltraVNC links (join us on social networks):
- Website: https://uvnc.com/
- Forum: https://forum.uvnc.com/
- GitHub sourcecode: https://github.com/ultravnc/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
- uvnc2me: https://uvnc2me.com/
- Website: https://uvnc.com/
- Forum: https://forum.uvnc.com/
- GitHub sourcecode: https://github.com/ultravnc/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
- uvnc2me: https://uvnc2me.com/
Re: Repeater Close
repeater have a hardcoded limit of connection that it accept and its at around 10? if I recall you need to change that before compiling, another think 9 characters is max but you can use less.
We didn't want to have all user connected because security reasons and overcome the issue by making bat file that user can click and that makes service connect to repeater
Also we had mixed results, some service does work out of box some don't work 100% times. Also if those computers are manage by workers you need to consider disabling icon in tray, because it tend to heavly spam "not connected to server" message even when it in fact connected and many people here complain about it being distracted (thats another reason to not auto start service).
Other than that and sometimes slow connection initialization (like when user start service until you can login) it works great and I only see bright future of ultravnc
Thanks to some windows perminision magic we where able to set normal user to be able to control uvnc service without admin rights and that works like a charm, would love to have option like that in installer (so every user could start/stop it)
We didn't want to have all user connected because security reasons and overcome the issue by making bat file that user can click and that makes service connect to repeater
Also we had mixed results, some service does work out of box some don't work 100% times. Also if those computers are manage by workers you need to consider disabling icon in tray, because it tend to heavly spam "not connected to server" message even when it in fact connected and many people here complain about it being distracted (thats another reason to not auto start service).
Other than that and sometimes slow connection initialization (like when user start service until you can login) it works great and I only see bright future of ultravnc
Thanks to some windows perminision magic we where able to set normal user to be able to control uvnc service without admin rights and that works like a charm, would love to have option like that in installer (so every user could start/stop it)