# Retrieve helmut4 container log

If these systems are not working as intended, it makes sense to check the individual logs of the dedicated module or linked trigger.

A good starting point is always the [job](/helmut4-releases/helmut4-components/helmutio/dashboard.md#log-file) and [client logs](/helmut4-releases/support/debug-or-log-collection/helmut4-client/retrieve-the-helmut4-client-log.md) to verify if the issue is local or on the server/container side.

To access the container logs, log in to Portainer at http\://:9000 and navigate to the Helmut4 stack.

Expand the container you are looking for and click the small spreadsheet icon.

<figure><img src="/files/vkKg5bMOb2nYUxKnlKhn" alt=""><figcaption><p>helmut4 stack - open container log</p></figcaption></figure>

This will open a new window displaying the container's log. If necessary, you can expand the displayed lines until you find the desired log entry. When searching for a specific entry, you need to disable the auto-refresh toggle, as the log tends to jump to its end while searching.

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

## Container and Endpoint abbreviations

A simple explanation of containers and their helmut4 endpoints:

* AMQP - message queue, used for internal communication for RabbitMQ
* CO - Cosmo related nodes and actions, CO streams executed by a server (eg Added\_Asset)
* Cronjob - Cron timers which have been set within HK or the dashboard purge in the preferences
* FX - FX related streams executed by a server
* HK - HX related streams executed by a server&#x20;
* HP - Panel communication (Adobe extension <-> server)
* HW - Frontend, website
* IO - IO related streams executed by a server, watchfolder scanning, dashboard purging
* Language - Languages
* License - License management and helmut client source
* Logging - Logging of misc. actions
* Metadata - Metadata related actions
* Mongoadmin - MongoDB GUI frontend
* Mongobackup - Backup and restore of cron backups
* Preferences - Preferences
* RabbitMQ - Message broker
* Streams - Streams related streams executed by a server or test mode,
* Traefik - Revers Proxy
* Users - User related streams executed by a server (eg Custom\_User), connection of clients, user import & management, eg AD


---

# 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.helmut.de/helmut4-releases/support/debug-or-log-collection/helmut4-server/retrieve-helmut4-container-log.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.
