Skip to content

Install Agent

Resilio Active Everywhere Agents are light-weight applications that enable file transfers between job participants.

Resilio Agents are available on:

Prerequisites

Before installing Resilio Agent, make sure you have:

Generate configuration file

Resilio 6.0 and newer

In Resilio 6.0 and newer, the configuration file is required for the Primary Storage Agent. The Management Console authenticates end user Agents via Active Directory, Entra ID or Okta.

The configuration file contains a set of parameters that enable connecting Resilio Agents to the Management Console.

To generate a configuration file:

  1. Log in to the Management Console.
  2. Select Settings > General and in the MANAGEMENT CONSOLE SETTINGS section, click Generate Agent config.
    Install Agent Generate Agent Config
    or navigate to Agents, then click + CONNECT NEW AGENT and select GENERATE AGENTS CONFIG.
    Install Agent Generate Agent Config Alt

  3. Provide the following:

    • Management Console address - The Management Console's IP address, hostname or FQDN.
      Note: If you're connecting a Primary Storage Agent, this must be FQDN.
    • Management Console port - The port number on which the Management Console listens for incoming connections.
      Note: Management Console's incoming connections port number is read only. It can be changed by editing the configuration file.

    • Bootstrap token - The bootstrap token authenticates the connection between Resilio Agents and the Management Console.

    • Default storage path - The default storage path for Resilio jobs.
    • Enable Agent UI - Enables user interface for Resilio Agents running on Microsoft Windows and macOS.
      Note: Disable this option if you're connecting a Primary Storage Agent.
    • Enable limited user - The limited user mode restricts access to the operating system. It disables file system browsing, and scripts and triggers execution. For details, see Limiting admin’s access to the Agent.
    • Add Agent tags - Tags enable automated assignment of Agents to groups.
  4. Click Save/Download.

Install Resilio server or desktop Agent

Note

These instructions apply to Agents running non-Enterprise Hybrid Work Jobs. For instructions on installing Agents participating in Enterprise Hybrid Work Jobs, see Install Resilio Primary Storage Agent and Install Resilio End User Agent.

Windows

To install Resilio Agent on Windows:

  1. Download the Agent installer.
  2. (Optional) Copy the Agent configuration file to the folder where the installer is located.
  3. Launch the installer.
  4. On the welcome page, click Next.
  5. (Optional) Customize your installation, then click Next.

    Resilio 6.0 and newer
    • UI shortcuts and autostart - Shortcuts for launching the Agent UI and autostart entry for launching the Agent UI at user login.
    • File locking driver - OS level driver that enables the file locking feature.

      Important

      Installing the File Locking driver later, after the Active Everywhere Agent has been installed initially, is difficult. We highly recommend installing the locking driver with the Active Everywhere Agent if you plan on using file locking.

    • WinFSP driver - File system driver that enables Transparent Selective Sync feature. For details, see Transparent Selective Sync.

    • Shell extensions - Context menu options in File Explorer for quick access to Active Everywhere Agent features.
    Active Everywhere 5.0 and older
    • Resilio Connect Agent Service - The Resilio Agent service that enables participating in different transfer jobs.
    • Firewall exception - Rules in Windows Firewall allowing Resilio Active Everywhere to establish network connections.
    • File Locking driver - OS level driver that enables the file locking feature.

      Important

      Installing the File Locking driver later, after the Resilio Agent has been installed initially, is difficult. We highly recommend installing the locking driver with the Resilio Agent if you plan on using file locking.

  6. On the Configure connection with Management Console screen choose one of the options:

    Note

    Applicable to Active Everywhere 5.0 Agents and older, without the configuration file placed along side the installer.

    Enter Console's address after installation (UI is required)

    If you select this option, you will be prompted to input the Management Console's hostname or IP address the first time you start the Resilio Agent application. After you input the address, your Resilio deployment administrator will have to approve the pending Agent connection request.

    Select Enter Console's address after installation (UI is required) , then click Next.

    Paste agent config as text
    1. Select Paste agent config as text , then click Next.
    2. Paste the contents of the configuration file, then click Next.
      Note : Make sure the use_gui parameter's value is set to true.
    3. Click Next to confirm that the use_gui option is enabled.
    Choose folder that contains sync.conf
    1. Select Choose folder that contains sync.conf.
    2. Provide path to the folder where the configuration file is located or click Browse to locate the folder, then click Next.
      Note : Make sure the use_gui parameter's value is set to true.
    3. Click Next to confirm that the use_gui option is enabled.
  7. Enter the destination folder, then click Next.

  8. Click Install to begin the installation.

