Chapters:
Introduction and System Requirements [00:00]
Installing Resilio Active Everywhere platform with a focus on installation in Linux environments.
This guide will cover the complete setup process, including configuring the management console on AlmaLinux, Red Hat, and Rocky Linux and installing agents on Ubuntu. By the end of this video, you'll understand:
- The system requirements and specifications for Resilio.
- Necessary ports and protocols for successful communication.
- Key installation and configuration steps for a seamless setup.
Installation of Management Console [03:30]
Step-by-step guide walkthrough of installation of the management console.
Commands Used:
chmod +x (package name)
- Install variations
rpm -Uhv (package name)
(dnf, yum,apt) install -y (package name)
dpkg -i (package name)
systemctl status resilio-connect-management-console.service
systemctl enable resilio-connect-management-console.service
systemctl start resilio-connect-management-console.service
Configuration of Management Console [06:10]
This section provides detailed instructions for configuring the Resilio Management Console.
This chapter includes instructions for Ubuntu and Debian-based installations, setting up agent connections to the management console, and ensuring proper communication using statically assigned IP addresses.
Commands Used:
chmod +x (package name)
- Install variations
rpm -Uhv (package name)
(dnf, yum,apt) install -y (package name)
dpkg -i (package name)
systemctl status resilio-agent.service
systemctl enable resilio-agent.service
systemctl start resilio-agent.service
Configure User Permissions [10:27]
Discover how to customize Resilio's user and group settings to make sure it's compatible with your environment. This chapter details modifying service files for the management console and agent to run under appropriate user accounts and tips for maintaining security and system stability during configuration.
Commands Used:
cd /user/lib/systemd/system
nano resilio-agent.service
nano resilio-connect-management-console.service
systemctl daemon-reload
systemctl restart resilio-connect-management-console.service
systemctl restart resilio-agent.service
Conclusions & Support Information [13:06]
You have successfully installed and configured the Resilio Active Everywhere platform on your Linux environment. If you encounter any issues or need additional help, visit the Resilio Support Center for detailed guides and troubleshooting tips.