1.0 Introduction
This article describes how to enroll a compute node on a bare-metal or virtual machine (VM) with an Intel® Software Guard Extensions (SGX) platform in Fortanix Confidential Computing Manager (CCM).
2.0 Enroll A Compute Node (bare Metal) – SGX
2.1 Ubuntu 24.04 Node Agent
Ensure to download the Ubuntu Node Agent Installer for SGX from here.
Perform the following steps to enroll the Ubuntu 24.04 compute node:
Run the following commands to extract the contents of the Node-Agent-installer.tar.gz package and open the folder:
tar -zxvf Node-Agent-Installer.tar.gz cd em-agent-installerOpen the INSTALLER_README.md file containing the steps to enroll the compute node in Fortanix CCM.

Figure 1: Readme.txt
Fortanix CCM supports all SGX-capable server nodes.
Ensure that applications running on the compute node are allowed to establish local connections to the Node Agent on port 9092.
WARNING
As a security best practice, the Node Agent ports must not accept remote connections. Do not allow remote access to the Node Agent.
Copy the
installer.shfile to the VM.Run the following command to execute the installer.sh script:
sudo bash installer.sh <join-token> --attestation-type=<attestation-type>Where,
<join-token>is the token copied from Fortanix CCM. For more information, refer to Section 3.0: Generate a Join Token.<attestation-type>is DCAP. It is strongly recommended to use the DCAP attestation while installing the node agent on Azure VM.
NOTE
For Fortanix CCM on-premises SGX deployments, update the
EM_HOST_NAMEsetting in the/etc/em-agent/em-agent.conffile fromccm.fortanix.comtoapi.armor.onprem.fortanix.net, and then restart theem-agentusing the following command:sudo systemctl restart em-agent
3.0 Generate a Join Token
Perform the following steps to generate a join token in Fortanix CCM:
Log in to Fortanix Armor Platform. For more information, Getting Started with Fortanix Armor.
Navigate to the Fortanix CCM user interface (UI). For more information, refer to Fortanix Armor Solutions.
In the CCM UI left navigation panel, click Infrastructure → COMPUTE NODES → Intel SGX, and then click ADD NODE.
.png?sv=2026-02-06&spr=https&st=2026-06-26T20%3A26%3A44Z&se=2026-06-26T20%3A37%3A44Z&sr=c&sp=r&sig=OCeRY8NoyBE6eJkGZ%2F5wos%2BnkVArF88OiW2vmF6wH0c%3D)
Figure 2: Add node
In the Enroll Compute Node window, click COPY to copy the Join Token. This Join Token is used by the compute node to authenticate itself.
4.0 Validate the Enrolled Compute Node
After the compute node is successfully enrolled, it appears in the COMPUTE NODES overview table in Fortanix CCM.