# Validating the Installation of EVE Agent on Linux

To validate that the EVE Agent is correctly installed and connected to the Platform the following can be done:

1. Login to the Platform to validate that the EVE Agent is online.
2. In the Endpoints tab the user can see the status of the devices. The green status identifies the "Connected" Endpoints.
3. Use the following  command to ensure that the EVE service is running. It should have an “Active” State.

```
$ pm2 list
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.reveald.com/technical-documentation/admin-guides/epiphany-validation-engine-users-guide/chapter-2-eve-endpoint/installing-the-eve-agent/validating-the-installation-of-eve-agent-on-linux.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
