In WHM version 78, cPanel released the Interface Analytics plugin. The cPanel Analytics plugin collects data on how users navigate cPanel, WHM, and Webmail, among other things. It also gathers information on how hosting companies set up the server. It saves the information for about 26 months. The Interface Analytics plugin should default on cPanel […]
Category: Cpanel
Cpanel Shows Reporting wrong mails/directory size
In this tutorial, we will describe how to recover disk space by root or using cPanel. cPanel frequently reports an inaccurate value for the /mail/ directory in the cPanel->Disk Usage interface. The value returned by the shell in our test case is 310MB: root@web [/home/mmtest]# du -sh mail 310M mail root@web [/home/mmtest]# Using Root […]
How to Run Scripts at startup?
Scripts are required to run upon startup on occasion. It is a good option to automate operations like performing updates, installing packages, or even setting default routes. We’ll create a new service and run a custom bash script to set static routes in a VPS. Your script can do anything as long as it’s written […]
How to Easily Create and Use a phpinfo Page (In 3 Steps)
For WordPress users, PHP is an essential coding language. Even if you’re not a developer, you may need to know a little about it to keep your site up to date. Finding even the most basic PHP information for your WordPress installation might be difficult if you don’t know where to search. Fortunately, if you […]
How to Create a cPanel Full Account Backup
c. Creating a cPanel Backup This useful tool will generate a compressed file that you can then save to your local computer. Please be aware that we do not allow backups to be stored in File Manager; they must be kept off the server. Log in to your cPanel account. Click on the cPanel Backup […]
How to Block all ports in IPtables
We’ve included an example of one of the most common iptables configurations. Except for particular ports, we will block all connections. To begin, we’ll erase all present iptables rules to eliminate any errors caused by the prior configuration. SSH into your server as root and run the following commands: iptables -t filter -F iptables -t […]
Checking a hosting account viruses with built-in cPanel tool
The cPanel hosting control panel features allow you to check for harmful code if you suspect your hosting account has been hacked. Of course, this does not guarantee that all viruses will be discovered in this manner; in many cases, you will need to manually inspect each file: many harmful scripts masquerade as the site’s […]
What is Raid (& Why is It Used)?
Dedicated Servers While RAID is a commonly used technique, how it is applied has changed dramatically with the emergence of Solid State Drives, Many clients have inquired about RAID, including what it is, how it affects them, and how they can get the best reliability and performance while staying within their budget. So I decided […]
Why I can’t access my website?
If you’re having troubleshooting accessing your website, there could be a lot of reasons for this, please check them before contacting us. First-level checks: Make sure you typed your website address into the address bar of your browser correctly. e.g.http://www.example.com Is your internet connection up and running? Are you able to access other websites, such […]
How to Enable Two-Factor Authentication (2FA) in WHM
Two-factor authentication provides an extra degree of security to your account by forcing you to input a unique code in addition to your usual password each time you log in. Software on your smartphone generates this code, which changes every 60 seconds. Nobody can log in unless they know your password and have access to […]