> For the complete documentation index, see [llms.txt](https://doc-op.blurit.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc-op.blurit.io/0.3.10/blurit-on-premise/installation/post-installation-verifications.md).

# 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>
