This guide shows you three different methods to check which version of cPanel/WHM is installed on your server. Knowing your cPanel version is important for troubleshooting, compatibility checks, and ensuring you have the latest security updates.

How to Check the Version

  1. Method 1: Using the cpanel Command

    To check your cPanel version using the command line, you first need to log in to your WHM account with root access. This method is particularly useful if you are comfortable using the terminal.

    WHM login

    Once logged in, navigate to the left-hand menu and choose Server Configuration.

    Server configuration menu

    From the Server Configuration options, select the Terminal option. This will open a command-line interface within your WHM.

    Terminal option

    In the terminal, enter the following command and press Enter:

    /usr/local/cpanel/cpanel -V

    The output will display your cPanel version number. For example:

    98.0 (build 12)

    This indicates you are running version 98.0, build 12 of cPanel.

    WHM version output

  2. Method 2: Using the Version File

    This method also involves using the command line to check your cPanel version, but it accesses a specific file that contains this information.

    Start by logging into your WHM account with root access.

    WHM login

    From the left-hand menu, select Server Configuration.

    Server configuration menu

    Click on the Terminal option to open a command-line interface.

    Terminal option

    Enter the following command and press Enter:

    cat /usr/local/cpanel/version

    This command reads and displays the contents of the version file, which contains your cPanel version number. For example:

    11.98.0.12

    This indicates you are running version 11.98.0, build 12.

    Version file output

  3. Method 3: From the cPanel Dashboard

    This method is straightforward and does not require command-line access. It's ideal for users who prefer a graphical interface.

    To check your cPanel version through the dashboard, log in to your cPanel control panel using your credentials.

    cPanel login

    Once logged in, look for the Server Information link located in the right-side margin of the dashboard.

    Server information link

    Clicking on this link will direct you to the Server Information page, where you can find your cPanel version number listed among other server details.

    cPanel version display

    Make sure to look for the section labeled "cPanel Version" to find your specific version number.

Tips:

  • Always ensure you have root access when using WHM and the command line methods, as these actions require administrative privileges.
  • If you encounter any issues accessing the terminal or files, consider reaching out to your hosting provider's support team for assistance.
  • Regularly checking your cPanel version can help you stay informed about new features and security patches. Consider setting reminders to check periodically.