Cantech Knowledge Base

Your Go-To Hosting Resource

How to Check the Version of cPanel/WHM?

introduction

It is important to know which version of cPanel and WHM is installed on your server in order to do maintenance and troubleshooting. There are several ways that you can verify this version number. The most popular ways to do it are by accessing the WHM Command Line as a root user or just by visiting the cPanel dashboard interface.

Checking cPanel Version via WHM Command Line

Being a root user, the version of cPanel can be easily located by running certain commands in the terminal of WHM. This gives you the detailed build number directly.

  1. Log in and Open the Terminal

You should use your root access details to access your WHM account.

Access Terminal: Once on the navigation menu, go to the Server Configuration option.

Click Terminal: This is where you will now open the command-line interface by clicking on the Terminal option.

2. Use the cPanel -V Command

After opening the terminal, you are able to run a specific command to obtain the version details. This format normally presents the version in user-readable form.

Type the Command: Paste or type the following command into the terminal window.

$/usr/local/cpanel/cpanel -V

Enter: Press the Enter key to run the command.

The system will then show the version and build number of cPanel that is available. It may appear, e.g., 98.0 (build 12).

3. Use the Version File Command

A second command-line option is to directly read the official version file. This usually produces a more detailed, numeric version string.

Command: Enter or copy the following command in the terminal.

$cat /usr/local/cpanel/version

Hit Enter: Press Enter to run the command.

The exact version number will be shown at the terminal. For example, it could be as follows: 11.98.0.12.

Checking cPanel Version from the cPanel Dashboard

It is the easiest approach and does not involve any root access. Any cPanel user can quickly check the version from their main dashboard.

  1. Log in to cPanel

You must log in to your individual cPanel control panel using your specific account username and password.

2. Go to Server Information

Look at the right-hand margin or sidebar of the screen. Click on the Server Information link located there.

You shall be forwarded to the Server Information page. You can easily find the specific cPanel Version listed among the other server details on this page.

Cantech’s Features in Server Transparency

Clients should have all visibility of their hosting environment. We have servers that are built using reliable cPanel/WHM. We make sure that our root access clients are able to use the command line to make detailed checks. We also ensure that the version information is easily noticed on each cPanel dashboard. Such transparency will enable you to ensure that you are always aware of your server software.

Conclusion

Checking your cPanel version is a quick task that can be done using either the command line in WHM or the Server Information page in the cPanel dashboard. Both methods give you the necessary version and build details. This knowledge is important for keeping your server environment up-to-date and secure.

Frequently Asked Questions

Why is it important to know the cPanel version?

Knowing the cPanel version is important for several reasons. It helps in the troubleshooting of issues, verifying the compatibility with the software, and ensuring that your server runs a secure and up-to-date release.

Which method gives a simpler version number?

Using the /usr/local/cpanel/cpanel -V command in the WHM terminal usually provides a version number that is easier to read, like 98.0 (build 12).

Does checking the version via the cPanel dashboard require root access?

No, it is not necessary to have root access in order to check the version of the cPanel through the cPanel dashboard. Any standard cPanel user can access the Server Information page.

What is the location of the file that stores the cPanel version?

The cPanel version is stored in a file located at the path /usr/local/cpanel/version on the server. You can use the cat command to view its contents.

Where do I find the Terminal option in WHM?

You can find the Terminal option by logging into WHM. Then navigate to the Server Configuration section in the navigation menu.

April 17, 2026