> 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/postgres/rabota-s-postgres/pgadmin4.md).

# pgAdmin4

## Описание

**Некоторые возможности pgAdmin 4:**

* **Поддержка разных платформ**. Доступна для Windows, macOS и Linux, есть веб-интерфейс для удалённого доступа.
* **Расширенный инструмент для запросов**. Поддерживает подсветку синтаксиса, автодополнение кода и индикаторы ошибок для написания и выполнения SQL-запросов.
* **Управление базами данных**. Есть инструменты для создания, изменения и удаления баз данных, таблиц и других объектов, а также возможности экспорта и импорта данных.
* **Проектирование схем**. Есть инструмент ERD для проектирования и документирования схем.
* **Регулярное обслуживание**. Есть управление автовакуумом, резервное копирование, восстановление и вакуумирование по требованию.
* **Панель мониторинга**. Есть инструменты для мониторинга производительности и состояния базы данных.
* **Управление пользователями**. Есть подробные разрешения и контроль доступа для безопасного доступа к базе данных.

## Установка

Устанавливается в виде docker-контейнера на utm-db4-9 в одном compose файле вместе с контейнером [utm-postgres18](https://utm-1.gitbook.io/utm-docs/~/revisions/ruzZhkLnBbHKqBTjh9KJ/instrukcii/dokumentaciya/subd/postgres/instansy/utm-postgres18-na-utm-db4-9).

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

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

Для входа необходимо знать:

* Email зарегистрированного пользователя pgAdmin4
* Пароль зарегистрированного пользователя pgAdmin4

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

* DNS или IP адрес сервера Postgres
* Порт для доступа к серверу Postgres
* Логин для доступа к серверу Postgres
* Пароль для доступа к серверу Postgres


---

# 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/postgres/rabota-s-postgres/pgadmin4.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.
