---
title: How to manage PostgreSQL databases with Adminer
description: This page explains how to manage PostgreSQL databases with Adminer
tags: webhosting postgresql adminer database
dates:
  validation: 2025-09-02
  posted: 2021-08-05
---
import Requirements from '@macros/iam/requirements.mdx'
import WebhostingOnline from '@macros/webhosting/webhosting-online.mdx'


<WebhostingOnline />

<Requirements />

- A Dedibox account logged into the Online [console](https://console.online.net)
- Created a **Webhosting Classic**
- [Created](/classic-hosting/how-to/create-postgresql-database/) a PostgreSQL database

1. Click **Hosting**. A list of your webhosting accounts displays.
2. Click **Manage** next to the hosting you want to configure. The webhosting overview page displays.
3. Click **PostgreSQL databases** under **Databases** in the side menu. The list of your databases displays.
4. Click on the **Server** link for your database to access the Adminer interface. The Adminer interface displays in a new browser tab.

    <Message type="note">
      You can access Adminer directly at [https://adminer.online.net](https://adminer.online.net).
    </Message>
5. Enter your PostgreSQL database login as user and the database password to connect, then click **Log in**.