Ylianst / MeshCentral

A complete web-based remote monitoring and management web site. Once setup you can install agents and perform remote desktop session to devices on the local network or over the Internet.
https://meshcentral.com
Apache License 2.0
4.27k stars 572 forks source link

Previous AMT Client not showing AMT Options #2456

Closed martadams89 closed 3 years ago

martadams89 commented 3 years ago

Hello Wondering if you can help at all? I've got a client that originally connected with ACM activation, however I had to swap the motherboard as it died a death. I fired up the client and decided to re-install the OS cleanly and now can't get any of the Intel ME options to show on the home page for the device. I've wiped out MBEX multiple times, re-installed the OS multiple times and triple checked I've got latest BIOS and Intel Management Engine installed.. Client is on Windows 10 20H2. I've manually provisioned via USB key, issued the meshcmd amtconfig command and nothing seems to work. I did some Googling and saw that maybe its because it has a previously known unique SMBios UUID (or something similar) from a previously connected client. Anyone got any tricks that I am missing in getting the ME status to show on this one?

C:\meshagent>meshcmd amtinfo
Intel SM v9.1.45, pre-provisioning state.
Wired Enabled, DHCP, xx:xx:6x:Bx:xA:xx
Trusted DNS suffix: rootcert.meshcentral.com
Connection Status: Outside, CIRA: Disconnected.

C:\meshagent>meshcmd AmtVersions
BIOS Version = A22
Flash = 9.1.45
Netstack = 9.1.45
AMTApps = 9.1.45
AMT = 9.1.45
Sku = 16 (ISM)
VendorID = 8086
Build Number = 3000
Recovery Version = 9.1.45
Recovery Build Num = 3000
Legacy Mode = False'

Just to note I can access amt via the http://ip-of-device:16992 & Intel ME software is properly installed.

Thanks :)

Scaff31 commented 3 years ago

Hello,

I have the same problem, after multiple research and attempt my problem comes from the fact that amt and the MPS server do not communicate.

I can access my MPS on port 4433

MeshCentral MPS server.
Intel® AMT computers should connect here.

But in my amtinfo

C:\>meshcmd amtinfo
Intel AMT v14.0.39, activated in Client Control Mode (CCM).
Wired Enabled, DHCP, A4:XX:XX:XX:XX:C1
Connection Status: Outside, CIRA: Connecting to mesh.mycompany.com, Periodic.

No more info for the moment I'm still looking for a solution

Ylianst commented 3 years ago

When typing "meshcmd amtinfo", notice that you got this "Intel SM v9.1.45". The motherboard you have is not Intel AMT but rather Intel Standard Manageability (SM). These boards do not have support for hardware KVM and have no support for CIRA.

So, you can't connect these computers of the Internet using out-of-band channel. You can still use this board on the local network.

Hope that helps, Ylian