Windows - silent

For silent installation, run the msiexec.exe utility with additional parameters:

msiexec.exe /i Resilio-Connect-Agent_x64.msi ADDSOURCE=ALL /qn SERVICE_USER="Local System" CONFIG_SRC_PATH="C:\path\to\config\Downloads\" /norestart
  • ADDSOURCE=ALL flag can be replaced with ADDLOCAL="MainApplication,AgentUi,FileLockingDriver" to specify which extensions you'd like to install.
  • SERVICE_USER="Local System" flag can be used to specify service installation under System or a local user. Otherwise, can be omitted, and service will be installed as Local System by default. Add SERVICE_USER_PASSWORD when installing as local user.
  • CONFIG_SRC_PATH="C:\path\to\config\Downloads\" flag is necessary to point the service to the config file downloaded from the Management Console. Note the trailing slash in the path, and make sure that the configuration file is named sync.conf.
  • CONFIG_SRC_PATH - The path to the configuration file must be absolute and must be specified if you want MSI to load the configuration during installation.

    Note

    You can create a custom installer package containing both the installer and the configuration file. For details, see Packaging installer and configuration file.

  • /norestart parameter blocks the automatic reboot of the system right after installation. Reboot is not always required to complete Agent installation. You can manually reboot later at a convenient time if required.

Also note that being silently installed, agent won't open its UI automatically, even though agent UI is enabled in its configuration file. One needs to use agent's shortcut on desktop to open it.

Packaging installer and configuration file

The silent Agent installation to endpoint computer implies bringing at least two files: the installer or archive and the configuration file sync.conf which contains information to connect to your Management Console.

Sometimes it is preferable to package the sync.conf file inside the installer to get a single-file-installer which does not require any extra actions, in cases like:

  • The installation process is done by a novice user and not supervised by the Administrator.
  • The administrator has several configuration files for different groups of users\locations.
  • For centrally managed deployment systems where Applications are installed without any user interaction.

Important

The resulting .msi files are unsigned. If your installation policy requires files to be signed, you'll have to sign them with your own digital certificate.

  1. Download the script from the Resilio, Inc. public Git repository.

    Note

    The packaging script requires Powershell v5.0 or newer to run.

  2. Download the Resilio Active Everywhere Agent MSI installers from Connect download site and your sync.conf from your Management Console. Running the script depends on the shell you use.

    • If you run the script from Powershell:

      Set-ExecutionPolicy -ExecutionPolicy Bypass -Force attach-sync-conf-to-msi.ps1 -MSIPath <path_to_msi> -SyncConfPath <path_to_config>
      
    • If you run the script from the command prompt:

      powershell.exe -ExecutionPolicy Bypass -Noprofile attach-sync-conf-to-msi.ps1 -MSIPath <path_to_msi> -SyncConfPath <path_to_config>
      

    Result

    The script will exit and rename the MSI to <MSI_Name\>_configured.msi. If you plan to install Resilio Active Everywhere Agents on computers with different architectures (x86 and x64), you need to run the script separately for each MSI installer.

WindowsPE

WindowsPE is a limited environment, not intended for installing and operating applications. Full installation of the Agent is not supported, you can only launch the Agent process.

