1.0 Introduction
This document describes how to enroll a compute node on a bare-metal Advanced Micro Devices (AMD) Secure Encrypted Virtualization (SEV) - Secure Nested Paging (SNP) platform in Fortanix Confidential Computing Manager (CCM).
2.0 Enroll A Compute Node (bare Metal) – AMD SEV-SNP
2.1 Prerequisites
Ensure Simultaneous Multithreading (SMT) is disabled in BIOS when using AMD SEV-SNP. If enabled, the Confidential Virtual Machine (CVM) launch may fail with
fw_error=7 'Policy is not allowed'error.Ensure that you have completed all required CPU, GPU, and system configuration prerequisites as outlined in the NVIDIA Confidential Computing Deployment Guide (TDX), including enabling TEE support (Intel TDX / AMD SEV-SNP), configuring BIOS settings, and using supported NVIDIA GPUs.
2.2 Ubuntu 25.10 Node Agent
Download the Ubuntu Node Agent installer from here.
Perform the following steps to enroll the Ubuntu 25.10 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-snp-installerOpen the INSTALLER_README.md file containing the steps to enroll the compute node in Fortanix CCM.

Figure 1: Readme.txt
Run the following command to execute the installer.sh script:
sudo bash installer.sh <join-token>Where,
<join-token>is the token copied from Fortanix CCM. For more information, refer to Section 3.0: Generate a Join Token.
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 → AMD SEV-SNP, and then click ADD NODE.
.png?sv=2026-02-06&spr=https&st=2026-06-26T20%3A53%3A32Z&se=2026-06-26T21%3A04%3A32Z&sr=c&sp=r&sig=pyHeXNZIAtKm2jRkm7mwEw%2BS5v6TKM2fS0dG9VPwpV0%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.
Perform the following steps to debug the em-agent service:
Run the following command to view the logs:
journalctl -xe | grep em-agentRun the following command to view the status of the
em-agentservice or check the system logs directly:systemctl status em-agent