How to install free SSL on CWP

CWP provides free Let’s Encrypt SSL that allows you to secure domains and subdomains hosted on it. To issue the free SSL, follow the steps below: 1.Login to WHM dashboard If your IP is 10.20.54.36, the WHM dashboard is https://10.20.54.36:2087 2.Once logged in, on your Left Side panel, use the […]

How to Install Webuzo Control Panel

Webuzo is a multi user control panel created by the same company that creates Softaculous App Installer. It is a sleek and user friendly control panel that can run with Nginx or Apache. This guide will show you how to Install it and add your domain name to it. Requirements […]

How to install SSL on Nginx Web Server

To install your premium SSL/TLS certificate on your domain running on Nginx Web Server, follow the steps below: Prerequisites You already generated a CSR and Private Key. If not, first use this guide You sudo or root access to the server. We will assume our domain is called truehosttestdomain.com Procedure […]

How to Test Your SSL/TLS Certificate

SSL/TLS are used to secure traffic between a server and web client such as web browser. If not properly configured, SSL can be exposed to vulnerabilities that could cause your data to be accessed during transit. To prevent this it is critical to test your SSL after you have installed […]

How to install SSL/TLS on Apache Web Server

To install your premium SSL/TLS certificate on your domain running on Apache Web Server, follow the steps below: Prerequisites You already generated a CSR and Private Key. If not, first use this guide You sudo or root access to the server. We will assume our domain is called truehosttestdomain.com Procedure […]

How to Add a Domain to Cloudflare

Cloudflare is among the best DNS management platform out there. It brings a load of features anyone could benefit from, and better, some features are completely free of charge eg proxy, cache and CDN. Connecting your domain to Cloudflare is also not difficult. This guide will show us how to […]

How to check disk quota usage on a VPS

Disk quota refers to two things: size of files on the disk number of files on the disk – also called Inodes Every disk has a limited size and limited inodes.For example, you may have a disk that can hold 500GB of data and 1,000,000,000 files (inodes). When using shared […]

How to Clear Your DNS/Network Cache

Computers store DNS lookups on the Operating System’s cache. This is good as it helps accelarate network perforamnce, which makes your site load faster. However, if you are actively designing a website, it also means that changes you make may not immediately reflect. To avoid this behaviour, you may want […]

How to clear browser cache

Browser cache is a feature provided on all browsers. What this does is, it keeps a copy of your site on the browsers ‘memory’ so that the next time you load the site, it loads faster. However, this behavior has some side effects since it also means when you make […]