Introduction MySQL databases are used by many web applications to store and manage data. In cPanel, you can easily create a database, create a database user, and assign the user to the database with the required privileges. Prerequisites Implementation Step 1 Log in to your cPanel account. Step 2 Navigate… Continue Reading Create a database and the user for that database in cPanel

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 The Auto Reload feature automatically refreshes the page or application at a specified time interval. If the Auto Reload value has been set to 0 seconds, the page may continuously refresh or behave unexpectedly. Reverting this setting restores the normal refresh interval or disables automatic page reloading, ensuring stable… Continue Reading How to enabled “Auto Reload” option to 0 seconds. How to revert it?

Introduction The Auto Reload feature in Webmail automatically refreshes your inbox at regular intervals to check for new emails. Enabling this option ensures that incoming messages appear without requiring you to manually refresh the page, making email management more efficient and improving productivity. Prerequisites Before enabling the Auto Reload option,… Continue Reading Enable Auto reload option in webmail/cPanel

Introduction Renaming multiple files one by one can be a time-consuming and error-prone task, especially when working with a large number of files. A for loop in a shell script allows you to automate this process by iterating through every file in a directory and applying a consistent naming pattern.… Continue Reading Using For Loop to Rename All Files in a Folder

Introduction Dovecot is a mail delivery agent that provides IMAP and POP3 services for email clients. Verifying that Dovecot is running correctly is an important step when troubleshooting email access issues. This guide explains how to confirm that Dovecot is listening on the required ports, accepting user authentication, allowing remote… Continue Reading Testing Dovecot in Postfix or Verify Dovecot in Postfix

Introduction Servers that handle a large number of simultaneous network connections require proper system tuning to ensure optimal performance and stability. By adjusting kernel parameters and system resource limits, Linux can efficiently manage a higher number of open files and network connections. This guide explains the key settings that should… Continue Reading Linux server settings for high-load systems