Install target agent
On the navigation bar, click Target.
The Target Hosts window appears displaying all the target hosts that have been added to the system.
Click the (+) sign in the bottom of the agents list
Choose Remote deploy (to deploy the agent automatically) or Register agent (to deploy the agent manually)
Remote deploy
This is the default and the recommended option for Linux. The Windows servers are not supported in this option - use the manual approach explained further.
Fill all the fields:
Agent port - pick a port that is available on the server. The default is 8443.
SSH Username - Make sure that the SSH user is either root or has sudo privilege
The authentication can be done using password of SSH key
The process will automatically connect to the target server, perform verifications, deploy the agent and register it in the application.
Register agent
This is the less recommended option. Use it as plan B , when the automatic deploy did not work
Click “download Target agent” to get the agent installation kit
For Linux:
Login as root to the target server
Choose an app directory for the agent, e.g.
/apps/accelario/target_agent
Unzip the agent installation kit into the app directory
Change into the app directory and execute
chmod +x Accelario_linux_target_agent_installation.sh
./Accelario_linux_target_agent_installation.sh
By default the port is 8443. If you want to use another port - specify it as the first parameter:
./Accelario_linux_target_agent_installation.sh 8555
For Windows: explained here
Go back to the application’s dialog box and fill all the fields:
Agent port - pick a port that was selected during the installation, by default 8443
Click “Add” in the end - the agent will be registered