Introduction Email communication is essential for businesses and personal branding, and having a professional email address (like info@yourdomain.com) improves credibility and trust. One of the easiest ways to create and manage domain-based email accounts is through cPanel, a popular web hosting control panel used to manage hosting services. cPanel provides… Continue Reading How to create an email account in cPanel

Introduction Creating a full backup of your domain in cPanel is an essential practice for protecting your website data, emails, databases, and configurations. A full backup ensures that you can quickly restore your website in case of hacking, accidental deletion, server failure, or migration to a new hosting environment. cPanel… Continue Reading How to create a full backup of my domain in cPanel?

Introduction FTP (File Transfer Protocol) is a widely used method for transferring files between a local computer and a web hosting server. FileZilla is a free and popular FTP client that allows users to securely upload, download, and manage website files. By connecting FileZilla to your hosting account using the… Continue Reading How to upload file in your account via FTP filezilla in cPanel

Introduction A Parked Domain in cPanel allows you to point additional domain names to your primary website. This is useful when you own multiple domain names and want them all to display the same website content. For example, visitors accessing example.net can be redirected to or display the same content… Continue Reading How to create a Parked domain in cPanel

Introduction Changing your cPanel password is an important security practice that helps protect your hosting account from unauthorized access. Whether you want to update your password regularly or replace a compromised one, cPanel provides a simple way to change your password directly from the dashboard. Prerequisites Before changing your cPanel… Continue Reading How to reset/change cPanel password?

How to upload files in the cPanel? You can upload files in the cPanel by two methods, either using File manager or using FTP. I have given the steps below to upload files in the cPanel. 1) Login to the cPanel control panel. 2) Click on File Manager in cPanel… Continue Reading How to upload files in the cPanel?

How to install a new  cPAnel account in the server?Just follow the steps below to install the cPanel in your server or VPS. #mkdir /home/cpins #cd /home/cpins #wget http://layer1.cpanel.net/latest #sh latest Thats it. The cPanel installation will be started. It will take 2-3 hours to install cPanel. Once the cPanel installation… Continue Reading How to install a new cPanel account in the server?

For detailed troubleshooting on Spamming issue in cPanel servers, refer the following link.http://linux-bloggers.blogspot.in/2011/12/exim-message-transfer-agent-mta.html In this post, we have provided the script to identify accounts that is senting more mails in a day. ============== awk -v dt=$(date +”%Y-%m-%d” –date “$(date +”%F %T”) 1 days ago”) ‘$1~dt && $0~/ [UA]=/ &&  $0!~/U=(mailnull)/… Continue Reading Identfy spamming accounts in cPanel servers