Category : VPS Hosting

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 ..

Read more

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) ..

Read more

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, ..

Read more

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: ..

Read more

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 ..

Read more

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 ..

Read more