The default, non-root agent installation automatically creates the default user.
From All Clients choose a client.
Go to Setup > Download > Agent.
In the FreeBSD tile, choose the operating system version.
Download and save the agent installer.
Make sure that you verify the SHA-256 checksum of the downloaded file.
Install the 64-bit agent. For example:
sudo pkg -o ISNONROOT=y add -f opsramp-agent{version}_freebsd12-amd64.txz
To start the agent with the authentication tokens generated for your organization, click Instructions in the FreeBSD tile and copy the authentication tokens for the features you want to install.
The authentication token -K and -S argument values are populated for your organization. Copy-and-paste the values into the command line and run the command, depending on the features you want:
You can choose to enable all features or only specific features.
Note
Only the values copied from this page are valid and should be used in the following steps. Any other values will cause agent misbehavior.
Enable all features:
sudo /opt/opsramp/agent/bin/configure -K {accessKey} -S {securityKey} -s client name.api.opsramp.com -M true
Enable specific features:
sudo /opt/opsramp/agent/bin/configure -K {accessKey} -S {securityKey} -s client name.api.opsramp.com -M true -f "agent:RemoteCommand,agent:Automation,agent:RemoteConsole"
See the /tmp/opsramp-agent_install.log
file for installation progress.