The quickest way to get started with our infrastructure agent is through our guided install. If you're in the EU, try our EU guided install.
Tip
You can also get started with our infrastructure agent using configuration management tools.
Step-by-step instructions
You can install the agent manually. Before installing infrastructure, be sure to:
- Review the requirements.
- Have a valid .
To install infrastructure in Linux, follow these instructions:
Create the configuration file and add your :
bash$echo "license_key: YOUR_LICENSE_KEY" | sudo tee -a /etc/newrelic-infra.ymlDetermine the distribution version number:
Enable New Relic's GPG key:
Add the infrastructure agent repository:
Refresh the repositories:
Install the
newrelic-infrapackage in root (default), privileged user, or unprivileged user mode. For more information on each running mode, see Linux agent running modes.
Once the infrastructure agent is installed or updated, you can start, stop, or check the agent status.
Update the agent
Follow standard procedures to update the infrastructure agent.
If you are using sudo to install or update the agent, use the -E argument to allow bypassing the environment variables, or specify the NRIA_MODE environment variable just after sudo.
$export NRIA_MODE="SET_MODE_HERE"Or
$sudo -E YOUR_PACKAGE_MANAGER_UPDATE_COMMANDWhat's next?
Generate some traffic and wait a few minutes, then view your hosts in the New Relic UI. If necessary, follow our troubleshooting procedures if no data appears.
Important
The hostname for your server cannot be localhost. Data will not be reported for servers with that name. Make sure the host name uses a unique name.
The only required configuration option is the license_key setting, which is created as part of the installation procedures. You may also want to:
- Learn to use your host data to troubleshoot an incident.
- Add custom attributes to annotate your infrastructure data.
- Connect your AWS account if your servers are hosted on Amazon EC2.
- Enable log forwarding.
- Add other New Relic infrastructure integrations to collect data from external services.