1. From All Clients choose a client.

  2. Go to Setup > Download > Agent.

  3. In the FreeBSD tile, choose the operating system version.

  4. Download and save the agent installer.

  5. Make sure that you verify the SHA-256 checksum of the downloaded file.

  6. Install the 64 bitagent, for example:

        pkg add opsramp-agent-{version}_freebsd10-amd64.txz
        
  7. 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. You can choose to enable All features or Specific features. The authentication token -K and -S argument values are populated for your organization.

  8. Copy-and-paste the values into the command line and run the command for the features you want:

  • 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.