Ylianst / MeshCommander

MeshCommander is a Intel(R) Active Management Technology (Intel(R) AMT) remote management tool. It's feature rich and includes a built-in remote desktop viewer for Hardware-KVM, a Serial-over-LAN terminal, IDER-Redirection support and much more. MeshCommander is built on web technologies and runs on many plaforms. In addition to being available as a stand-alone tool, MeshCommander was built to be very space efficient to that it can be uploaded into Intel AMT flash space to have it served diretly from the Intel AMT web serve.
Apache License 2.0
326 stars 71 forks source link

How to enable AMT Redirection port and KVM feature from Setup.bin? #21

Open rgl opened 4 years ago

rgl commented 4 years ago

I've configured Setup.bin as:

image

But after provisioning, the AMT Redirection port and KVM features are not enabled:

image

How do I enable them in Setup.bin?

BTW, I'm trying to document a basic AMT setup at rgl/intel-amt-notes.

rgl commented 4 years ago

Another related question, is it normal for IDER to be so slow?

In my local Gigabit network a dd if=/dev/sr0 of=/dev/null runs at 1.5 MB/s (about 12 Mbps).

maxirus commented 2 years ago

@rgl It's very slow for me too. From my search, this seems to be an issue with most IPMI interfaces (vProd, IPMI, etc.). I use netboot.xyz instead which is MUCH faster.

alexandrbb commented 2 years ago

Hello, For KVM, there is an option from version 3 of setup.bin format.. It is called by USBfile.exe from Intel AMT SDK when creating setup.bin file: -kvm 1

Source: "USBFile Readme.txt" [...] -kvm 0|1: disable/enable KVM. [...]

But for "Redirection port", I did not find what option could activate this setting, although it can easily be modified within the interface (Intel Manageability Commander or MeshCommander).

Thanks. Regards, Alex