Search results

  1. K

    Steps to remove forwarded emails in cpanel

    Mostly, when we forward emails to another another email account then we have 2 copy of emails one in main email account and second copy is at forwarded email account. But what if we don’t need 2 copies of email and want to delete the email from main email account. In this case there is not any...
  2. K

    Edit My.cnf file of Mysql on VPS server

    My.cnf file located in /etc directory, but if you need to make any modification in Mysql then you can make changes in my.cnf file. Let’s see how to make changes in my.cnf file: You can check the content of my.cnf file with below command: cat /etc/my.cnf You can see the file now and here you...
  3. K

    Steps to change Mysql database name from PHPMYADMIN

    You can easily change Mysql database table name in PHPMYADMIN with little bit efforts: Login to cpanel. Click on phpMyadmin under databases section. Select the database of which table you need to change. Now click on particular table and hit “Operations” button. Here click on “New table” name...
  4. K

    Steps to take backup of MySQL database via command line

    It’s the quick and easy method to take backup of database via command line. First connect Mysql server to command line with below command. mysql -uusername -p // Replace username with your username. After that enter Mysql user password and then press enter. To check the database name of which...
  5. K

    Steps to clear Joomla cache

    To clear your Joomla cache you can follow below steps: Login to Joomla panel as an administrator and then click on "Site tab" >>followed by Maintenance >> Here click on clear cache from drop down menu. You can select the items from the list and then delete the selected items from the list and...
  6. K

    How can we enable AutoSSL in WHM?

    Cpanel provides free SSL certificates to all the cpanel users. And it will also automatically renew. You can follow below steps to enable Autossl in WHM. Login to WHM. Click on “Manage AutoSSL” under “SSL/TLS”. Select “Manage Users” tab and search for desired user. Now click on “Enable...
  7. K

    How can we create API token in cpanel?

    API stands for Application programming interface and API’s helps developers to manipulate data related to cpanel accounts. Let’s see how to manage API tokens in cpanel. Login to cpanel. Click on “Manage API Token” under Security section. Now enter your token name which you want to set and click...
  8. K

    Steps to whitelist or blacklist IP in CPHULK

    CPHULK service provides protection against brute force protection. We can also whitelist or blacklist IP address according to your need. In this article we can learn how to whitelist or blacklist IP in CPHULK. Login to WHM. Click on cPHulk Brute Force Protection under security center. Here...
  9. K

    Steps to check website statistics in Plesk

    In this article you can learn how to view website statistics in Plesk. Login to Plesk. Choose the “Website and domains” option from left side. Select “Hosting Settings” option. Here you can see the “Web scripting and statistics section. From dropdown menu you can choose any option (AWStats and...
  10. K

    Ways to setup scheduled task in Plesk

    Assume if you want to run a task but after sometime, but what if you won't remember it. For this situation Plesk has a feature "Scheduled Tasks", which helps to run task on given time. Let's check the step to setup task: Login to Plesk. Click on "Scheduled task". Here click on "Add task" and...
  11. K

    Steps to suspend/unsuspend user subscription in Plesk.

    If you want to suspend or unsuspend any subscription in plesk then you can check this post. You can manage all your subscriptions in Plesk with below steps: Login to Plesk. Here click on subscription. If you want to suspend or unsuspend any particular subscription then you can search its name...
  12. K

    Ways to create email signature in Roundcube

    If you want to add create email signature for your email in which you can add business information, Name, Address, website URL, images etc. Email signature automatically added at the end of your email, there is no need to add manually every time. You can create email signature with two types...
  13. K

    How to install Apache Tomcat through WHM?

    Apacha tomcat is an Apache module that implements the JavaServer Pages, Java Expression Language, Java Servlet and web socket technologies. Tomcat is only supported in WHM version 76 and later. Now you can see the below steps to install Apache Tomcat in WHM. First login to WHM. Here under...
  14. K

    How to terminate the cpanel account via WHM?

    You can terminate the unwanted cpanel accounts from WHM with below steps: Login to WHM. Under Account information, click on “List Accounts” option. It will open list of all cpanel accounts that are available on server. Also you can search a particular account from search option. You can see a...
Top