How to Check the Version of cPanel/WHM with easy steps ?
4 mins read

How to Check the Version of cPanel/WHM with easy steps ?

Check the version of cPanel/WHM installed on your server, you can use several methods.

Check the Version of cPanel/WHM

Method 1: Using the WHM Interface

  1. Log in to WHM:
  • Open your web browser and navigate to your WHM login URL, typically https://yourserverip:2087.
  • Log in with your root or WHM administrator credentials.
  1. Check the WHM Dashboard:
  • Once logged in, you can often find the version number displayed on the WHM dashboard. Look at the top right corner or in the server status area.
  1. Server Information:
  • Navigate to Server Status -> Server Information in the WHM menu. The version of cPanel/WHM is typically listed there.

Method 2: Using the Command Line Interface (CLI)

  1. Access Your Server via SSH:
  • Open an SSH client (like PuTTY) and connect to your server using your root credentials.
  1. Run the Version Command:

Execute the following command to check the version of cPanel/WHM:

/usr/local/cpanel/cpanel -V

This command will output the cPanel version number, e.g., 11.98.0.3.

Method 3: Using cPanel Interface Check the Version of cPanel/WHM

  1. Log in to cPanel:
  • Open your web browser and navigate to your cPanel login URL, typically https://yourdomain.com:2083.
  • Log in with your cPanel user credentials.
  1. Check the cPanel Dashboard:
  • Scroll down to the bottom of the cPanel interface. The version number is usually displayed in the footer of the page.

Method 4: Viewing the cPanel Version File

  1. Access Your Server via SSH:
  • Open an SSH client (like PuTTY) and connect to your server using your root credentials.
  1. View the Version File:

You can view the version file directly by running the following command:

cat /usr/local/cpanel/version

This will display the version of cPanel/WHM installed on your server.

By using any of these methods, you should be able to determine the version of cPanel/WHM running on your server.

Knowing the version of cPanel/WHM installed on your server is important for several reasons:

1. Security:

  • Patches and Vulnerabilities: Each version of cPanel/WHM may have different security vulnerabilities. Check the Version of cPanel/WHM and Staying updated with the latest version ensures that you have the latest security patches and fixes, protecting your server from known exploits.
  • Compliance: Some security standards and compliance requirements mandate the use of the latest software versions to ensure robust security measures.

2. Features and Improvements:

  • New Features: Newer versions of cPanel/WHM come with new features and enhancements that can improve the functionality and user experience. Staying up-to-date allows you to take advantage of these improvements.
  • Performance Enhancements: Check the Version of cPanel/WHM and Updates often include performance optimizations, which can make your server run more efficiently.

3. Compatibility:

  • Compatibility with Plugins and Add-ons: Many plugins and add-ons require specific versions of cPanel/WHM to function correctly. Knowing your version helps you ensure compatibility when installing or updating these tools.
  • Operating System Compatibility: Check the Version of cPanel/WHM may be required for compatibility with the latest operating systems and other server software.

4. Support:

  • Technical Support: When seeking support from cPanel or third-party vendors, they often need to know the version of cPanel/WHM you are using to provide accurate assistance. Certain troubleshooting steps or solutions might be version-specific.
  • Documentation: Official documentation and tutorials often reference specific versions. Knowing your version helps you follow the correct guidelines.

5. Stability:

  • Bug Fixes: Each release typically addresses bugs found in previous versions. Updating to the latest version helps you avoid known issues and maintain a stable server environment.
  • Deprecated Features: Older versions may contain deprecated features that are no longer supported. Using an up-to-date version ensures you are not relying on outdated technology.

6. Compliance with Hosting Provider Policies:

  • Hosting Provider Requirements: Some hosting providers have policies requiring certain minimum versions of cPanel/WHM. Staying compliant with these requirements avoids potential issues with your hosting service.

Regularly checking and being aware of the version of cPanel/WHM running on your server is essential for maintaining security, performance, compatibility, and overall server health. Keeping your software up to date ensures you are leveraging the latest features and improvements while protecting your server from vulnerabilities and bugs.