Skip to content

Installation on Synology (Asset Mode)

This guide provides instructions for installing the XplicitTrust agent on a Synology device.

Installation

To install the XplicitTrust agent, run the following commands in the shell on your Synology host:

ARCH="$(case "$(uname -m)" in x86_64|amd64) echo amd64 ;; aarch64|arm64) echo arm64 ;; armv7l|armv7|armhf) echo armhf ;; *) echo "unsupported" >&2; exit 1 ;; esac)"
wget https://dl.xplicittrust.com/xtna-agent_${ARCH}.tar.gz
mkdir xtna-agent_${ARCH}
sudo /bin/sh xtna-agent_${ARCH}/install.sh

Configuration

  1. To register the machine as an asset:
    sudo /usr/sbin/xtna-util -user <XplicitTrust admin email address>
    
  2. Open the URL that xtna-util returns in a browser to authenticate.
  1. Go to the admin console settings page
  2. Create a new "Asset Creation Token", configure it, download and store it in a secure place.
  3. Use the token to register assets:
    sudo /usr/sbin/xtna-util -domain <tenant domain> -token <token>
    
  1. Go to the admin console assets page
  2. Click "Create new" button, fill out the form, and click "Apply".
  3. Click the "Download Config" icon at the top of the form box.
  4. Copy the configuration to the asset and run:
    sudo /usr/sbin/xtna-util -import xtna-*.xtconfig