Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: 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://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

Repeater Password is not okay?

Post Reply
bitboy0
Posts: 7
Joined: 2011-10-08 17:23

Repeater Password is not okay?

Post by bitboy0 »

I used ChunkViewer (based on UVNC) with a perl-script as uvnc-repeater.
This script runs on an external server (DEBIAN). This server will not work anymore.

So I downloaded the repeater from here.

It tells "Default user and password is: admin"

Thats wrong!
User is "admin"
Password is "adminadmi2" (wtf??)

webgui\settings.c (line 183)

Code: Select all

		strcpy(saved_password,"adminadmi2");
Post Reply