How to install PHP 8.2 in CyberPanel

CyberPanel may not come with PHP 8.2 preinstalled. This can cause some distress, especially when dependencies use PHP version 8.2. This guide will look at how to install this PHP version. When you try to edit PHP configs for this version, you may see this error: This shows that the […]

How to Restore Backup in Cyberpanel

We will restore our backup in CyberPanel by following this guide. Prerequisite Created Website on Cyberpanel In our CyberPanel, we currently have no files in the public_html folder: We, however, have our backup generated in our guide: https://truehost.com/support/knowledge-base/create-incremental-backup/. We shall restore our files now: Then we will restore our databases […]

How to Create Incremental Backup in CyberPanel

Backups are vital for a website owner due to the loss of data from either an attack or deletion (accidental or intentional). In this guide, we will focus on creating an incremental backup. An incremental backup creates a backup of data that is newly created and adds it to the […]

A list of CWP WebServer Errors and their fixes

403 Forbidden Error This is mostly caused by ModSecurity. ModSecurity is an Apache module that offers extra security to your website. However, it may block access to your website with outdated rules. To turn it off, access your CWP dashboard, Click Security on your side panel then Click ModSecurity. Other […]

How to fix TOO_MANY_REDIRECTS error

You may experience a TOO_MANY_REDIRECTS error. It typically occurs when the redirect is not configured properly when a plugin or module activates SEO or a lovely URL, which causes problems with redirects. We will look into how to fix this problem Plugin Issue If you have any installed redirect plugins […]

How to Schedule Incremental Backup

Backups are vital to ensuring you have your data in case of accidental or intentional loss. CyberPanel has two backup systems: conventional and incremental backup systems. Conventional creates a full backup even when the changes between the existing backup and the new backup are 1%. Incremental will “add” to the […]

How to Create a Website on CloudPanel

CloudPanel offers an easy way to create websites. It offers various options, including WordPress and Django websites. In this guide, we will look at how we can create a website on CloudPanel. Requirements: Domain pointed to the VPS. Login to your CloudPanel dashboard. The credentials can be fetched by accessing […]

How to Fix Blacklisted Domain Error in CyberPanel

Note: This guide is not about domains whose IPs have been blacklisted. This primarily concerns the error “Blacklisted Domain” when adding the domain as a website on CyberPanel. We will examine the cause and how to fix this error in CyberPanel. Cause This error results from adding a domain that […]

How to Fix Invalid Session issue in CWP

You may log into your CWP dashboard and then, in a matter of seconds, find yourself logged out. There is an “Invalid Session” text on the side panel that appears as soon as you log in. We will look at how to resolve this problem in this guide. Different Session […]

How to Update CWP

CWP typically updates itself automatically. Through a cron job, it is updated no later than 48 hours after the update is made available. However, as soon as CWP is released, you can check and update it. We will look at manually updating CWP in this guide. Update System We will […]