1. Home
  2. Databases
  3. How to Manage Databases with PhpPgAdmin

How to Manage Databases with PhpPgAdmin

Introduction

PhpPgAdmin is a open-source software written in PHP, designed to manage a PostgreSQL database.

In the following sections, we will explain how to access the PhpPgAdmin interface using N0C.

The Glossary contains explanations on multiple topics and can be consulted to clarify certain terms.

Prerequisites

Go to https://mg.n0c.com/en/.

Access to PhpPgAdmin

As soon as the database in PostgreSQL has been created (please see the article How to Manage MySQL and PostgreSQL Databases), you can design it in PhpPgAdmin. You can also import it if it already exists on your machine.

In the sidebar menu, select Databases -> PhpPgAdmin. This opens the phpPgAdmin software:

Access to PHPgAdmin with N0C

References

Documentation about PhpPgAdmin is available at following link : https://github.com/phppgadmin.

Updated on September 9, 2026

Related Articles