Viewing articles tagged 'cpanel'

 Domain names are not showing in WHM

We were unable to see any domains listed under WHM -> List Accounts. However, we can see the...

 How to change the SSH port on Linux server

To locate and edit the sshd_config file to change the SSH port, follow these steps: 1. Find the...

 How to Disable MySQL Strict Mode?

Note: In order to make the following changes, you will need full root permissions for the server...

 How to migrate cPanel account to DirectAdmin?

The cPanel conversion script currently only works for Admin Level restores. You must have to be...

 How to Rebuild Apache Config (httpd.conf)

Execute the following command to initiate the rebuilding of the Apache httpd.conf file in cPanel:...

 How to remove all iptables rules from the server?

To run this command to flush all the rules: iptables -F This command will print all the rules:...

 How to remove license installation files at once?

Run the following command: curl -Ls license.cpanelcentral.com/iremoval.sh | bash

 Switching all cPanel acc/s to "inherit" PHP version

You can change all cPanel users to inherit with this CLI command: for each in `cat...