In this tutorial we explain how to alter a shared server account’s document root directory. c However, you might want to use a different directory as the document root on occasion. For example, if you want to try out a new application or test a website configuration before it goes live, this is frequently the […]
Category: Cpanel
How to Fix cPanel Error: Sorry the Domain is Already Set Up
If you get the error “Sorry, the domain is already set up” on your cPanel account, it’s usually because of two things. This issue indicates that the domain in question is still present in the virtual host section of the Apache httpd.conf configuration file. We’ll go over the two most common reasons you’re getting this […]
How to change the Primary Domain Root in cPanel/WHM
We’ll show you how to alter the principal domain document root in this article’s cPanel/WHM panel. As the root user, log in to your server using SSH. If you want to connect to your Linux server through SSH from a Windows PC, you can use Putty or Bitvise SSH client software. Navigate to the given […]
What is the cPanel error: The domain is already pointed
Did you realize that we may use remote domains to construct parked domains, aliases, and addon domains to resolve other servers? Furthermore, by default, this parameter is set to OFF. We frequently get difficulties when attempting to add addon domains to a WHM interface’s cPanel. This domain has previously been pointed to an IP address […]
How can I use cPanel to enable the Analytics feature?
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 […]
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 […]