Before you proceed, be sure to have the following details which are available in the Backup account technical details page:
- User Name
- Password
- URL Evault
We remind you that if you are installing the Backup agent on a Windows Cloud Server you have just created, you may need to reboot the machine before you proceed with the installation.
We remind you that in the server, on which the Backup agent is being installed, there's a firewall which blocks the OUTBOUND traffic, this needs to allow outbound traffic on the following ports: 25 - 80 - 443 - 8087 - 8086 - 2546 - 807. The default configurations of the Windows system don't need any changes on the ports.
Here below is the process for installing the Backup agent on a server:
Windows
- Access (RDP) the server;
- donwload the agent;
- run the executable file and proceed with the installation;
- select one of the available languages;

- wait for the loading process to complete;

- use the Next > button to continue;

- confirm by clicking the Next > button;

- accept the terms and conditions of the licence, and confirm by clicking the Next > button;

- select the Typical option, and click on Next > to proceed;

- select Register Agent with Web CentralControl;
- nter the following details in the provided fields:
- Network Address : the Evault URL address found in the Backup Account technical details;
- Port : leave 8086;
- Username : the Account name found in the Backup Account technical details;
- Password : the Password you assigned to the Backup Account;

- click on Install to continue;

- wait for the installation process to complete;

When you install either of these Backup Agents:
- Agent 7-24-3120a - Windows
- Agent 7-24-3120 - Windows x64
a window like the following will appear:
enter the following details:
URL for Web CentralControl Login:
"URL Evault"
(e.g.:
https://admin.r1-it1.backup.cloud.it)
URL for Web CentralControl Help Files:
"URL Evault"+"/BackupConsole/Documentation/en-US/Main/Web_CentralControl.htm"
(e.g.:
https://admin.r1-it1.backup.cloud.it/BackupConsole/Documentation/en-US/Main/Web_CentralControl.htm)
- confirm the installation by clicking on Finish.

We advise you to reboot the Server.
Linux
- access (SSH) the server;
- download the Backup agent:
for 64bit systems
https://agents.backup.cloud.it/agents/Agent-Linux-x64-8.83.8124.tar.gz
- decompress the downloaded file:
for 64bit systems
tar -zxf Agent-Linux-x64-8.83.8124.tar.gz
- open the folder:
for 64bit systems
cd Agent-Linux-x64-8.83.8124
- run the installation:
sh install.sh
- you will be asked where you wish to install the Backup agent:
Installation directory? [/opt/BUAgent]
press the enter key
/opt/BUAgent doesn't exist. Create it? ([Y]/n)
type in the letter y
and press the enter key
- select the language:
Select language: [en-US]
press the enter key
- you will be asked to register:
Do you wish to register to a Web-based Agent Console server? ([Y]/n)
type in the letter y
and press the enter key;
What is the Web-based Agent Console address? ("-" to cancel)
type in the "Vault URL" address and press the enter key;
What is the Web-based Agent Console connection port? [8086] ("-" to cancel)
press the enter key;
What is your Web-based Agent Console username? ("-" to cancel)
type in the "Account name" and press the enter key;
What is your Web-based Agent Console password? ("-" to cancel)
type in the password and press the enter key.
We advise you to reboot the Server.