Skip to content

Installation on Raspberry Pi

On Raspberry Pi systems, the agent runs in asset mode.

Asset mode means services (like SSH, HTTPS, remote desktop, etc) can be remotely accessed from an XplicitTrust client, or from another system running in asset mode.

Prerequisites

  1. On the firewall:
    Allow TCP port 443 (“HTTPS”) outgoing (usually already enabled).
    If possible, allow UDP port range 51820 - 60000 outgoing for best experience

Installation

  1. Run (to install XplicitTrust agent):

    sudo apt update
    sudo apt --yes install wireguard wireguard-tools wget iptables
    wget https://dl.xplicittrust.com/xtna-agent_armhf.deb
    sudo dpkg -i xtna-agent_armhf.deb
    
  2. Proceed with step 2 from Installation on Linux (Asset Mode)

Prerequisites

  1. Go to https://console.xplicittrust.com/#/assets/

  2. Click "Create new" button, fill out form, click "Apply"

  3. Click "Download Config" icon at top of the form box:

    Running

  4. On the firewall Allow TCP port 443 (“HTTPS”) outgoing (usually already enabled).
    If possible, allow UDP port range 51820 - 60000 outgoing for best experience

Installation

Run the following commands in your terminal:

sudo apt update
sudo apt --yes install wireguard wireguard-tools wget iptables
wget https://dl.xplicittrust.com/xtna-agent_armhf.deb
sudo dpkg -i xtna-agent_armhf.deb
sudo xtna-util -import xtna-*.xtconfig

Supported Versions:

Tested for Raspbian GNU/Linux 10