# Post installation verifications

## Manager webapp

To verify if the solution has been deployed successfully, you can access the web interface at `http://<SERVER_IP>:<NGINX_PORT>`. For instance, if you are running the solution locally, you can access it at <http://127.0.0.1:8084/>.

## Verifying that the stack has started successfully

To verify that the stack has been deployed correctly, execute the following command and ensure that all services have a replica count of 1/1:

{% code lineNumbers="true" %}

```bash
docker service ls
```

{% endcode %}

Make sure that each service listed in the output has a replica count of 1/1.

The expected output should be similar the screenshot below:

<figure><img src="/files/JcU9fhPfrT2epDX8Syiw" alt=""><figcaption></figcaption></figure>


---

# 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://doc-op.blurit.io/0.3.10/blurit-on-premise/installation/post-installation-verifications.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.
