Find answers to your questions

Documentation

How to check the version of your cPanel

  • 0

What is cPanel?

cPanel is a web hosting control panel that allows web hosting owners to manage their sites from a web-based user interface. cPanel gives a user-friendly visual Interface for all web hosting users that lets them manage their Linux server. The highly popular control panel also provides tools that are designed to streamline the running and maintenance of a website. cPanel's tiered structure allows for different levels of access, which means administrators and end users can control different aspects of the server and the site directly through the internet browser.

The simplest way to gain access to cPanel is by using HTTPS on port 2087 or by merely adding "--/cpanel" to the end of your hostname. (ex: www.nuagerie.com/cpanel)

Checking your version

cPanel is one of the most popular web hosting control panels available on the web. Nuagerie makes sure to always have our cPanel & WHM versions up to date, however, if you want to use a previous version or simply want to check what version your system is running on, there are several different ways to find out.

Technique # 1:

By far the easiest way to check your cPanel version is to use the WHM Dashboard for your server. If you are a Nuagerie reseller or you have purchased our WHM licenses, simply log into your WHM and inspect the top-right corner of your screen. There, you will see your server name, the version of your cPanel & WHM, and the load averages currently working on your server.

Technique # 2:

For those with experience working with Linux command lines, you can also check the version of cPanel & WHM installed by entering the 'cPanel' command into your program's terminal.

/usr/local/cPanel/cPanel-V

Technique # 3:

Another simple way of checking your version is by accessing the Version file for your server. You can see all of the files on your server by going to the Files section of your cPanel and clicking on File Manager. The file trajectory should look something like this: cat/usr/regional/cPanel/version

The cPanel Interface

One of the many reasons that cPanel is so popular is the large assortment of features availble for all users.

The File Manager Interface makes it easy to manage your files, making it easy for you to upload, create, delete, and modify files without the need for FTP or other third party applications.

The Images Interface is another appealing feature for managing images according to your requirements. cPanel makes it easy than ever to view, resize, and transform image file types directly from your web browser.

The Web Disk feature allows access to the website's files. Once you've created a web disk, you can access your server's files as easily as accessing files on the local drive of your computer. One of the most impressive features of cPanel's Web Disk interface is that you can also access your files directly from your mobile phone.

The Backup Wizard provides step-by-step instructions when creating backups of your server. cPanel makes it easy to keep your backups always up-to-date.

If you still have questions or concerns about your cPanel, make sure to contact us by opening a support ticket or by using our live chat feature.

Related Articles

How to empty my DNS cache Overview Your DNS cache stores the locations (IP addresses) of web servers that contain web pages which you have recently viewed. If the location of the web server changes before the entry in your DNS cache updates, you can no longer access the site. If you encounter a large number of HTML 404 error codes, you... What is cPanel? cPanel is a control panel with which you can manage almost any element of your cPanel hosting account. The interface is very easy to use - cPanel works constantly to improve the platform by staying on the cutting edge of technology as well as constantly updating its various security measures, making it... How cPanel & WHM Improved Email Hosting cPanel and WHM have gone through some serious upgrades to their Email Hosting features throughout the versions. Just in the past 2 years, the cPanel team have made it easier than ever for web hosting providers, system administrators, and all other cPanel users to be able to host email accounts. ... CURL: could not resolve host: cpanel.net Error: curl: (6) Could not resolve host: securedownloads.cpanel.net; Unknown error Fix: Edit: nano -w /etc/resolv.conf Add the following lines: nameserver 8.8.8.8 nameserver 8.8.4.4 If you still have questions or concerns, feel free to contact us by opening a support ticket or with... How can I activate my paid license after a trial? You can do this by running this command in SSH: /usr/local/cpanel/cpkeyclt It should look something like this: [root@cpanel home]# /usr/local/cpanel/cpkeyclt Updating cPanel license...Done. Update succeeded. Building global cache for cpanel...Done [root@cpanel home]# If you still have...