Essential cPanel/WHM Configuration and Log Files: A Complete Guide
When managing a cPanel/WHM server, knowing where key configuration and log files are located is crucial for troubleshooting, optimizing performance, and ensuring security. This guide covers the most important files…
How to Stop Spamming on a cPanel Server?
Spamming on a cPanel server can be significantly reduced by tweaking Exim Configuration Manager and Tweak Settings in WHM. Follow these steps to enhance email security and prevent spam abuse.…
Fix: “Template Error: The Template File Must Be Given” in cPanel
If you encounter this error, it is likely due to a missing cPanel default page on the server. Follow these steps to resolve the issue: Solution 1: Reset the Default…
How to Take Incremental Backup of a Reseller Account on a Backup Server
Performing incremental backups for reseller accounts ensures data security and efficient storage management. Follow the steps below to automate the backup process. Step 1: Identify Usernames Under Reseller Account (On…
How to Find Domain Name (DNS) Information
To check the DNS records of a domain, you can use the following online tools: 1️⃣ Network Tools – Perform WHOIS, NSLOOKUP, and DNS queries2️⃣ xWhois – Get domain registration…
How to change the reseller ownership from one reseller user to another reseller user by using SSH
Sol.: If you want to change the reseller ownership means the old reseller is “test” and you have created new account with the user name “indian” and you want to…
Block FTP access using the IPtables
Sol.: 1) If you want to completely disable the FTP access on the server then run the command : root@server iptables -A INPUT -p tcp –dport 21 -j DROP 2)…
Fixing ERROR 1045 (28000): Access Denied for User ‘root’@’localhost’ in MySQL (Plesk Server)
If you encounter the “ERROR 1045 (28000): Access denied for user ‘root’@’localhost’” error while accessing MySQL on a Plesk Linux server, follow these steps to regain access. Step 1: Retrieve…
How to Upgrade PHP Version on Plesk (Linux Server)?
Upgrading PHP version on a Linux-based Plesk server is a simple process. Follow these steps to ensure a smooth PHP upgrade. Step 1: Connect to Your Server Log in to…
How to Change the Mail Server IP Address in Plesk?
If your primary mail server IP address is blocked by spam-checking services (e.g., BARRACUDA, SORBS-SPAM), the best solution is to change the outgoing mail server IP address in Plesk. On…