Introduction: The Market Provider Manager is a feature in WHM (Web Host Manager) that allows server administrators to control which third-party marketplaces appear in their users’ cPanel accounts. These marketplaces can include: By using this tool, you can enable or disable providers, prioritize offerings, and customize your customer’s experience based on your brand’s services. Prerequisites ..
Category : VPS Hosting
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) ..
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 ..
Introduction When you purchase or upgrade a cPanel license, the license information on your server may not update automatically. You need to manually refresh the license on the server so that cPanel recognizes the updated or renewed license. This ensures that all cPanel services continue to function without interruption. Prerequisites Before renewing the cPanel license, ..
Introduction In Web Host Manager, you can change the server time zone to match your preferred region. Correct server time is important for logs, cron jobs, emails, and application functionality. Prerequisites Before proceeding, ensure: Implementation Step 1: Login to the WHM panel. Step 2: Enter Server Time in the search bar and click on Server ..
Introduction: The domain name does not have any nameservers set, it will be treated as an unregistered domain name. If you add an unregistered domain name in cPanel account creation, you will receive the below error. You can follow the below steps to solve this error. Prerequisites Before troubleshooting, ensure the following checks are completed: ..
Introduction HTTP/2 improves website performance by enabling faster and more efficient communication between the server and browsers. In WHM, you can enable HTTP/2 using EasyApache 4. Prerequisites Implementation Step 1:Log in to WHM. Step 2: Step 3: In the Currently Installed Packages section, click Customize Step 5: Conclusion By enabling the mod_http2 module through EasyApache ..
Introduction A 403 Forbidden error occurs when the web server understands the request but refuses to allow access to the requested directory or file. This issue commonly appears when trying to access a subdirectory through a browser, especially on Apache or Nginx web servers hosted on cPanel/WHM servers. The error may occur due to: This ..
Recent Comments