pgAdmin 4
The leading open-source management tool for PostgreSQL databases.
Why consider pgAdmin 4?
pgAdmin 4 is the premier open-source administration and development platform for PostgreSQL. It features graphical query planners, ER diagram viewers, schema diffing, and server performance monitors.
Learn pgAdmin 4 by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of pgAdmin 4
pgAdmin 4 provides a responsive web and desktop administration UI for managing PostgreSQL instances on premises or in cloud environments.
Running with Docker
docker run -d \ --name pgadmin \ -p 5050:80 \ -e PGADMIN_DEFAULT_EMAIL="admin@example.com" \ -e PGADMIN_DEFAULT_PASSWORD="secretpassword" \ dpage/pgadmin4pgAdmin 4 is licensed under the PostgreSQL License.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.