![]() |
Need help with product setup? Have an Acronis Priority Engineer install the product and guide you through the options so your configuration meet your organization’s unique needs. Buy Onboarding Service for Acronis Cyber Protect now! |
In on-premise deployment
Use one of these methods.
If the password contains special characters or spaces, put the password in quotation marks ( e.g. -p "Test;Pass123")
Method 1 (for both local and remote agents)
Add a Windows machine
- On the Agent machine, open Command prompt: Start -> search -> type cmd.exe and press Enter.
- Navigate to C:\Program Files\Acronis\RegisterAgentTool\:
cd "C:\Program Files\Acronis\RegisterAgentTool" - Issue:
register_agent.exe -o register -a <management server address> -u <username> -p <password>In the command above:
- <management server address> is the IP address or hostname of the management server where the storage node should be registered.
- <username> is the administrator username for the management server.
- <password> is the administrator password for the management server.For example:
register_agent.exe -o register -a 192.168.1.0 -u admin -p admin1234If you want to register the machine in a specific unit, then specify the Unit ID
register_agent.exe -o register -a <management server address> --tenant <unit_id> -u <username> -p <password>
To learn the unit ID, in the Cyber Protect web console, click Settings > Accounts, select the desired unit, and then click Details. - To register the machine by using a registration token:
<path to the registration tool> -o register -a <management server address:port> --token <token>
The registration token is a series of 12 characters, separated by hyphens in three segments. For more information on how to generate one, refer to "Deploying agents through Group Policy".
Add a Linux machine
- On the Agent machine, open Terminal.
- Issue:
/usr/lib/Acronis/RegisterAgentTool/RegisterAgent -o register -a <management server IP> -u <username> -p <password>In the command above:
- <management server address> is the IP address or hostname of the management server where the storage node should be registered.
- <username> is the administrator username for the management server.
- <password> is the administrator password for the management server.Or navigate to /usr/lib/Acronis/RegisterAgentTool/ and run this command:
./RegisterAgent -o register -a <management server IP> -u <username> -p <password> - To register the machine by using a registration token:
<path to the registration tool> -o register -a <management server address:port> --token <token>
The registration token is a series of 12 characters, separated by hyphens in three segments. For more information on how to generate one, refer to "Deploying agents through Group Policy".
Add a Mac
- On the Agent machine, open Terminal.
- Issue:
/Library/Application Support/BackupClient/Acronis/RegisterAgentTool/RegisterAgent -o register -a <management server address> -u <username> -p <password>In the command above:
- <management server address> is the IP address or hostname of the management server where the storage node should be registered.
- <username> is the administrator username for the management server.
- <password> is the administrator password for the management server. - To register the machine by using a registration token:
<path to the registration tool> -o register -a <management server address:port> --token <token>
The registration token is a series of 12 characters, separated by hyphens in three segments. For more information on how to generate one, refer to "Deploying agents through Group Policy".
Add a Virtual Appliance
- Open the appliance console in vSphere, then press Ctrl + Shift + F2 to open the terminal on the appliance
- Issue:
/bin/register_agent -o register -a <management server address> -u <username> -p <password>In the command above:
- <management server address> is the IP address or hostname of the management server where the storage node should be registered.
- <username> is the administrator username for the management server.
- <password> is the administrator password for the management server. - To register the machine by using a registration token:
<path to the registration tool> -o register -a <management server address:port> --token <token>
The registration token is a series of 12 characters, separated by hyphens in three segments. For more information on how to generate one, refer to "Deploying agents through Group Policy".
Add Agent for Linux on Acronis Cyber Backup Appliance (All-in-one)
- Open Terminal.
- Issue:
/usr/lib/Acronis/RegisterAgentTool/RegisterAgent -o register -a <management server IP> -u <username> -p <password>In the command above:
- <management server address> is the IP address or hostname of the management server where the storage node should be registered.
- <username> is the administrator username for the management server.
- <password> is the administrator password for the management server.Or navigate to /usr/lib/Acronis/RegisterAgentTool/ and run this command: ./RegisterAgent -o register -a <management server IP> -u <username> -p <password>
- To register the machine by using a registration token:
<path to the registration tool> -o register -a <management server address:port> --token <token>
The registration token is a series of 12 characters, separated by hyphens in three segments. For more information on how to generate one, refer to "Deploying agents through Group Policy".
Method 2 (for remote agents)
- Open Acronis web console.
- Navigate to Devices.
- In backup console, click Add.
- Then select the device you want to add.
- Provide machine IP or name and credentials, and then click Add.
In cloud deployment
Proceed as described in this article.