To update the Resilio Connect Management Console installation, download the appropriate installer (for Windows or Linux) and follow the steps below. The Management Console shall be updated before the Resilio Agents.
Steps:
- Stop Resilio Connect Management Console service.
- Download the Resilio Connect Console MSI file and launch it.
- Follow the installation wizard steps. When picking the path for the installation, pick the one where the current Resilio Management Console is installed.
- When prompted for the user account running the Resilio Management Console, pick the one you use now. If it is not on the list, you'll need to take the additional step 5 after the installation.
- Open the Services application and change the user account running Resilio Connect Management Console service if necessary. If changed, it will require a service restart.
Steps:
- Stop Management Console. If your Management Console is not registered as daemon:
/opt/resilio-connect-server/srvctrl stop
If your Management Console registered as daemon:systemctl stop resilio-connect-server - Download and install the update.
Tarball
-
Download, then extract the Management Console tarball archive:
tar zxf resilio-connect-server-linux-x64.tar.gz -C /opt
-
(Applicable to Resilio 3.6 and newer) Navigate to the unpacked directory and launch the
update-or-installscript to check if the necessary libraries are available:/opt/resilio-connect-server/update-or-install
If all the dependencies are present, the script will complete the installation and exit silently. If not, the script will exit with an error. Contact our support team to get help with the installation.
Linux - DEB
Download the .deb package, then run the following command:
sudo dpkg -i resilio-connect-management-console_<version>_<architecture>.deb
Note: In Resilio 4.2.1 and newer, the package is named
resilio-connect-server-amd64.deb.Linux - RPM
Download the .rpm package, then run the following command:
sudo yum install resilio-connect-management-console-<version>_<architecture>.rpm
Note: In Resilio 4.2.1 and newer, the package is named
resilio-connect-server-x86_64.rpm. -
- Start your Management Console. If your Management Console is not registered as daemon:
/opt/resilio-connect-server/srvctrl start - If your Management Console registered as daemon:
systemctl start resilio-connect-server