Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/GetStarted/Cloud/buildRPC.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ If you are building an executable on a development system, you will copy the exe
| REPLACE | WITH |
|-------------------------|---------------------------------------------------------------------------------------|
| Development-IP-Address | Development system's IP address or FQDN, where the MPS and RPS servers are running. |
| profileName | THe name of the profile created using the Sample Web UI. |
| profileName | The name of the profile created using the Sample Web UI. |

=== "Linux"
``` bash
Expand Down
24 changes: 12 additions & 12 deletions docs/GetStarted/Enterprise/createProfileACM.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,34 +93,34 @@ A Profile provides configuration information to the AMT Firmware during the acti

1. Select the **Profiles** tab from the menu on the left.

2. Under the **Profiles** tab, click **Add New** in the top-right corner to create a profile.
1. Under the **Profiles** tab, click **Add New** in the top-right corner to create a profile.

<figure class="figure-image">
<img src="..\..\..\assets\images\screenshots\Console_NewProfile.png" alt="Figure 2: Create a new profile">
<figcaption>Figure 2: Create a new profile</figcaption>
</figure>

3. Specify a **Profile Name** of your choice.
1. Specify a **Profile Name** of your choice.

4. Under **Activation**, select **Admin Control Mode** from the dropdown menu.
1. Under **Activation**, select **Admin Control Mode** from the dropdown menu.

5. Enable desired redirection features for the profile under **AMT Features - Enable/Disable features**.
1. Enable desired redirection features for the profile under **AMT Features - Enable/Disable features**.

6. Choose level of **User Consent**. By default for ACM, **None** is selected. This will disable all User Consent for ACM.
1. Choose level of **User Consent**. By default for ACM, **None** is selected. This will disable all User Consent for ACM.

7. Provide or generate a strong **AMT Password**. AMT will verify this password when receiving a command from Console. This password is also required for device deactivation.
1. Provide or generate a strong **AMT Password**. AMT will verify this password when receiving a command from Console. This password is also required for device deactivation.

8. Provide or generate a strong **MEBX Password**. This password can be used to access Intel® Manageability Engine BIOS Extensions (Intel® MEBX) on the AMT device.
1. Provide or generate a strong **MEBX Password**. This password can be used to access Intel® Manageability Engine BIOS Extensions (Intel® MEBX) on the AMT device.

9. Choose DHCP or Static based on environment for the **Network Configuration**.
1. Choose DHCP or Static based on environment for the **Network Configuration**.

10. This express setup assumes the managed device (i.e. AMT device) is on a wired connection for quickest setup. To learn more about a Wireless Setup, see the [Wireless Activation Tutorial](../../Tutorials/createWiFiConfig.md).
1. This express setup assumes the managed device (i.e. AMT device) is on a wired connection for quickest setup. To learn more about a Wireless Setup, see the [Wireless Activation Tutorial](../../Tutorials/createWiFiConfig.md).

11. For quickest setup, select **Non TLS** under **Provisioned Connection Configuration**.
1. For quickest setup, select **Non TLS** under **Provisioned Connection Configuration**.

12. Optionally, add **Tags** to help in organizing and querying devices as your list of managed devices grow.
1. Optionally, add **Tags** to help in organizing and querying devices as your list of managed devices grow.

14. Click **Save.**
1. Click **Save.**
Comment on lines 94 to +123
Copy link

Copilot AI Feb 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This ordered list was changed to use repeated 1. for every step. While Markdown will usually auto-renumber, the rest of this doc (e.g., the earlier "Create a Domain" steps) and the corresponding CCM guide use explicit sequential numbering, so this becomes inconsistent and harder to read in raw form and diffs. Recommend reverting to explicit 2., 3., 4... numbering for these steps to match the surrounding documentation style.

Copilot uses AI. Check for mistakes.

!!! example "Example ACM Profile"
<figure class="figure-image">
Expand Down
4 changes: 2 additions & 2 deletions docs/GetStarted/Enterprise/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
!!! note "Note - Encryption Key Information"
Console automatically stores this 32-character key in Operating System's credential manager, such as Windows Credential Manager, under the name *device-management-toolkit*. This key is used to encrypt sensitive data before it is stored in the database.

3. The executable automatically generates a `config.yml` file in the `/config` directory, relative to where the executable is run.. A default User Name and Password for the console login is stored in the `config.yml` file. To change the User Name and Password, edit the file and update `adminUsername` and `adminPassword` fields.
3. The executable automatically generates a `config.yml` file in the `/config` directory, relative to where the executable is run. A default User Name and Password for the console login is stored in the `config.yml` file. To change the User Name and Password, edit the file and update `adminUsername` and `adminPassword` fields.

```yml hl_lines="6 8 9"
app:
Expand Down Expand Up @@ -87,7 +87,7 @@
```

!!! important
Using the default credentials is for TESTING ONLY. Not setting these values to your own values will result in an insecure deployment. For production deployments we recommended using an OAUTH provider (Auth0, Azure Entra AD, etc..) and configuring Console to use that instead. We may remove the default values in the future. `
Using the default credentials is for TESTING ONLY. Not setting these values to your own values will result in an insecure deployment. For production deployments we recommended using an OAUTH provider (Auth0, Azure Entra AD, etc..) and configuring Console to use that instead. We may remove the default values in the future.
Copy link

