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.09k stars 549 forks source link

Intel AMT not detected #4841

Open KSebion opened 1 year ago

KSebion commented 1 year ago

Describe your issue I've been trying to get a machine activated into ACM using setup.bin. I might be missing something obvious. I fully unprovisioned AMT on the machine. I installed setup.bin. I installed meshagent64. Running amtconfig in the console results in: Intel AMT not detected.

meshcmd.exe amtinfo

Intel SM v11.8.92, pre-provisioning state.
Wired Enabled, DHCP, D8:9E:F3:34:A4:5F
Trusted DNS suffix: rootcert.meshcentral.com
Connection Status: Unknown, CIRA: Disconnected.

meshcmd.exe amtconfig --url wss://172.22.1.71 --id Group1

Setting up MEI...
Starting Intel AMT configuration...
Started APF tunnel...

meshcmd.exe amtinfo

Intel SM v11.8.92, pre-provisioning state.
Wired Enabled, DHCP, D8:9E:F3:34:A4:5F
Trusted DNS suffix: rootcert.meshcentral.com
Connection Status: Unknown, CIRA: Disconnected.

Server Software (please complete the following information):

Client Device (please complete the following information):

Remote Device (please complete the following information):

Your config.json file

{
  "$schema": "http://info.meshcentral.com/downloads/meshcentral-config-schema.json",
  "__comment1__": "This is a simple configuration file, all values and sections that start with underscore (_) are ignored. Edit a section and remove the _ in front of the name. Refer to the user's guide for details.",
  "__comment2__": "See node_modules/meshcentral/sample-config-advanced.json for a more advanced example.",
  "settings": {
    "_cert": "myserver.mydomain.com",
    "_WANonly": true,
    "_LANonly": true,
    "_sessionKey": "MyReallySecretPassword1",
    "_port": 443,
    "_aliasPort": 443,
    "_redirPort": 80,
    "_redirAliasPort": 80
  },
  "domains": {
    "": {
      "_title": "MyServer",
      "_title2": "Servername",
      "_minify": true,
      "_newAccounts": true,
      "_userNameIsEmail": true
    }
  },
  "_letsencrypt": {
    "__comment__": "Requires NodeJS 8.x or better, Go to https://letsdebug.net/ first before trying Let's Encrypt.",
    "email": "myemail@mydomain.com",
    "names": "myserver.mydomain.com",
    "production": false
  }
}
jsastriawan commented 1 year ago

Your system is Intel Standard Manageability. Looking at the firmware version, it is 6th or 7th generation core.

Intel Standard Manageability does not have CIRA feature. So if it does not connect through CIRA connection is normal.

It seems also that the provisioning has not completed yet. Probably you can retrigger provisioning through agent soft disconnect method.

KSebion commented 1 year ago

How do I do the agent soft disconnect?

KSebion commented 1 year ago

Nevermind, found it. I'll let you know if there is still no change after 30 minutes.

KSebion commented 1 year ago

Seems like provisioning still isn't completed. Even after the agent soft disconnect.

dinger1986 commented 10 months ago

AMT @si458