PgManage

A modern, open-source SQL editor and database administration tool.

Access

  • Open in a browser: https://<SERVER_IP>
  • A browser SSL warning is expected (self-signed certificate).
  • Log in with the username and password from /root/pgmanage/.env.

Important Files & Directories

  • Install directory: /root/pgmanage
  • Docker Compose file: /root/pgmanage/docker-compose.yml
  • App data directory: /root/pgmanage/appdata
  • TLS certificates: /root/pgmanage/certs
  • Environment file: /root/pgmanage/.env

Service Management

Check running containers:

docker ps

Start or restart containers:

docker compose -f /root/pgmanage/docker-compose.yml up -d

View logs:

docker compose -f /root/pgmanage/docker-compose.yml logs -f

Application Details