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.
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 using the
profile.yaml
andconfigencryptionkey
generated in the export profile step:rpc activate -local -configv2 profileName.yaml -configencryptionkey w31W6548+eDZYziC97DnmkzaA4V4r4nC
-
After finishing successfully, the device can now be added and connected to using Console.
Success