Copilot AI Feb 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This paragraph still has a couple of grammatical/terminology issues: "we recommended" should be "we recommend", and "OAUTH" is typically spelled "OAuth". Also consider replacing "etc.." with "etc." for correct punctuation.

Suggested change
Using the default credentials is for TESTING ONLY. Not setting these values to your own values will result in an insecure deployment. For production deployments we recommended using an OAUTH provider (Auth0, Azure Entra AD, etc..) and configuring Console to use that instead. We may remove the default values in the future.
Using the default credentials is for TESTING ONLY. Not setting these values to your own values will result in an insecure deployment. For production deployments we recommend using an OAuth provider (Auth0, Azure Entra AD, etc.) and configuring Console to use that instead. We may remove the default values in the future.

Copilot uses AI. Check for mistakes.


## Run
Expand Down
2 changes: 1 addition & 1 deletion docs/Reference/RPC/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In this flow:
4. Once activated and configured, AMT establishes a CIRA tunnel to MPS.

<figure class="figure-image">
<img src="../../../assets/images/RPC_Overview.png" alt="Figure 1: RPC Configuration">
<img src="../../../assets/images/diagrams/RPC_Overview.svg" alt="Figure 1: RPC Configuration">
<figcaption>Figure 1: RPC Configuration</figcaption>
</figure>

Expand Down
2 changes: 1 addition & 1 deletion docs/Tutorials/uitoolkitReact.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The tutorial outlines how to add various controls to the sample React web applic
### Software

- [MPS](https://github.com/device-management-toolkit/MPS), the Management Presence Server
- [RPS](https://github.com/device-management-toolkit/RCS), the Remote Provisioning Server
- [RPS](https://github.com/device-management-toolkit/RPS), the Remote Provisioning Server
- Intel&reg; vPro device, configured and connected to MPS

!!! Note
Expand Down
2 changes: 1 addition & 1 deletion docs/announcements.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ As we previously announced, with the major version change, we are strictly follo
### <b>Changes coming for Remote Provisioning Client</b>
For 2.0, we are deprecating the C++ version of RPC in favor of our Go-based implementation. The reason for this is two-fold. First, we want to be able to take advantage of more modern tooling such as Snyk for Vulnerability Scanning, and Dependabot for dependency updates, among others. Secondly, the cloud focused technologies and protocols we use, which include REST and Websockets, have better support in modern languages. We still needed to balance the interaction between the AMT Firmware and the cloud which led to Go being a natural choice to use. With the 2.0 release, we are providing an early look at the Go version of RPC. Over the next few Rapid releases the functionality of the Go version will exceed that of the C++ version and customers will be encouraged to migrate.

<i>The entire Open AMT Cloud Toolkit team hopes you are as excited about this release as we are and we look forward to continuing to working with you! You can read more about this release in our [release notes](release-notes.md).</i>
<i>The entire Open AMT Cloud Toolkit team hopes you are as excited about this release as we are and we look forward to continuing to work with you! You can read more about this release in our [release notes](release-notes.md).</i>
2 changes: 1 addition & 1 deletion docs/videos.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Learn the high-level basics and get familiar with the toolkit. Learn about the d
<div class="videoContainer">
<!-- <h3>What's New: May 2024 Release (v{{ repoVersion.oamtct }})</h3> -->
<!-- <h3></h3> -->
<h3>Overview of Device Management Toolkit (formerly known as Device Management Toolkit)</h3><h3></h3><h3></h3>
<h3>Overview of Device Management Toolkit (formerly known as Open AMT Cloud Toolkit)</h3><h3></h3><h3></h3>
Copy link

Copilot AI Feb 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This heading line includes multiple empty <h3></h3> elements. Empty heading tags can confuse screen readers and negatively impact document structure/SEO. If these are only used for layout spacing, consider removing them and using CSS margin/padding (or non-heading elements) instead.

Copilot uses AI. Check for mistakes.
<!-- <div class="video-wrapper">
<iframe width="1280" height="720" src="https://www.youtube.com/embed/5Zz5RbKHaA4?si=f495o_uJj8tu-j0G" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
Expand Down