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:
sudo tar zxf resilio-connect-server-linux-x64.tar.gz -C /opt -
Run the
update-or-installscript to check if the necessary libraries are available and complete the installation:sudo /opt/resilio-connect-server/update-or-installIf 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.
Ubuntu 25.10
If the script fails to run, change the owner of the
/opt/resilio-connect-server/folder and its contents to therootuser:sudo chown -R root /opt/resilio-connect-server.vboxuser@ubuntu-25-10:~/Downloads$ sudo /opt/resilio-connect-server/update-or-install Created ./server/check.js require("./lib/diskusage"); require("./lib/drivelist"); require("./lib/ed25519"); require("./lib/fs-ext"); require("./lib/node_sqlite3"); require("./lib/openssl"); console.log("good"); Checking prerequisites... [OK] Checking permissions... Failed to modify existing installation. Please ensure you have enough permissions to write new files and retry. Existing Management Console installation was not modified.
DEB
Download the
.debpackage, then run the following command:sudo dpkg -i resilio-connect-management-console_<version>_<architecture>.debNote
In Resilio 4.2.1 and newer, the package is named
resilio-connect-server-amd64.deb.Linux - RPM
Download the
.rpmpackage, then run the following command:sudo yum install resilio-connect-management-console-<version>_<architecture>.rpmNote
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.serviceand a new Management Console storage folder in/var/opt/resilio-connect-management-consoleare created. - Edit
/lib/systemd/system/resilio-connect-management-console.servicefile 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.