How to disable “sudo su -” and “sudo passwd root” commands for wheel group users. Date: 02-10-2021 Step 1: Create user name and password.# adduser pheonix# passwd pheonixNote:- pheonix – Username Step 2: Add the user to the wheel group.# gpasswd -a pheonix wheel Step3: Open the sudoers configuration file.# vim /etc/sudoers Change %wheel ALL=(ALL) ..
Category : VPS Hosting
How to terminate a cPanel account by using the command Date: 18-09-2021 Login to the server via SSH. Run the below command# /usr/local/cpanel/scripts/removeacct username Note:- username – cPanel account username ..
How to Mount/Unmount an NFS Share Drive in cPanel Server Date: 28-08-2021 Mounting NFS File System: Step 1: Log in to the cPanel server. Step 2: Install NFS client on CentOS server.# yum install nfs-utils Step 3: Create a mount point directory for the remote NFS share drive.# mkdir /backups Step 3: Open the /etc/fstab ..
How to Suspend Or Unsuspend cPanel Accounts in WHM Date: 09-07-2021 cPanel Account Suspend: Step 1: Log in to your WHM panel. Step 2: Enter Manage Account Suspension in search bar. Select Manage Account Suspension and It will show under the Account Functions. Step 3: Select the account that you want to suspend. Enter the ..
How to renew the cPanel license on your server Date: 30-08-2021Introduction Inroduction: Once you have purchased/upgraded cPanel license you will need to update the license file on the server. You will follow the below steps to update the license in your server. Step 1: First, You need to check if your server IP has valid ..
How to change server time in cPanel server. Date: 08-05-2021 Step 1: Login to WHM panel. Step 2: Enter Server Time in the search bar and click on Server Time under Server Configuration. Step 3: Select the required time zone from the drop-down menu and then click Change Time Zone. Note: If you find that your ..
How to solve the following error on cPanel account creation. (XID c2aekm) Could not determine the Nameserver IP addresses for “unregistered.unregistered”. Please make sure that domain is registered with the valid domain registrar. Date: 02-04-2021 Introduction: The domain name does not have any nameservers set, it will be treated as an unregistered domain name. If ..
How to enable HTTP2 on WHM/cPanel with EasyApache 4 Date: 17-04-2021 Step 1: Log in to WHM. Step 2: Search Software and click on EasyApache 4 under the Software section. Step 3: Click Customize option in the Currently Installed Packages. Step 4: Click Apache modules and search for mod_http2 module and enable it. Step 5: ..
How to solve 403 Forbidden error while trying to access the sub directory in File Manager through browser Date: 08-04-2021 Step 1: Login to cPanel and open File Manager in the FILES section. Step 2: Create .htaccess file in the public_html directory and enter the below content in that file.DirectoryIndex index.php index.html index.htmOptions +Indexes Now ..
Cpanel/WHM sometimes has problems with the user quota files causing all users accounts to have unlimited disk space available or 0 megs of disk space in use. Please find the below steps in fixing any quota issues with Cpanel manually or automated. When you face Quotas Issues, first try the below steps.1) Log into your ..
Recent Comments