Search results

  1. Helposoft Staff

    How to make my WordPress Admin Dashboard load faster?

    ✅ Quick Fixes to Speed Up WordPress Admin Clear Cache & Transients Install WP-Optimize or WP Rocket Go to WP-Optimize > Database > Clean transients, revisions, and expired caches Disable Unused Plugins & Themes Deactivate & delete any unused plugins Use lighter alternatives (e.g., switch...
  2. Helposoft Staff

    how to hide an element on a WordPress website?

    To hide an element on a WordPress website using CSS or JavaScript, you can follow these steps: Method 1: Using CSS Identify the Element: First, you need to find the element you want to hide. You can use your browser's developer tools (usually accessed by right-clicking the element and...
  3. Helposoft Staff

    How to resolve the issue with the curl_exec function not being available in WHMCS?

    To resolve the issue with the curl_exec function not being available in WHMCS, you need to ensure that the cURL extension is enabled and that curl_exec is not disabled in the PHP configuration. Here's a step-by-step detailed guide to resolve this issue: Step 1: Check and Enable cURL Extension...
  4. Helposoft Staff

    Fixed: Forbidden Executing in an invalid environment for the supplied user on cPanel

    If you encountered an issue on cPanel server where you are getting an "Account Suspended" message and a 403 Forbidden error when trying to access my website, even though the account was newly created or not suspended. I wanted to share my experience and the solution that worked for me in case...
  5. Helposoft Staff

    How to restart network in Almalinux and RHEL 8/9?

    In AlmaLinux 8/9 and RHEL 8/9, network management is typically handled by NetworkManager, a service that manages network interfaces. Here’s how to restart the network and NetworkManager service on these systems: Restarting NetworkManager Restart the NetworkManager Service: You can restart...
  6. Helposoft Staff

    How to prevent a compromised cPanel account from affecting other websites or the entire server?

    To prevent a compromised cPanel account from affecting other websites or the entire server, especially on a CloudLinux server, there are several security measures you can implement: 1. CloudLinux Features CloudLinux provides several tools and features designed to enhance the security and...
  7. Helposoft Staff

    How To install CloudLinux on a cPanel / WHM server?

    To install CloudLinux on a cPanel server, you’ll need to follow a series of steps to ensure the installation is performed correctly. CloudLinux is an OS designed to enhance the security and stability of web hosting environments. Here’s a step-by-step guide: 1. Preparation Update Your System...
  8. Helposoft Staff

    Fix: cPanel Service Failing to Start, cPanel / WHM Not Working!

    If you're encountering issues where cPanel or WHM services are failing to start, it can be frustrating. This article will guide you through troubleshooting steps to resolve common problems that prevent cPanel from starting properly. 1. Check Service Status Start by checking the status of the...
  9. Helposoft Staff

    Fixed: Excessive Logging in Console/VNC Due to CSF

    Issue: When using the console or VNC to access your server, you might encounter excessive logging output, such as messages about blocked ports or other firewall activities. This can make it difficult to read and interact with the console effectively. This issue is often caused by the logging...
  10. Helposoft Staff

    How to Install ConfigServer Security & Firewall (CSF) on your server?

    Here is a step-by-step guide to installing ConfigServer Security & Firewall (CSF) on your server using the installation instructions you provided: 1. Prepare Your Server Step 1: Update Your System Before starting the installation, make sure your server is up-to-date: For CentOS/RHEL: sudo...
  11. Helposoft Staff

    How To install Imunify360 on your cPanel / WHM server?

    To install Imunify360 on your server, you will follow a few straightforward steps. Imunify360 is a comprehensive security solution for Linux servers, offering a range of features like malware scanning, web application firewall, and more. Below is a detailed guide on how to install Imunify360...
  12. Helposoft Staff

    How to Install and add KernelCare’s Free Symlink Protection?

    KernelCare offers live kernel patching and additional security features, including symlink protection. Here’s how to reinstall KernelCare and enable the Free Symlink Protection. 1. Uninstall KernelCare First, you need to remove any existing KernelCare installation: yum remove kernelcare 2...
  13. Helposoft Staff

    How to add IP to VM using nmcli Interactive Mode and Non-Interactive mode?

    In this mode, commands are slightly different from using nmcli in a non-interactive way. Here’s how you can configure your network settings in the nmcli interactive mode and also outside of it. Using nmcli Interactive Mode In nmcli interactive mode, commands should be entered without the nmcli...
  14. Helposoft Staff

    Implementing Comodo Free ModSecurity Vendor Rules for cPanel

    If you're looking to enhance the security of your cPanel server, Comodo's free ModSecurity rule sets are a robust solution. This guide will walk you through the process of downloading, implementing, and managing these rules effectively. Comodo Free ModSecurity Rules for cPanel - Introduction...
  15. Helposoft Staff

    Unable to Access WHM After Changing Hostname - Error 521 and Connection Refused

    The errors you're encountering suggest that there might be network issues preventing your server from connecting to external services, which could be causing the SSL certificate issue and the inability to connect to WHM. Here are some steps to diagnose and potentially resolve the issue: 1...
  16. Helposoft Staff

    What is Traceroute in cPanel / WHM? should I Enable/Disable it?

    What is Traceroute in cPanel? Traceroute is a network diagnostic tool available in cPanel that helps users track the path that their data packets take from their source to a specific destination across an IP network. It is useful for identifying the route and measuring transit delays of packets...
  17. Helposoft Staff

    List of ModSecurity™ Vendors for cPanel Server

    ModSecurity™ is a web application firewall (WAF) that can be used with various web servers to enhance security. It’s an open-source project, and several vendors offer commercial solutions or services that include ModSecurity™ as part of their security stack. Here’s a list of notable ModSecurity™...
  18. Helposoft Staff

    How To disable cPHulk on a cPanel/WHM server (2 Methods)

    To disable cPHulk on a cPanel/WHM server, follow these steps. cPHulk is a brute force protection system that prevents unauthorized login attempts. Disabling it might expose your server to brute force attacks, so ensure you understand the implications before proceeding. Steps to Disable cPHulk...
  19. Helposoft Staff

    How to Resolve MySQL Root Access Issues After Running "mysql_secure_installation"

    Here is a detailed guide on how to resolve the MySQL root access issues that you encountered after running mysql_secure_installation. This guide assumes you are working on a Linux-based system and MySQL server. If you are facing errors like these, we have a step by step guide to fix it...
  20. Helposoft Staff

    How to make my cPanel Sever 99.99% Secure?

    Securing a cPanel server involves a multi-layered approach that includes securing the operating system, cPanel/WHM itself, the web server, databases, and other services. Here are comprehensive steps to enhance the security of your cPanel server: 1. Secure the Operating System Update the OS and...
Top