> For the complete documentation index, see [llms.txt](https://utm-1.gitbook.io/utm-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://utm-1.gitbook.io/utm-docs/dokumentaciya/utm-it/resheniya/subd/mongodb/rabota-s-mongodb/mongo-express.md).

# Mongo Express

## Описание

### Функции

Некоторые возможности Mongo Express:

* **Создание и управление базами данных и коллекциями**.
* **Просмотр и редактирование документов** в базах данных.
* **Управление пользователями и ролями** для баз данных.
* **Запрос данных** с помощью мощного конструктора запросов.
* **Экспорт данных** в формате CSV или JSON.[o](https://alphasec.io/mongo-express-mongodb-management-made-easy/)
* **Поддержка GridFS** — возможность добавлять, получать и удалять большие файлы.
* **Асинхронная загрузка** свойств больших документов (по умолчанию — более 100 КБ) для быстрого просмотра коллекций.
* **Свёртывание вложенных и больших объектов** для удобного обзора.

## Установка

Устанавливается в виде docker-контейнера на utm-db4-9 в одном compose файле вместе с контейнером [utm-mongodb8](/utm-docs/dokumentaciya/utm-it/resheniya/subd/mongodb/instansy/utm-mongodb8-na-utm-db4-9.md).

## Использование

Mongo Express доступен через web-интерфейс: [http://192.168.4.9:8081](http://192.168.4.9:8081/)

Для доступа к связанному серверу MongoDB  необходимо знать:

* Логин и пароль для доступа к Mongo Express


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://utm-1.gitbook.io/utm-docs/dokumentaciya/utm-it/resheniya/subd/mongodb/rabota-s-mongodb/mongo-express.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.
