Skip to content

Update TrueNAS CORE Agents installed in the jail

Applies only to Resilio way of installation

The following method works for TrueNAS CORE Agents that were installed by these guidelines and that are running in the jail.

Follow this guide if you have enough Linux shell experience and you understand what each command does. If not, contact Resilio Support Team.

The installation script puts Connect Agent executable into /usr/bin. To do the update, it should be replaced with the newer version inside the jail and the jail must be restarted.

To update an Agent running on TrueNAS Core:

  1. Log in into the jail's Shell

Resilio True Nas Update 1

  1. Double-check that the agent is running with command ps aux | grep rslagent.

Resilio True Nas Update 2

  1. Stop the Agent, download the new one and replace the binary using the commands below one by one.
# killall rslagent  
# wget <link to the latest freeBSD archive from Resilio download page>  
# tar zxf resilio-connect-agent_freebsd_x64.tar.gz  
# cp rslagent /usr/bin/rslagent
  1. Restart the jail.

Resilio True Nas Update 3

Go to the Management Console, open tab Agents, in column Agent version or on Agent's Overview, section INFO, see and confirm that the TrueNAS CORE agent's version is updated.