Skip to content

Deploy on Nutanix

This guide will help you deploy TrapEye decoys on your Nutanix environment smoothly, from importing the disk image to launching your first virtual machine.


  1. In Nutanix Prism Central, go to Compute → Images and click the Add Image button.

    Add Image

  2. In the Anantis TrapEye Portal, go to TrapEye Decoys → Installation, select the Nutanix Installation Card, and click the link icon to copy the download URL.

  3. Back in Nutanix, paste the URL in the Image URL field and leave the authentication fields empty. In the Source section, ensure the file extension ends with .qcow2, the type is set to Disk, and paste the SHA256 checksum from the TrapEye Nutanix Installation Card.

    Set URL and checksum

  4. Select the target cluster and click Save to create the image.


  1. In Nutanix Prism Central, go to Compute → VMs and click the Create VM button.

    Create VM

  2. Fill in the general details: set a name and select the target cluster.

    Set details

  3. In the Resources section, assign CPU and memory according to the recommended values:

    ResourceMinimum ValueRecommended Value
    CPU1 vCPUs1 vCPUs
    Memory1024 MiB (1 GB)2048 MiB (2 GB)
  4. Still in the Resources section, attach a disk by clicking Attach Disk. In the Operation dropdown, select Clone from Image, select the TrapEye image imported earlier, and leave the default Capacity and SCSI bus type values.

    Attach disk

  5. In the Network section, attach the subnet you want to protect and set the IP assignment to DHCP.

  6. In Boot Configuration, select Legacy BIOS Mode.

    Network and boot configuration

  7. From the TrapEye Platform, go to Management → Installation and copy the values for entity_uuid, auth_token and url for Nutanix.

  8. Replace the placeholder values in the template below with your TrapEye configuration parameters.

    #cloud-config
    write_files:
    - path: /etc/trapeye/auth-config.toml
    permissions: '0600'
    content: |
    entity_uuid = "ENTITY-UUID-HERE"
    auth_token = "ENTITY-TOKEN-HERE"
    url = "INGESTION-URL-HERE"
  9. In the Management section, under Guest Customization, set the script type to Cloud-init with a Custom Script and paste the cloud-init script from the Anantis TrapEye Nutanix Installation Card.

    Cloud-init configuration

  10. Click Save to create the virtual machine, then power it on.


Your TrapEye virtual machine has been successfully deployed on Nutanix.

It will now appear in the Devices section of the TrapEye Deception Platform, and you will begin receiving real-time alerts as soon as any activity is detected.