How to Set Up a PostgreSQL Database and User in cPanel

By Kennedy Dzigbenyo | Last updated on January 3, 2026

How to Create a PostgreSQL Database & User in cPanel

PostgreSQL databases allow you to store vast amounts of information efficiently, making data retrieval and management seamless. Unlike plain text files, these databases are structured and not easily readable by humans.

Many web applications, including bulletin boards, content management systems, and other dynamic platforms, rely on PostgreSQL databases.

To utilize a database, you first need to create it. Additionally, only PostgreSQL users—distinct from email or system users—can access a database if they have the necessary privileges.

If you’re managing a website or an application that requires a database, cPanel makes it easy to set up and manage PostgreSQL databases. PostgreSQL is a powerful, open-source relational database system known for its robustness and scalability.

Suggested Reading: How to Set Up a MySQL Database & User in cPanel (2 Easy Methods)

Setting Up a PostgreSQL Database & User

In this guide, we’ll walk you through two methods of creating a PostgreSQL database and user in cPanel:

  1. Using the PostgreSQL Database Wizard (Beginner-friendly, step-by-step approach)
  2. Manually Creating a Database and User (For more control over the process)

No matter your level of expertise, you’ll find a method that works for you. Let’s get started!

Method 1: Using the PostgreSQL Database Wizard (Easy Way)

If you’re new to cPanel or want a quick way to set up your PostgreSQL database, the Database Wizard is the perfect tool. Follow these simple steps:

Step 1: Log into cPanel

  1. Open your web browser and go to your cPanel login page.
  2. Enter your username and password, then click Log in.

Step 2: Open the PostgreSQL Database Wizard

  1. In the Databases section, find and click on PostgreSQL Database Wizard.
  2. This will take you to a guided step-by-step process to create a database and user.
PostgreSQL Database Wizard

Step 3: Create a New Database

  1. Under Step 1: Create a Database, enter a name for your database. Example: prod9_db.
  2. Click Next Step.
Create PostgreSQL Database

Step 4: Create a Database User

  1. Enter a username for the new database user.
  2. Set a strong password (use the password generator for security).
  3. Click Create User.
Create PostgreSQL Database User

Step 5: Add user to the database

  1. Under Step 3: Add User to Database, ensure the correct database and user are selected..
  2. Click Submit.

Step 6: Completion

You’ll see a confirmation message that your database and user have been successfully created. You can now use this database for your application or website.

Final Result
DB_Name: pdwoeuds_prod9_db
DB_User: pdwoeuds_prod_db_usr
DB_Password: Your provided password

Method 2: How to Manually Create a PostgreSQL Database and User

For those who want more control over their database setup, you can manually create the database, and user.

Step 1: Log into cPanel

  1. Open your browser and navigate to your cPanel login page.
  2. Enter your username and password, then click Log in.

Step 2: Create a PostgreSQL Database

  1. In the Databases section, click on PostgreSQL Databases.
  2. Under Create a New Database, enter a name for your database (e.g., prod9_db).
  3. Click Create Database.
  4. You’ll see a success message; click Go Back to return to the PostgreSQL Databases page.

Step 3: Create a PostgreSQL Database User

  1. Scroll down to the PostgreSQL Users section.
  2. Enter a Username for the database user (e.g., prod9_db_usr).
  3. Set a strong Password (use the password generator for extra security).
  4. Click Create User.
  1. Scroll down to the Add User to Database section.
  2. Select the User and Database from the dropdown menus.
  3. Click Submit.

Suggested Reading: How to Import a Database in cPanel Using phpMyAdmin

How to Connect to Your PostgreSQL Database

Once your database is created, you’ll need to connect to it from your application or a database management tool like phpPgAdmin. To do this:

  1. Find Your Database Credentials
    • Database Name: your_cpanel_username_database_name
    • Database User: your_cpanel_username_database_user
    • Database Password: (the one you created earlier)
  2. Access phpPgAdmin (Optional for GUI-based management)
    • Go to cPanel > phpPgAdmin under the Databases section.
    • Select your database and start managing tables, queries, and data.
  3. Connect Using a Web Application
    • In your application’s configuration file, enter the database credentials:
$db_host = 'localhost';
$db_name = 'pdwoeuds_prod9_db';
$db_user = 'pdwoeuds_prod_db_usr';
$db_pass = 'your_password';

Final Thoughts

Creating a PostgreSQL database in cPanel is easy whether you use the PostgreSQL Database Wizard or manually set it up. The Wizard is great for beginners, while the manual method offers more control.

Now that you have your database set up, you can integrate it into your website, manage it using phpPgAdmin, and start building dynamic applications.

If you have any questions or run into issues, feel free to leave a comment below or reach out to Aveshost Support!

Happy coding! 

Suggested Reading:

Frequently Asked Questions (FAQs)

What are the two methods for creating a PostgreSQL database in cPanel?

The two methods are: 1) Using the PostgreSQL Database Wizard (beginner-friendly, step-by-step approach), and 2) Manually creating a database and user (for more control over the process).

How do I connect my web application to the PostgreSQL database?

In your application’s configuration file, enter the database credentials: database host as ‘localhost’, and include the database name, username, and password you created in cPanel.

What is the difference between PostgreSQL users and other user types in cPanel?

PostgreSQL users are distinct from email or system users. Only PostgreSQL users with proper privileges can access a PostgreSQL database.

Can I manage my PostgreSQL database with a graphical interface in cPanel?

Yes, you can use phpPgAdmin (found in the Databases section of cPanel) for GUI-based management of your PostgreSQL database, including managing tables, queries, and data.

Kennedy Dzigbenyo

About Author

Kennedy Dzigbenyo is a dedicated Software Engineer and WordPress Expert whose expertise lies in turning conceptual digital dreams into tangible realities. He excels in the art of creating digital solutions that respond to contemporary needs.