Category Archives: CPanel

How to create account using SSH in cpanel

Login to server via SSH. Use cpanel create account script. Syntax: /scripts/createacct domainname.com username password Example: /scripts/createacct hyderabadwebhosting.in hyderaba q1w2e3r4 It will prompt for ok? Press y The above information is enough to create a temporary cpanel account. It will show the below output. +===================================+ | New Account Info | +===================================+ | Domain: hyderabadwebhosting.in |… Read More »

Reset cPanel Account Passwords from Command Line

1.Log into your server via SSH Terminal as the root user. 2.You’ll need to enable the allow password change option, by exporting it. Type or copy and paste the following command: export ALLOW_PASSWORD_CHANGE=1 3.Then run the cPanel chpass script with the cPanel account name and new password: /scripts/chpass cpanelusername newpassword cpanelusername is the cPanel account… Read More »

How to create Subdomains Domains on cPanel

How to create Subdomains Domains on cPanel Hi Everyone, I am going to discuss about How to create Subdomains Domains on cPanel. 1.Login to your cpanel by using respective username and it’s password. 2.Click Subdomains Domains under Domains 3.Enter the details on repsective fields as “ Subdomain “ “Domain “ and “ Document Root” and… Read More »

How to create Addon Domains on cPanel

How to create Addon Domains on cPanel Hi Everyone, I am going to discuss about How to create Addon Domains on cPanel. Before try to create addon domain,we need to update the server name-servers to respective domain by communicating domain service provider. 1. Login to your cpanel by using respective username and it’s password. 2.Click… Read More »

How to Terminate Multiple Accounts on WHM

How to Terminate Multiple Accounts on WHM Introduction As a hosting reseller, terminating account one by one can take some time. Luckily, Web Host Manager (WHM) has a function to terminate multiple accounts at once. This tutorial shows you where to find and how to use this function. Step 1 — Navigating to Terminate Multiple… Read More »

How to Suspend an Account in WHM

How to Suspend an Account in WHM Introduction This tutorial shows you how to suspend an account in WHM (WebHost Manager). Account suspension is one of the main functions you will be using as a hosting reseller. Step 1 — Navigating to Manage Account Suspension Section Log in to your WHM and from the WHM’s… Read More »

How to Add a New Account in WHM

How to Add a New Account in WHM Introduction WebHost Manager (WHM) is a server administrative interface created by cPanel. cPanel/WHM is widely used among hosting providers and users who have their own servers for website hosting. This software makes it much easier to manage Linux distributed servers as they don’t need to make all… Read More »

How to change PHP version on cPanel

How to change PHP version on cPanel In some cases, correct functioning of your website depends on a PHP version installed on the server. This guide describes how to change php version on shared servers PHP Selector function, it is possible to select the necessary PHP version as well as enable/disable certain PHP modules and… Read More »