Activate a Device
Developed in Go* programming language, the Remote Provisioning Client (RPC) application runs on the managed device. RPC-Go activates and configures Intel® AMT on the managed device. Once properly configured, the device can be added to Console.
Export Profiles¶
-
Export the created profiles to a
.yaml
file that can be given to RPC-Go for device activation and configuration. -
Click the export button next to the profile.
-
Save the given Profile Key. It is only given this once. This key is used by RPC-Go to decode the encrypted config file.
-
Move the new, downloaded
.yaml
config file to the AMT device.
Download RPC¶
On the AMT device, download the latest RPC-Go version from the RPC-Go GitHub Repo Releases Page for the Operating System of the AMT device (Windows or Linux).
Activate Device¶
-
On the AMT device, open a Terminal (Linux) or Powershell/Command Prompt as Administrator (Windows).
-
Navigate to the directory containing the RPC application.
-
Run RPC with the local activate command to activate and configure Intel® AMT.
rpc activate -local -configv2 profileName.yaml -configencryptionkey w31W6548+eDZYziC97DnmkzaA4V4r4nC
-
After finishing successfully, the device can now be added and connected to using Console.
Success