Hi, I'm trying to manage systems with Intel AMT KVM's using uVNC.
But I can't get uVNC to connect.
If I use VNC Viewer Plus, with no encryption, it works just fine.
How do I configure uVNC to connect to an Intel AMT KVM server?
For reference see:
http://software.intel.com/sites/managea ... telamt.htm
http://www.realvnc.com/products/viewerplus/
Thank you
P.
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
Support for Intel AMT KVM
Re: Support for Intel AMT KVM
Hi,
I'm interested in the same information, How to connect from computer using uVNC (from commander tool) to an AMT Computer v7?
I works fine with Real VNC but its license is limited. Someone has a solution using uVNC?
Thanks a lot
Vik
I'm interested in the same information, How to connect from computer using uVNC (from commander tool) to an AMT Computer v7?
I works fine with Real VNC but its license is limited. Someone has a solution using uVNC?
Thanks a lot
Vik
Re: Support for Intel AMT KVM
I've read the Intel AMT SDK documentation and i found some information about a library called vncamt.dll:
"The viewer library exposes a C API. It is a closed–source binary DLL provided by RealVNC, implementing a viewer using the RFB 4.0 protocol. This library supports basic RFB password authentication only. The DLL supports displaying graphics in either of two methods:
• Graphics are drawn by the viewer SDK in a separate default window.
• Graphics are drawn by the calling application in its own GUI window. The application registers with the library for callbacks, receives the pixel information from the remote platform graphics, and draws to the GUI window based on the pixel information.
The transport layer establishes a TCP connection to the KVM server defined by an IP address and port. The connection can be defined by using the KVM proxy."
I supose that this is only for RealVNC. ¿could be applied for UltraVNC?
thanks
"The viewer library exposes a C API. It is a closed–source binary DLL provided by RealVNC, implementing a viewer using the RFB 4.0 protocol. This library supports basic RFB password authentication only. The DLL supports displaying graphics in either of two methods:
• Graphics are drawn by the viewer SDK in a separate default window.
• Graphics are drawn by the calling application in its own GUI window. The application registers with the library for callbacks, receives the pixel information from the remote platform graphics, and draws to the GUI window based on the pixel information.
The transport layer establishes a TCP connection to the KVM server defined by an IP address and port. The connection can be defined by using the KVM proxy."
Code: Select all
http://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/DOCS/Implementation%20and%20Reference%20Guide/default.htm?turl=WordDocuments%2Frealvncviewerlibrary.htm
thanks