Skip to content

Update Resilio Proxy server

Resilio Proxy shall be updated after Management Console update, but before the Resilio Agents.

  1. Stop Resilio Connect Proxy service.
  2. Download the Resilio Connect Proxy MSI file and launch it.
  3. Follow the installation wizard steps. When picking the path for the installation, pick the one where the current Resilio Proxy is installed.
  4. Start the service after update.
  1. Stop Resilio Proxy process. Actual command depends on the way startup method of the Proxy:
    If it was installed through plain binary file: sudo killall rslproxy
    If Proxy is registered as daemon (daemon name may vary): sudo systemctl stop resilio-proxy

  2. Download and unpack the archive to the same directory where Proxy has been previously unpacked. For example:
    tar zxfv resilio-connect-proxy_x64.tar.gz -C /opt/resilio-proxy/

  3. Launch the Proxy. Same way as stopping, launching the proxy depends on the designed way to start for this particular Linux. Here are two most typical:
    If plan binary start used, navigate to installation path and run ./rslproxy
    If Proxy is registered as daemon: sudo systemctl start resilio-proxy