How to Fix Invalid cPanel License Error When it is Licensed

Invalid cPanel License Error This article provides solutions should you log in to your WHM/cPanel and find a ‘trial license’ message or find yourself unable to log in due to an invalid or expired license. When faced with an invalid license error, there are multiple possible causes. These include: cPanel

How to perform a manual cPanel migration (Updated)

This how to will provide you instructions for performing a manual cpanel migration for if or when the WHM Transfer Tool produces errors due to possibly account sizes or database sizes to work effectively or if you simply prefer commandline scripting. Connect to the source server via SSH terminal Use

Why a Fully Managed cPanel Dedicated Server Is Right For You

Eventually a growing business will find that a shared hosting plan or virtual server environment is no longer a viable option. Making the move to a dedicated server can be a daunting task. Many businesses purchase an unmanaged dedicated server, hire a developer, and have a site created. Once the

Why System Admins Love cPanel Servers

By Javier Vidueira As a systems administrator working in the hosting industry for over 10 years, I’ve had the opportunity to work on various systems running different OS’s and control panels. I typically prefer *nix based systems over WIndows for it’s security, reliability and the myriad of control panels available.

cPanel Backup Cloud Storage How To

*Update 10/2021: Please note, this is an EOL product no longer being offered to new customers. How to use Cloud Storage to backup up your cPanel Server. First login to https://my.hivelocity.net go to Services & Hardware, next click the Cloud Storage button at the top. Once you are in the

WHM/cPanel Backup Guide

Backups play a critical role in server management by preserving data and allowing quick restoration in case of failure, corruption, or accidental deletion. In web hosting, especially with WHM/cPanel environments, regularly configuring backups becomes essential to protect websites, databases, emails, and other crucial information. cPanel simplifies the backup process with

Steps to Disable Default cPanel Login Details For FTP Access

a.Openup the ftpupdate file and edit it using the following command:   root@server [] vi /usr/local/cpanel/bin/ftpupdate   b. Move to the line number 189 or 211 and comment those. If you are using some of the old cPanel version, then you should get the following necessary code at line number

How to Check the Apache Version on a Linux Dedicated cPanel Server

Quick Checking Your Apache Version Number If you need to check the Apache version number installed on your server, you can do so in one of a couple ways. In the default configuration, Apache will be set to display its version information on most of you error pages. This means

How to Resolve ‘passwd: Authentication token manipulation error’ for cPanel

passwd: Authentication token manipulation error At times, a user may find themselves unable to update their password via cPanel. If your attempt to change the password fails, you should see a message that looks something like this: Error: Changing password for user status. Changing password for status (current) UNIX password:

How to Re-install Perl on a FreeBSD cPanel server?

Reinstall perl using the following command : [root@server:~]# cd /usr/ports/lang/perl5 [root@server:/usr/ports/lang/perl5]# make install clean Above commands could be used If easyapache, upcp or any other cPanel scripts are giving perl error while executing them on a FreeBSD server.