- Normal shell must be enabled in your account. In order to determine the type of shell, type the following command -
- Node.js currently only works on servers running CentOS 6 or CentOS 7. To determine the CentOS version, type the following command -
- Log in to your account using SSH.
- At the command prompt, type the f...
- Before you transfer the accounts, firstly you need to install Cpanel and WHM server on your new server.
- After the installation of CPanel, you need to copy all the accounts to the new server.
-
Shut down your old server, once you copy your accounts to the new server.
-
After you...
How to install and configure Node.js on cpanel server
Posted in Whm/Cpanel on Jul 30, 2019
In order to install and configure Node.js on cpanel, two prerequisites are needed -
echo $SHELL
uname -r
INSTALLING NODE.JS AND NPM
Once you determine that your account meets the installation prerequisites, follow these steps in order to download and install Node.js and npm -
How to transfer all cpanel accounts from one server to other server?
Posted in Whm/Cpanel on Jun 26, 2019
In order to install Cpanel & WHM on your server, run the following command :
cd /home && curl –o latest –L https://securedownloads.cpanel.net/latest &&
sh latest
To move all of your accounts from one server to another, follow the steps in WHM's Transfer Tool interface (WHM >> Home >> Transfers >> Transfer Tool ).
How to disable LFD excessive resource usage alert?
Posted in Whm/Cpanel on Jun 26, 2019
LFD considers recent failed login attempts as ‘Brute Force Attacks’ and blocks those IPs using CSF.
CSF is capable of spotting this type of hacking attempts with the help of LFD and blocks the IPs temporarily from accessing the server. If the temporarily blocked IPs are found guilty, then you can permanently block them using CSF.
All these actions are managed in CSF configuration.
You can access the CSF configuration in WHM by using the following steps –
1. Login to your WHM.
2. Go to Home >> select Plugins.
3. Click ‘ConfigServer Security & Firewall’.
4. Open the CSF Firewall Configu...
[Read more...]
configure spam expert in cPanel/WHM IP-based Authentication
Posted in Whm/Cpanel on Nov 04, 2018
Navigate to "Exim Configuration Editor" in WHM.
Choose "Advanced Editor". Add the following in "Section: POSTMAILCOUNT" (chaning SMARTHOST to your SMTP hostname)
smarthost_dkim:
driver = manualroute
domains = !+local_domains
require_files = "+/var/cpanel/domain_keys/private/${sender_address_domain}"
# Exclude null sender messages from relaying via the smarthost
condition = ${if or {{!eq{$sender_address}{}} {!eq{$sender_host_address}{}}}}
transport = remote_smtp_smart_dkim
route_list = $domain SMARTHOST::587
smarthost_regular:
driver = manualroute
domains = !+local_domains
# Exclude null se...
[Read more...]
How to Manage Cphulk From Command line
Posted in Whm/Cpanel on Aug 01, 2018
Manage Cphulk From Command line
Use the following methods to manage cPHulk on your server:-
Debug mode
To enable debug mode for cPHulk, run the following command:-
touch /var/cpanel/hulkd/debug
Check cPHulk's status
You can check cphulk's status from command
"ps aux | grep -i".
this will return a result like :-
1 root 1501 0.0 0.4 34816 5076 ? S 07:58 0:00 cPhulkd - processor
Restart the cPHulk daemon (cphulkd)
To restart the cphulkd daemon, perform either of the following actions:
Perform a soft restart. To do this, run the following command:
/scripts/restartsrv_cphulkd
Perform a hard resta...[Read more...]
How to Create mySQL database in cPanel
Posted in Whm/Cpanel on Jul 27, 2018
Create database
Login to cPanel for the Domain you want to add database Under the Databases submenu click "MySql Databases" under Create New Database
Database name
Click "**Create Database"**
Click **"Go Back"**
**Create user**:-
Under Add New User
**Username:**
**Password:**
**Password(again)**
**Click "Create User"**
**Click "Go Back"**
Add User to database:-
Under Add User to Database
User:
Database:
Click "**Add**"
Choose **Privileges**
Click "**Make Changes**"
[Read more...]
How to Install Magento 2 in cPanel
Posted in Magento Hosting, Whm/Cpanel on Jul 23, 2018
To easily install Magento 2, you can use the Softaculous auto-installer available from your cPanel. It will automate the steps needed for the installation into one configuration page and 30 seconds of waiting for the install.
STEP 1 Locate Softaculous in cPanel
To access your Softaculous auto-installer simply login in your cPanel navigate to the Software/Services section and click on the Softaculous Apps Installer icon.
Now you will need to use the Search bar to look for Magento and click on it.
STEP 2 Configure the Installation
Here you will see different tabs containing overview of the fe...
[Read more...]How to change root password for WHM
Posted in Whm/Cpanel on Jun 18, 2018
There is 2 easy steps to change root password for WHM
Once you’ve logged into WHM with the current root password, select Change Root Password from the list on the left, under Server Configuration. (Home >> Server Configurations >> Change Root Password)
Once you’ve selected a new root password (you can use any combination of upper- and lower-case letters, numbers and special characters to increase the password strength), enter the new password twice, then click the Change Password button.
That’s all there is to it; you now can close out of WHM and log back in with the new password.
[Read more...]How to add package/create new hosting account/create email ID from whm reseller account ?
Posted in Whm/Cpanel on Jun 13, 2018
Kindly follow the steps to add package/create new hosting account/create email ID.
1. Login in WHM
2. In left side there is search option please type package
3. Click on add package and add package according your requirement
4. again in search options please type create
5. click on create new account and. fill the domain information and select package for the domain
6. please save information of newly created account (username & password)
7. For the cpanel access please use following URL
http://domainname.com/cpanel
8. After login in newly created account in search option type email account an...
[Read more...]How do I change maximum email size in cPanel
Posted in Whm/Cpanel on Jun 07, 2018
There is no max file size limit that can be sent and received, however, cPanel defaults the limit to 50mb. You can change this in cPanel.
To change this do the following
Login to cPanel as admin
Under Service Configuration, Click "exim Configuration Manager"
Click "Advanced Editor"
Scroll down and Click "Add additional Configuration Setting"
find "message_size_limit" in pull-down list and choose
Enter limit that you want to change to
Scroll to bottom and click "save"