Creating a new cpanel account

Here's a step-by-step guide on how to create a new cPanel account:

Prerequisites:

Step 1: Log in to your server's root account

Use a Secure Shell (SSH) client like PuTTY (for Windows) or the built-in SSH client in your terminal (for macOS/Linux) to connect to your server. Log in with your root username and password.

Step 2: Create a new cPanel account

Run the following command to create a new cPanel account:

/usr/local/cpanel/bin/setupconfig

This will launch the cPanel setup wizard.

Step 3: Enter the account information

Follow the prompts to enter the following information:

Step 4: Configure the account settings

You'll be prompted to configure the following settings:

Step 5: Review and confirm

Review the account information and settings. If everything looks correct, confirm the creation of the new cPanel account.

Step 6: Access the new cPanel account

Once the account is created, you can access it by visiting the following URL:

https://your-server-ip-address:2083

Replace your-server-ip-address with your server's IP address. Log in with the username and password you created earlier.

That's it! You've successfully created a new cPanel account.