Application is Not Visible in the New Relic UI

If you have installed the New Relic UI, but your application is not visible in the Dashboard, the most likely cause is that the New Relic installation was not configured completely.

Generic "PHP Application" is Visible

If your application is a PHP application not running in a Docker container, and "PHP Application" is listed in the UI, be assured that both your application and the New Relic agent have been installed properly. The UI just needs to be configured to correctly display the application name so that you can begin to collect data, run queries, and make dashboards.

In your `newrelic.ini` config file, modify the value of `newrelic.appname` to the name of your PHP application.

Any account admin will be able to modify this configuration file. These changes do not need to be made by the account owner. For more information about setting up user accounts, see Introduction to New Relic user management .

No Applications are Visible

If you are not seeing any applications at all, not even generic application names like "PHP Application", in the New Relic UI, it is possible that the New Relic agent is not installed.

Follow the instructions for Linux or Windows as appropriate to install the infrastructure agent.

The quickest way to get started with our infrastructure monitoring agent is through our guided install.

My Application is Running in Docker

If your application is running inside a docker container, you must be running the correct versions of the Linux Infrastructure agent, Docker, and CentOS (if applicable).

See Docker instrumentation for infrastructure monitoring for more information.