cPanel
PHP Versions and Extensions in cPanel
At Webzi, we provide the most popular PHP versions and allow users to select the extensions needed for their development. Below we explain how to do it: Log in to the cPanel control panel using your administrator credentials. Inside cPanel, look for ...
Connect Visual Studio Code to cPanel via SSH
Connecting Visual Studio Code to your cPanel hosting service is a simple task using the Remote - SSH plugin. If you haven't installed this plugin in VS Code yet, go to the Extensions icon on the left sidebar (or press Ctrl + Shift + X) and search for ...
How to Block IP Addresses in cPanel to Protect Your Website
Not all traffic reaching your website is legitimate. Malicious bots, unauthorized access attempts, and brute force attacks are common threats that can compromise the security and performance of your server. Blocking unwanted IP addresses is one of ...
How to Set Up a Remote MySQL Connection in cPanel
With the growing need to access databases remotely to manage applications and websites, setting up a remote MySQL connection has become an essential skill for developers and system administrators. This tutorial will guide you step by step through the ...
How to Fix cPanel "Loading Your Email Accounts" Slow Issue
Is your cPanel stuck "loading" forever when searching for email accounts? Do you see the "Loading your email accounts..." message for several seconds or even minutes? You are not alone! We have discovered the solution to this problem that affects ...
How to Create Full and Partial Backups in cPanel
Having up-to-date backups of your information is invaluable for the continuity of any project or business. At Webzi, we maintain a robust and well-defined backup policy. As part of our service and at no additional cost, we perform automatic backups ...
Popular Articles
How to fix WordPress memory limit errors
Sometimes when installing or using themes and plugins in WordPress, you might run into errors related to the memory limit assigned to PHP. Some common messages include: Allowed memory size of xxx bytes exhausted... Fatal error: Out of memory... These ...
Connect your email in Microsoft 365 (exchange)
To configure email sending from your cPanel server to Microsoft 365, you need to follow several steps, including DNS setup and updating the records to ensure emails are correctly handled. Access cPanel Log in to your cPanel account. Go to the Email ...
JetBackup 5: How to fix the Integrity Check error using CLI/SSH
When JetBackup performs its automated integrity verification processes, they may sometimes complete partially due to network interruptions, timeouts, or communication issues with the remote storage destination. If you receive notifications indicating ...
Basic SSH commands
FILE MANAGEMENT Copy file cp -a archivo.zip archivocopia.zip Create a 404.html file touch /home/usuario/public_html/404.html Compress directory zip -r archivo.zip /home/usuario/public_html/directorio Extract file unzip archivo.zip View contents of a ...
'Never Finished' error in JetBackup 5
The "Never Finished" error in JetBackup happens when a backup job doesn’t complete properly, leaving the process stuck in a "never finished" state. This issue can pop up for a bunch of reasons, like JetBackup services acting up, cache problems, or ...