Search results

  1. K

    Steps to change automatic update settings in wordpress Toolkit

    If you are using Wordpress toolkit and want to disable automatic update for it then you can follow below steps: You have to login to cpanel and then click on “Wordpress Toolkit” or you can login to WHM and then click on Plugins >> Wordpress Toolkit. Here you have to search for particular...
  2. K

    How can we add wordpress Toolkit Deluxe in cpanel?

    You can check below steps to add Wordpress Toolkit Deluxe in cpanel Login to WHM. After that click on ”Feature Manager” under “Plugins”. Here you have to click on “Edit feature list”. Now you have to edit the feature list in the package for which you want to enable Wordpress Toolkit Deluxe. You...
  3. K

    Steps to edit cloudlinux limits in WHM

    If you want to edit the cloudlinux limits for particular packages then you can follow below steps: Login to WHM. Click on “Cloudlinux LVE Manager” under “Server Configuration”. Now click on “Packages” tab, here you can check the Cloudlinux limits for all packages. You can edit the limit by...
  4. K

    Steps to automatic update logs in Wordpress Toolkit

    We can easily check the automatic updates in Wordpress with the help of action logs. Action logs gives all the details regarding Toolkit and how it manages Wordpress automatic updates. Here you can check the action logs: /home/username/logs/wpt_action_logs/ With these logs you can check about...
  5. K

    Steps to detach Wordpress installation from wordpress toolkit

    You can follow below steps for it: Login to WHM. Here navigate to “Plugins” and then go to “Wordpress Toolkit”. You will find the “default” tab which is available to the right of the domain name, there are three dots available, and you have to click on it. Select the option “Detach” from menu.
  6. K

    How to reset the WHMCS admin login password from database?

    Normally its very easy to reset the WHMCS password, you just have to click on “forget password” link to reset the password. But if you are not able to receive the email then you can follow below steps: Login to cpanel. Click on “phpMyAdmin” and select particular database for WHMCS. Here you...
  7. K

    Steps to install PHP extension in WHM

    You can follow below steps to install PHP extension in WHM: Login to WHM. Here click on “EasyApache 4” under “Software”. A new window will appear, here you have to click on “Customize” under “Currently installed Packages” section. Now click on “PHP Extensions”. You will see the search bar where...
  8. K

    Steps to install PHP XMLRPC library to EA-PHP

    XML-RPC is a remote procedure call protocol which is written in PHP. If your website have requirement for the XMLRPC libraries then you can install it either from WHM or command line, you can go with your requirements. You can follow below steps to install extension via command line: yum...
  9. K

    Steps to synchronize Cloudlinux quotas

    cl-quota utility always run automatically to synchronize the quota cache data. There is cron set on server to update this quota limit and this cron automatically run on its time. But if in your case it’s not updating the inode limit then you have to manually synchronize the data with this...
  10. K

    How to remove the WHMCS Billing & Support section in cPanel?

    You can check below steps to remove WHMCS Billing & Support section in cpanel. For this you can move particular user directory from this path /var/cpanel/integration/dynamicui/ You have to move desired user directory to /root/whmcs_dynamicui_backup with below command: mkdir -v...
  11. K

    How to change the LiteSpeed connection timeout?

    If you want to change LiteSpeed connection timeout settings and you are getting below error: 2021-09-02 03:36:02.263231 [INFO] [12071] [198.51.100.2:11313#APVH_domain.tld:lsapi] Lsapi connection state: 3, watching event: 25, respState: 1, m_iTotalPending:0, m_iPacketLeft:0, m_iCurRespHeader:12...
  12. K

    How to rebuild CageFS ?

    CageFS is a virtualized file system, each user get its separate file system so that users cannot see their sensitive information. Cloudlinux also have their own LVE for each user which helps to limit resources for single user. You can follow below commands to rebuild cageFS: cagefsctl -M...
  13. K

    How to disable SSH login on server?

    Most of the time this step will be taken for the security purpose, if you will directly access server without any restrictions then hackers can attempt brute force attack on your server. If you want to disable SSH login for root user then you can check this article. Login to server as root...
  14. K

    How to tar a file via SSH?

    As you know TAR stands for Tape Archive file (tarball). Tar command compresses all the files and converts it in smaller files. We can simply convert the files in to TAR file with command in linux. We can simply follow below steps: Login to server via SSH. You can compress complete directory...
  15. K

    How to add DNS in DNS Zone Editor in WHM?

    You can add below steps to add DNS records in WHM: Login to WHM. Here search for Edit DNS Zone option in WHM in left sidebar. In search bar you have to enter your domain name for which you want to edit DNS. Now you will see the list of all the DNS entries of your domain. You can also add new...
  16. K

    How to update host file in Windows?

    We can use the host files to block particular hostnames which we don’t want to use in system. Hosts file: this is a file from which we can set IP address for a particular domain in our local system. We can overrule the Authoritive DNS from this file. You can access the hosts file with below...
  17. K

    Steps to remove backup files from Plesk

    Let’s see how to remove backup files from plesk: login to Plesk. Here click on “Tools & Settings” and then choose “Backup Manager” option which is available in right side. Now you are able to see all the available backup file, you have to select the particular file and then click on “Remove”...
  18. K

    Steps to download backup in Plesk

    First login to Plesk. Here click on “Websites & Domains”. Now click on backup manager option available in right hand side. Click on “Download”. Plesk provides an option to backup with password. You will see the option “Use Password Protection” checkbox, you can select it if you want to protect...
  19. K

    How to enable comments for the guests?

    If you want that your websites guest’s which means users who are not registered yet can comments on your post then you can enable or disable this in Wordpress. For the secure Wordpress website we always recommend disabling this option but if you want to enable you can follow this: Login to...
  20. K

    What are moderate comments in wordpress?

    Moderate comments means manually approve comments by the admin. If any visitors comment in your wordpress post, and if it will not published until comment approved by admin then it is called moderate comment. You can manage its settings in Wordpress according to your need. You can follow below...
Top