System requirements

  • WinPE 7 and newer, x64/x86.
  • Network connectivity.
  1. Download the sync.conf configuration file from from the Management Console. Depending on whether Windows Explorer is available or not, keep or un-check the Enable Agent UI option when generating the configuration file.

  2. Configure the storage path - location in the file system where the Agent will keep its settings, database, logs. If it's not configured in the sync.conf file, the Agent will create the storage in %appdata% folder of the currently logged in user, which may be not available. Open the sync.conf in a text editor and add line "storage_path":"C:\\pathto\\storage\\folder", . Mind the double backslash and be sure to preserve JSON format.

    {
        "storage_path": "C:\\path_to\\storage\\folder"
        "management_server": {
            "host": "172.16.0.55:8444",
            "cert_authority_fingerprint": "5a64afb72c575db714a*******",
            "bootstrap_token": "2RJ7TIJN3TZOPTQPV7NFOO5B7BZ*******",
            "disable_cert_check": false
    },
    
  3. Download Resilio Active Everywhere Agent executable file from downloads page and place it together in a folder with the sync.conf file.

    Running Resilio On Windows Pe Download Exe

  4. Launch Command Prompt as Admin, navigate to the directory with those files and launch the Agent from there. Not receiving any error message in CMD means that the Agent launched successfully.

    C:\Resilio>
    C:\Resilio>Resilio-Connect-Agent_x64.exe /config sync.conf
    
    C:\Resilio>_
    

Warning

Since Windows PE is a limited functionality, the following peculiarities apply:

  • Further management - starting, stopping - of the process shall be done manually either through CMD or a script.
  • All available functionality of Resilio Agent is not guaranteed.

macOS

To install Resilio Agent on macOS:

  1. Download the Agent installer.
  2. Open the installer image, then drag and drop the Resilio Agent on to the Applications folder.
  3. Open the Resilio Agent application.
  4. On the Configure connection with Management Console screen, select how you want to connect to the Management Console and proceed accordingly:

    Host

    If you select this option, you will be prompted to input the Management Console's IP address the first time you start the Resilio Agent application.

    Select Host , then click Ok.

    Editor

    Select Editor , paste the contents of the configuration file, and click Ok.

    Config file
    1. Select Config file.
    2. Click Choose File , then browse the file system to locate the configuration file.
    3. Click Ok.
Packaging installer and configuration file for silent installation

The silent Agent installation to endpoint computer implies bringing at least two files: the installer or archive and the configuration file sync.conf which contains information to connect to your Management Console.

Sometimes it is preferable to package the sync.conf file inside the installer to get a single-file-installer which does not require any extra actions, in cases like:

  • The installation process is done by a novice user and not supervised by the Administrator.
  • The administrator has several configuration files for different groups of users\locations.
  • For centrally managed deployment systems where Applications are installed without any user interaction.

Important

The resulting .pkg files are unsigned. If your installation policy requires files to be signed, you'll have to sign them with your own digital certificate.

  1. Download the script from the Resilio, Inc. public Git repository. The packaging shell script requires the pkgbuild tool to be installed (bundled with XCode tool and is often is preinstalled on your Mac).

    Tip

    The downloaded package has a readme file with the below instructions as well.

  2. Download the Resilio Active Everywhere Agent for Macs from our download page and also the sync.conf file from your Resilio Active Everywhere Management Console. You need to create a folder that has the following set of files in it (in the screenshot below we created one called script):

    • make_package.sh (downloaded in step 1)
    • scripts (the folder containing deployment scripts, downloaded in step 1)
    • Resilio-Connect-Agent.dmg (use the version you want to deploy)
    • sync.conf (download from your management console)

    Example

    Install Agent Create Package

  3. Open Terminal and navigate to the folder containing make_package.sh, then run commands:

    chmod +x make_package.sh  
    ./make_package.sh
    

    Result

    The script will create a Resilio-Connect-Agent.pkg file in the same directory. This package uses standard macOS installation dialog and registers Agent as LaunchAgent which starts as soon as the user logs in to their macOS.

    Important for MDM deployments

    If you plan to centrally deploy Resilio Active Everywhere Agents 2.11 or higher via an MDM, you should also whitelist the Resilio Active Everywhere Kernel Extension. Fore more information, see How To Whitelist The Resilio Agent For Mac Kernel Extensions Using Jamf Pro 10.

Linux

You can install Resilio Agent using tarball archive, DEB and RPM packages, or using apt-get and yum package managers.

Linux - Tarball

To install Resilio Agent from a tarball archive:

  1. Download, then extract the Resilio Agent tarball archive:

    tar zxf resilio-connect-agent_x64.tar.gz -C /home/vboxuser/apps/resilio-agent
    
  2. Start the Resilio Agent with specifying the location of the configuration file:

    ./rslagent --config /home/vboxuser/Downloads/sync.conf
    

    or start the Resilio Agent with specifying the IP address of the Management Console:

    ./rslagent --server 192.168.0.41:8444
    

Note: When you start the agent with specifying the IP address, log in to the Management Console and approve the pending Agent connection request.

Note: Files created by Resilio Agent are owned by the user running the rslagent process and with its umask. Resilio Agent uses POSIX.1 permissions and it's unaware of any ACLs applied to your filesystem.

Tip: Increase Agent's performance

Resilio Agents tarball archive comes with the adjustsettings.sh script that changes some of system settings to boost Agent's performance.

Warning

The script is incompatible with Ubuntu 25.10.

To run the script:

  1. Add the executable attribute:

    sudo chmod +x adjust adjustsettings.sh
    
  2. Run the script:

    ./adjustsettings.sh
    

The script performs the following:

  • Increases system socket buffers to increase speed of synchronization over ZGT protocol.
  • Increases number of notify watchers so that the Agent receives file system notifications about all files and does not run out of the watchers.
  • Removes core dumps limits. With the limits removed, the Agent will be able to create core dump if it crashes. Note, the limit is removed for other applications on the computer as well, thus core dumps created by them may take a lot of storage space.
Linux - DEB

To install Resilio Agent from a DEB package:

  1. Download the sync.conf configuration file and place it in the /etc/resilio-agent folder.
  2. Download the .deb package, then run the following command:

    sudo dpkg -i resilio-connect-agent-<architecture>.deb
    

    Note

    • In Resilio Active Everywhere older than 4.2.1, the Agent package is named resilio-agent_<version>_<architecture>.deb.
    • In case the installer doesn't find the sync.conf file, enter the IP address of the Management Console, then approve the pending Agent connection request.
  3. (Optional) Enable automatic startup of the Resilio Agent service:

    sudo systemctl enable resilio-agent
    
  4. Start the Resilio Agent service:

    sudo systemctl start resilio-agent
    

Install via Resilio repository

To install Resilio Agent from a DEB package via Resilio repository:

  1. Register Resilio repository, make sure to change the revision number for the one you want to install:

    echo "deb http://linux-packages.resilio.com/resilio-agent-4.2/deb resilio-agent non-free" | sudo tee -a /etc/apt/sources.list.d/resilio-agent.list
    
  2. Add public key:

    wget -qO - https://linux-packages.resilio.com/resilio-agent/key.asc | sudo apt-key add -
    

    apt-key deprecated or not found

    In case the apt-key command isn't available on your system, proceed as follows:

    1. Download Resilio's public key:

      wget https://linux-packages.resilio.com/resilio-agent/key.asc

    2. Convert the downloaded key to the gpg format by importing it to a temporary keyring file, then exporting it to a final output:

      • gpg --no-default-keyring --keyring ./temp-keyring.gpg --import key.asc
      • gpg --no-default-keyring --keyring ./temp-keyring.gpg --export --output resilio.gpg
      • rm temp-keyring.gpg
    3. Place the resilio.gpg key file in the /etc/apt/keyrings/ directory.

    4. Edit the /etc/apt/sources.list.d/resilio-agent.list file and add [signed-by=/etc/apt/keyrings/resilio.gpg] between deb and the package URL.

    deb [signed-by=/etc/apt/keyrings/resilio.gpg] http://linux-package.resilio.com/resilio-agent-4.2/deb resilio-agent non-free

  3. Update your repository:

    sudo apt-get update
    
  4. Install Resilio Agent:

    sudo apt-get install resilio-agent
    
  5. (Optional) Enable automatic startup of the Resilio Agent service:

    sudo systemctl enable resilio-agent
    
  6. Start the Resilio Agent service:

    sudo systemctl start resilio-agent
    
Linux - RPM

To install Resilio Agent from an RPM:

  1. Download the sync.conf configuration file and place it in the /etc/resilio-agent folder.
  2. Download the .rpm package, then run the following command:

    sudo rpm -Uhv resilio-connect-agent-<architecture>.rpm
    

    Note

    • In Resilio Active Everywhere older than 4.2.1, the Agent package is named resilio-agent_<version>_<architecture>.rpm.
    • In case the installer was unable to find the sync.conf file, enter the IP address of the Management Console, then approve the pending Agent connection request.
  3. (Optional) Enable automatic startup of the Resilio Agent service:

    sudo systemctl enable resilio-agent
    
  4. Start the Resilio Agent service:

    sudo systemctl start resilio-agent
    

Install via Resilio repository

To install Resilio Agent from an RPM package via Resilio repository:

  1. Register Resilio repository, make sure to change the revision number for the one you want to install:

    printf "[resilio-agent-4.2]\nname=Resilio Agent\nbaseurl=http://linux-packages.resilio.com/resilio-agent-3.7/rpm/\$basearch\nenabled=1\ngpgcheck=1" | sudo tee /etc/yum.repos.d/resilio-agent.repo
    
  2. Add public key:

    sudo rpm --import https://linux-packages.resilio.com/resilio-agent/key.asc
    
  3. Update your repository:

    sudo yum install resilio-agent
    
  4. Install Resilio Agent:

    sudo apt-get install resilio-agent
    
  5. (Optional) Enable automatic startup of the Resilio Agent service:

    sudo systemctl enable resilio-agent
    
  6. Start the Resilio Agent service:

    sudo systemctl start resilio-agent
    

Note

Resilio Agent creates rslagent user and runs with it. Files created by the Agent service are owned by the user running the rslagent process and with its umask. Resilio Agent uses POSIX.1 permissions and it's unaware of any ACLs applied to your filesystem. Additionally, Resilio creates the /home/rslagent/Resilio Connect Agent folder which is used as the default %DOWNLOADS% folder storage path macro. For other path macros see Path macros.

Tip

By default, the Resilio Agent service runs under the rslagent user. You can configure it to run under a different account. For details, see Run the Agent service as a different user.

Install Resilio Primary Storage Agent (Resilio 6.0)

Primary Storage Agent provides access to shared file storage resources in Enterprise Hybrid Work Jobs.

Note

Installed Agent service must run under the Local System account.

To set up Primary Storage Agent:

  1. Prepare the configuration file as described in Generate configuration file section.

    Important

    When creating the configuration file for the Primary Storage Agent, make sure to:

    • Provide the FQDN of the machine where the Management Console is installed in the Management Console address field.
    • Disable the Agent UI option.
  2. Download and run the Primary Storage Agent installer.

  3. On the Configure connection with Management Console screen, choose how you want to connect to the Management Console and proceed accordingly:

    Enter Management Console address
    1. Select Enter Management Console address, then click Next.
    2. Enter the Management Console's FQDN.
    3. (Optional) Select Check certificate fingerprint, then paste the fingerprint.
    4. Click Next.
    Paste agent config as text
    1. Select Paste agent config as text, then click Next.
    2. Open and edit the configuration file accordingly:

      • Remove the lines with bootstrap_token and mc_restricted_access parameters.
      • If the Primary Storage Agent is installed in a local network, add the external_addr parameter with a public IP address of the Primary Storage Agent along with a port number used for data transfer (default 3839). This information is distributed to end user Agents via tracker server to allow direct connection to the Primary Storage Agent for file transfers.
        Important: The external_addr parameter cannot be a DNS hostname. In case you're running a single Primary Storage Agent available via a DNS hostname, define known hosts in end user Agents Job profiles.
      {
          "management_server": {
              "host": "resilio-server.corp.example.com:8444",
              "cert_authority_fingerprint": "1234...5678",
              "bootstrap_token": "R2D2...C3PO",
              "disable_cert_check": false
          },
          "mc_restricted_access": false,
          "use_gui": false,
          "external_addr": "203.0.113.1:3839"
      }
      
    3. Copy resulting configuration to clipboard, paste it into the installer, then click Next.

      Install Server Agent Config Paste

    Choose folder that contains sync.conf
    1. Select Choose folder that contains sync.conf.
    2. Open and edit the configuration file accordingly:

      • Remove the lines with bootstrap_token and mc_restricted_access parameters.
      • If the Primary Storage Agent is installed in a local network, add the external_addr parameter with a public IP address of the Primary Storage Agent along with a port number used for data transfer (default 3839). This information is distributed to end user Agents via tracker server to allow direct connection to the Primary Storage Agent for file transfers.
        Important: The external_addr parameter cannot be a DNS hostname. In case you're running a single Primary Storage Agent available via a DNS hostname, define known hosts in end user Agents Job profiles.
      {
          "management_server": {
              "host": "resilio-server.corp.example.com:8444",
              "cert_authority_fingerprint": "1234...5678",
              "bootstrap_token": "R2D2...C3PO",
              "disable_cert_check": false
          },
          "mc_restricted_access": false,
          "use_gui": false,
          "external_addr": "203.0.113.1:3839"
      }
      
    3. Provide the path to the folder with the sync.conf file, and click Next.

  4. Enter the destination folder, then click Next.

  5. Click Install to proceed with the installation.
  6. Click Finish to complete the installation.

Install Resilio End User Agent (Resilio 6.0)

User Agents are installed on end users' machines to provide them with access to the shared storage resource via the Primary Storage Agent in Enterprise Hybrid Work Jobs.

Windows

Domain-joined computers

If the Management Console's hostname is not the same as the FQDN of the machine in the Active Directory, configuration file is required to connect end user Agents to the Management Console. Use the template below to prepare sync.conf file and place it in the %AppData%\Resilio Connect Agent folder, then proceed with the installation.

{
    "management_server": {
        "host": "resilio.my-company.com:8444",
        "cert_authority_fingerprint": "iddqdi...91705",
        "disable_cert_check": false,
        "spn": "rslmc/mc.corp.resilio.us"
    },
    "use_gui": true
}

where

  • "use_gui": true is mandatory for enabling the Agent user interface.
  • spn is the Service Principal Name of the Management Console machine in the Active Directory. It is required for end user Agents to authenticate against the Management Console via Active Directory.
  • host is the hostname or the IP address of the Management Console machine. It must be accessible from end user devices.
  • cert_authority_fingerprint is the fingerprint of the Management Console's certificate authority, which you can find under Settings > General.

To set up end user Agents:

  1. Download and install the End User Agent.

    Note

    • Installing Resilio Agent requires elevated privileges. To verify that the installer runs with administrator rights:
      In Task Manager, select Details, then verify that the installer process has Yes in the Elevated column.

      Agent Install Elevated

    • Windows Explorer restart is required to activate Resilio Shell Extension in order to enable TSS overlay icons. Conflicts with other shell extensions providers may occur, resulting in missing TSS icons. For information on how to resolve this issue, see No TSS icons on Windows Agent.

  2. Connect Agent to the Management Console:

    Open ID (Entra ID and Okta) authentication

    When end user Agent runs on a non-domain joined computer, it can authenticate using OpenID Connect identity provider, e.g. Entra ID or Okta.

    1. In the Agent UI, provide the Management Console's FQDN, then click Connect.

      Agent UI Enter Mc Hostname

    2. Authenticate against Open ID Connect identity provider.

      Click Sign in, and once you're redirected to the web browser, authenticate with your Open ID Connect login credentials.

      Agent Ui Sign In To Entra

      Note

      If your organization uses multi-factor authentication, you may need to generate an app password to authenticate Agent connection to the Management Console.

    Active Directory authentication

    Note

    When authenticating using Active Directory, user is not prompted for credentials.

    Verify the end user system is domain-joined

    Windows Settings
    In Windows Settings, select System > About. Locate and analyze Full device name. If the device is domain-joined, the Full device name contains the domain name, for example device1.corp.us.

    Verify Domain Joined Windows Settings

    Windows CMD/PowerShell
    In Windows Command Prompt or PowerShell, run the command systeminfo | findstr "Domain". If the device is domain-joined, the output will contain the domain name, for example Domain: corp.us. If the device is not domain-joined, the output will indicate that the device is part of a workgroup, for example Domain: WORKGROUP.

    systeminfo | findstr /B /C:"Domain"
    

    Enter Management Console's FQDN, then click Connect.

    Agent UI Enter Mc Hostname

    Periodic reauthentication

    End user Agents authenticating via Active Directory require direct connection to the domain controller to obtain Kerberos tickets for authentication. You can allow Agents to reuse their authentication tokens and continue to operate for a certain period of time without having to re-authenticate. For more information, see Agent authentication - Active Directory.

Windows - silent

  1. Download the End User Agent installer, but don't start it.
  2. Open Registry Editor, create the HKEY_LOCAL_MACHINE\SOFTWARE\Resilio\Resilio Connect Agent\config key and add the entries as below.

    Important

    • Registry entries override the configuration in sync.conf file. If you have both sync.conf and registry entries, the Agent will use the values from the registry.
    • If the management_server.host is specified in the registry, you must also specify the remaining management_server.* parameters.

    Registry entries for Agent configuration

    Registry entry Description
    management_server.host The hostname or IP address of the Management Console along with the Management Console's control traffic port number (default: 8444).
    Data type: String Value
    Example: resilio.my-company.com:8444
    management_server.cert_authority_fingerprint The fingerprint of the Management Console's certificate authority.
    Data type: String Value
    Example: r2d21244iddqdaab5idkfafb8def2965b03e32be628b624a9d08a33588b0ae96bb
    management_server.disable_cert_check Whether to disable certificate checking.
    Applicable values:
    • 0 - False
    • 1 - True
    Data type: DWORD 32-bit Value
    management_server.bootstrap_token The bootstrap token for the Management Console.
    Data type: String Value
    Example: IDDQDIDKFAR2D2C3POMHETX7ZZ44GEWULIBTIWVL3RFXQUA6H3RJ6HQ
    management_server.spn The service principal name for the Management Console.
    Data type: String Value
    Example: rslmc/mc.corp.resilio.us
    local_policy.allowed_jobs The types of jobs allowed for the Agent.
    Applicable values:
    • all
    • sync
    • script
    • transfer
    • hybrid
    Data type: String Value
    local_policy.allowed_hybrid_job_cache_path The path for the hybrid job cache.
    Data type: String Value
    Default: %HOME%\Resilio\Cache
    local_policy.allow_fs_browsing Whether to allow filesystem browsing.
    Applicable values:
    • 0 - False
    • 1 - True
    Data type: DWORD 32-bit Value
  3. Open elevated Command Prompt and navigate to the folder where End User Agent installer was downloaded. Run the following command

    msiexec.exe /i Resilio-Connect-Agent-EndUser_x64.msi ADDSOURCE=ALL /qn
    

macOS

To install Active Everywhere 6.0 Agent on macOS:

  1. Download the End User Agent disk image (.dmg).
  2. Open the image, then drag and drop the Resilio Agent on to the Applications folder.
  3. Enable Resilio Connect Agent extensions:

    1. In System Settings, select General > Login Items & Extensions.
    2. In the Extensions section, click By Category.
    3. Locate File Providers category and click the info icon to manage file providers extensions.

      Macos Settings Extensions File Providers

    4. Enable Resilio Connect Agent extension, then click Done.

      Macos Settings File Providers Extensions

    5. Locate File System Extensions category and click the info icon to manage file system extensions.

      Macos Settings Extensions File Systems

    6. Enable Resilio Connect Agent FS extension, then click Done. Macos Settings File System Extensions

  4. Enable background activity for Resilio Connect Agent:

    1. In System Settings, select General > Login Items & Extensions.
    2. In the App Background Activity section, locate and enable Resilio Connect Agent.

      Macos Settings Background Activity

  5. Connect Agent to the Management Console:

    1. In the Agent UI, provide the Management Console's FQDN, then click Connect.
    2. Authenticate against Open ID Connect identity provider.

      Click Sign in, and once you're redirected to the web browser, authenticate with your Open ID Connect login credentials.

      Note

      If your organization uses multi-factor authentication, you may need to generate an app password to authenticate Agent connection to the Management Console.