Disclaimer: Production viable releases are tagged and listed under 'Releases'. All other check-ins should be considered 'in-development' and should not be used in production
Device Management Toolkit (formerly known as Open Active Management Technology Cloud Toolkit (Open AMT Cloud Toolkit)) offers open-source microservices and libraries to streamline Intel AMT integration, simplifying out-of-band management solutions for Intel vPro Platforms.
For detailed documentation about the Open AMT Cloud Toolkit, see the docs.
Important! Make sure you clone this repo with the --recursive
flag since it uses git submodules.
To clone live, in-development code (main branch):
git clone --recursive https://github.com/device-management-toolkit/open-amt-cloud-toolkit.git
Alternatively, for steps to clone and Get Started with one of the tagged releases, see our documentation.
There are multiple options to quickly deploy the Open AMT Cloud Toolkit:
The quickest and easiest option is to set up a local stack using Docker, view our Documentation Site and click the Get Started tab for How-To steps and examples.
For more experienced users, deploy the stack on Azure using the 'Deploy to Azure' button below.
Note: This requires MPS, RPS, and Sample Web UI images to be built and accessible in a Container Image Registry such as Azure Container Registry (ACR), Docker Hub, or other options.
Optionally, deploy from AzureCLI using the following commands:
az group create --name openamt --location eastus
az deployment group create --resource-group openamt --template-file azureDeploy.json
Additional deployments, such as Kubernetes via Azure (AKS) or AWS (EKS), can be found in our Documentation Site.
-
For detailed documentation and Getting Started, visit the docs site.
-
Find a bug? Or have ideas for new features? Open a new Issue.
-
Discover a vulnerability or do you have a security concern? See our Security policy for our reporting process.
-
Need additional support or want to get the latest news and events about Open AMT? Connect with the team directly through Discord.