Category Archives: Server

Cloudflare and cPanel AutoSSL
In order to enhance the security of your website and ensure a secure connection, configuring SSL/TLS certificates is crucial. One popular option is to utilize Cloudflare’s services for this purpose. By following a few simple steps, you can easily set up and install a Cloudflare SSL/TLS certificate on your website. This guide will walk you…

Extend the file system of EBS volumes on AWS EC2
To extend the file system of an EBS volume on an AWS EC2 instance, you can follow these steps: Login to AWS, then EC2 Choose the instance you want to extend EBS. Under the storage tab, click on the volume ID Choose the volume, then action and Modify the volume. Enter the new volume and…

Failed to retrieve directory listing on FileZilla and cPanel
If you are getting the following error when trying to access FTP via FileZilla and you are using cPanel Error: Connection timed out after 20 seconds of inactivity Error: Failed to retrieve directory listing Do the following to resolve this issue: Open the below port range on your server: 49152 – 65535 Open the port…

How to Create and Reset Key Pair in Ubuntu: A Step-by-Step Guide
If you are completely locked out of Ubuntu by losing your key pair or root password, do not panic. there is a way to reset your key pair or root password. Follow these steps to be able to gain access again. These steps should work on any Linux but it was only tested on Ubuntu…