Important
To ensure you have installed all prerequisite software on your managed computers before you install the Arellia Agents, go to Agent Requirements.
To install the Arellia Agents when your target machines are connected to the Internet, do the following steps:
- Go to Software Download and download the Bundled Arellia Agents Installer.
- Run the Arellia Bundle Installer on the computers you want to manage.
- During the setup process, enter the server URL when prompted.
After you install the Arellia Agents, a computer resource will be created. You will see this new resource in the Security Manager Console in the Resources tab under Assets / Network Resources / Computers.
Installation via Command Line
After you have downloaded the latest Arellia Agents, you can then manually install agents by command line on an endpoint. When you deploy Arellia agents, use the following generic command lines:
msiexec.exe /i "Arellia_ApplicationControlAgent_x64_8_0_1756.msi" /norestart REBOOT=ReallySuppress /qn
msiexec.exe /i "Arellia_ApplicationControlAgent_x86_8_0_1756.msi" /norestart REBOOT=ReallySuppress /qn
msiexec.exe /i "Arellia_LocalSecurityAgent_x64_8_0_1551.msi" /norestart REBOOT=ReallySuppress /qn
msiexec.exe /i "Arellia_LocalSecurityAgent_x86_8_0_1551.msi" /norestart REBOOT=ReallySuppress /qn
msiexec.exe /i "ArelliaAgent_x64_8_0_120.msi" /norestart AMSURL=https://SERVERNAME/Ams/ REBOOT=ReallySuppress /qn
msiexec.exe /i "ArelliaAgent_x86_8_0_120.msi" /norestart AMSURL=https://SERVERNAME/Ams/ REBOOT=ReallySuppress /qn
Note
If you forget to set the AMSURL to your Arellia Management Server during install, then use this /wiki/spaces/ND/pages/1165094to set the server address.