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

Search found 5 matches

by Jariko
2006-03-30 21:32
Forum: Feature requests
Topic: Request :: Repeater Linux and specific IP for it
Replies: 2
Views: 3352

Re: Request :: Repeater Linux and specific IP for it



But, it's possible to include specific ip in uvncreapeter.ini that repeater listen ?



Yes, I seem to currently use INADDR_ANY so it steals all IP addresses. I will change this in version 0.12

Cheers,

Jari

I just released version 0.12 that has ability to bind() to specific ip address ...
by Jariko
2006-03-28 17:11
Forum: Feature requests
Topic: Request :: Repeater Linux and specific IP for it
Replies: 2
Views: 3352

Re: Request :: Repeater Linux and specific IP for it

ele_ssar wrote:
But, it's possible to include specific ip in uvncreapeter.ini that repeater listen ?
Yes, I seem to currently use INADDR_ANY so it steals all IP addresses. I will change this in version 0.12

Cheers,

Jari
by Jariko
2006-03-23 17:08
Forum: SCIII
Topic: Linux repeater test with SCIII
Replies: 5
Views: 12082



Does v011 of the Linux repeater support SCIII / SSL / MS Crypto?

SC III / SSL: Is not yet implemented (I have tried to get it stable first ;-)

MS Crypto: If this means dsm plugins / rc4.key, seems to work (I tried mode 2) if viewer connects first (seems to be so that if server connects 1st ...
by Jariko
2005-10-14 20:32
Forum: Feature requests
Topic: My Linux repeater wishlist... :)
Replies: 2
Views: 4213

Re: My Linux repeater wishlist... :)

1) Timestamped STDERR entries (so I can do " ./repeater 2>> /var/log/repeater.log " and know when things happened)

2) Connection authentication (text file parsed for list of authorized ID: numbers to connect, if it's not listed it's disconnected? How hard would it be to write a DSM for a regular ...
by Jariko
2005-10-07 20:32
Forum: SCIII
Topic: Repeater or Proxy Server in linux
Replies: 12
Views: 21603

Re: running error

as Redge stated URL link, I followed the instructions and compiled ok.
but now I got error after running ./repeater :

FATAL: start_listening_on_port(): bind() failed, errno=98 (Address already in use)

can anyone tell me what is wrong there? thanks.

Hello,

A bug in my Linux port :-]. Sorry ...