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