Starting with Resilio Connect 3.8.0, Management Console DEB, RPM packages are available for Linux OS.
Requirements:
- arch: 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 distribution with systemd.
Download the .deb package from the Resilio Connect download site and run the command:
sudo dpkg -i resilio-connect-management-console_<version>_<architecture>.debTo enable automatic startup of Management Console service
sudo systemctl enable resilio-connect-management-console
Other options to manage the service through systemd manager (recommended). systemctl start/stop/disable/status
Running the service as a current user.
By default, the service will run as default user rslconsole. On some distributions, systemd starts the package automatically after the installation. Before running the service as a current user, check the service's status, and if it's running, stop it with
sudo systemctl stop resilio-connect-management-console
and start as a current user with
sudo systemctl --user start resilio-connect-management-console
To uninstall the package, run the command
sudo dpkg --purge resilio-connect-management-consoleOptions to manage the service through init.d manager (not recommended)
sudo /etc/init.d/resilio-connect-management-console start sudo /etc/init.d/resilio-connect-management-console stop
Backup service files before update
/usr/lib/systemd/system/resilio-connect-management-console.service /usr/lib/systemd/user/resilio-connect-management-console.service
Download the .rpm package from the Resilio Connect download site and run the command:
sudo yum install resilio-connect-management-console-<version>_<architecture>.rpm
Put the service, backed up on step 1, files in their locations
Options to manage the service through systemd manager (recommended)systemctl start/stop/disable/status
To uninstall the package, run the command
sudo yum remove resilio-connect-management-console
RPM packages management (init.d - not recommended):
Options to manage the service through init.d manager (not recommended)
sudo /etc/init.d/resilio-connect-management-console start sudo /etc/init.d/resilio-connect-management-console stop