Update Management Console
To update the Resilio Active Everywhere Management Console, download the installer for your operating system and follow the steps below.
Warning
Update the Management Console before you update Resilio Agents.
Windows
To update Resilio Management Console on Windows:
- Stop Resilio Active Everywhere Management Console service.
- Download the Resilio Active Everywhere 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 Active Everywhere Management Console service if necessary. If changed, it will require a service restart.
Linux
To update Resilio Management Console on Linux:
-
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
-
-
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-install
script 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.
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 the Management Console service:
-
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
-
Linux - tarball to RPM/DEB
If you're running a Management Console instance installed from a tarball archive you can switch to a DEB or RPM based packages.
Prerequisites
- Architecture: x64 (amd64, x86_64)
- Init manager: systemd (with systemctl)
Note
Even though legacy init.d
script is available in the packages, it is not guaranteed to work on every GNU/Linux distribution, so it's recommended to use a distribution with systemd.
The Management Console installed from a tarball archive is, by default, extracted to the /opt
folder.
To update a Management Console installed from a tarball archive to a DEB/RPM package:
- Upgrade the Management Console to the latest version and stop the service.
- Install the same version of Management Console using DEB/RPM package. During the installation a new service file
/lib/systemd/system/resilio-connect-management-console.service
and a new Management Console storage folder in/var/opt/resilio-connect-management-console
are created. - Edit
/lib/systemd/system/resilio-connect-management-console.service
file and change "user" and "group" to the user that used to run the current Management Console instance. - Copy the content of the tarball-installed Management Console's storage folder
/opt/resilio-connect-server/var/
to new storage folder of the package-installed Management Console/var/opt/resilio-connect-management-console/
. - Start the package-installed Management Console.
- Disable the Management Console daemon if it's been registered during installation if it was registered before.