Setup and Installation
Last updated
Last updated
Server and Client requirements: Community License requested at:
The Community License is free and includes all features enabled, with a limitation of managing up to 25 hosts.
For organizations that require support for a larger number of devices, we recommend purchasing the Enterprise License. Contact us at for more information and to learn how to scale your operations efficiently.
The installation of the Linux Control Center is done via a Bash script. The entire installation process is automated, requiring only the configuration of a few variables.
This manual aims to demonstrate the step-by-step process of installing the LCC using the installation script.
Note: It is not necessary to manually install any software dependencies. The LCC installation script automatically installs all required dependencies.
Copy the script below by clicking the Copy button.
Access the host where LCC will be installed using the root user in the terminal.
Create a file with a .sh extension and paste the script content.
Example: nano script-install.sh
Configure the variables as described below:
address=" " → Domain (FQDN) or IPv4 address of the host used to access the Console.
db_name="lcc" → Keep the default database name for easier management.
db_user=" " → Enter a username for the database.
db_pass=" " → Enter a password for the database.
redis_pass=" " → Enter a password for Redis.
license_uuid=" " → Enter the license UUID.
license_password=" " → Enter the license password.
tag_version="stable" → Keep the stable tag to install the latest stable version of LCC.
See the example in the image below:
Save the script changes:
Keyboard shortcut to save (nano): ctrl + o
Keyboard shortcut to exit (nano): ctrl + x
Add execute permission to the script with the command:
Command: chmod +x script-install.sh
Em seguida, execute o script e escolha o idioma digitando o número correspondente para leitura da EULA.
Command: ./script-install.sh
Read the EULA and agree by pressing Enter.
Confirm acceptance of the EULA by typing yes and pressing Enter, then type y to start the LCC installation.
The terminal will become available once the installation is complete.
Access the LCC URL in the following format:
https:// ip-address ou Hostname/console/
Enter the default credentials and click LOG IN:
Username: 7dev
Password: 7dev
Accept the Terms of Use and log in.
Right after installation, it is necessary to establish trust between the Console and the Worker to enable the execution of Actions.
Click on Config.
Click on Worker.
Click on Actions, then click Trust.
The status will change to Accepted, indicating that the LCC is ready for use!