At times, you may get many emails notifying about the Dr.Web service. You may disable it by following the steps mentioned below: It differs from one Plesk version to that of the other. For Plesk 8: Edit the file ‘/etc/drweb/drweb32.ini‘ and set UpdateNotify = no For plesk 9: Edit the… Continue Reading Disable Dr.Web email notifications

If web statistics present in the Plesk panel is not working, you can run the following command in the command prompt. ========== %plesk_bin%\statistics.exe” –all –process-domains=karthick.com –from-date=2012/5/2 ========== You can find more options by running statistics.exe –help Have a Accurate Web Statistics 🙂

1. Create a user: useradd testpasswd test 2. Add this user in wheel group. usermod -a -G wheel test 3. Now, Edit PAM configuration file for su. (/etc/pam.d/su) —-  vi /etc/pam.d/su uncomment below line auth sufficient /lib/security/$ISA/pam_wheel.so trust use_uid This will allow users in wheel group as a trusted users.… Continue Reading Wheel user to become as root (su -) without password

# inode checking : Inode Usage :  1) You can check the inodes of an account on your server by using SSH: # quota -s 2) If you have SSH access to your account you can view the inodes for a specific folder using the following command : root@XXX [/]#… Continue Reading How to resolve : Internal server Error when accessing cPanel/WHM/Webmail

unable to enter into VPS You may get an error while entering to a openvz vps. You cant also ssh to the vps from outside. Error: vzctl enter xxxx enter into VE xxxx failed Unable to open pty: No such file or directory 1. If it is a redhat based… Continue Reading Error : Unable to open pty: No such file or directory

Introduction Email forwarding is a useful feature in cPanel that allows you to automatically redirect incoming emails from one email address to another. This is especially helpful for businesses and individuals who manage multiple email accounts and want all emails delivered to a single inbox for easier management. In this… Continue Reading How to Setup email forwarder in cPanel

Introduction Password protection is a security feature in cPanel that allows you to restrict access to specific directories on your website. When a folder is password-protected, visitors must enter a valid username and password before they can view its contents. This feature is useful for securing administrative areas, private files,… Continue Reading Protect my folder with password in cPanel

Introduction MX (Mail Exchange) records are DNS records that tell the internet which mail server is responsible for receiving emails for your domain. When someone sends an email to your domain (like user@yourdomain.com), MX records ensure the email is routed to the correct mail server. In cPanel, you can easily… Continue Reading How can I add MX records in cPanel

Introduction cPanel provides an easy way to install popular web applications such as WordPress without requiring manual configuration. Using application installers available in cPanel, users can deploy WordPress within a few minutes by selecting a domain, configuring basic settings, and completing the installation process. This method is ideal for users… Continue Reading Install application like wordpress from cPanel

Introduction A database backup is an essential part of website and application management. It helps protect critical data from accidental deletion, corruption, server failures, security incidents, or migration issues. cPanel provides a simple and user-friendly interface that allows users to create and download database backups without requiring command-line access. By… Continue Reading How can I backup my database from cPanel