Search Our Database

How to add new existing domain in DirectAdmin (Enhanced Skin)

Introduction This article is intended for web administrators, hosting resellers, and individuals managing multiple websites through DirectAdmin. It covers the process of adding a new domain in DirectAdmin, along with DNS configuration and verification steps. Follow the steps carefully to ensure the domain setup, DNS configuration, and server propagation are applied correctly, allowing seamless hosting

How to add Favicon to your website

Introduction A favicon is a small icon that represents a website, usually displayed in the browser’s tab or bookmarks. Adding a favicon helps create a more professional appearance and brand identity for your website. This guide walks through the steps to upload a favicon to your website, ensuring it appears correctly in users’ browsers. The

How to add an unsubscribe link to your Newsletter

Introduction This article is intended for individuals or administrators managing mailing lists who need to provide an easy way for subscribers to unsubscribe via email. It covers the steps to create a mailto link that allows users to unsubscribe automatically by sending an email with a preset subject, as well as offering alternative methods for

How to install and configure vsFTPd (Linux)

Introduction vsftpd (Very Secure FTP Daemon) is a popular and secure FTP server for Unix-like systems. This guide will walk you through the process of installing and configuring vsftpd on a CentOS system. It includes steps for setting up FTP users, securing the connection with SSL, and ensuring the FTP server starts automatically upon system

How to concatenate multiple certificate files into one bundled chain file for LBaaS

Introduction In the context of Load Balancer as a Service (LBaaS), it’s crucial to provide a complete certificate chain for secure communication between clients and servers. A certificate chain typically includes the end-entity certificate, any intermediate certificates, and the root certificate. Concatenating these certificates into one bundled chain file ensures that the load balancer can

How to Setup LEMP Stack on Ubuntu for Web Hosting

Introduction This guide explains how to set up a LEMP stack (Linux, Nginx, MySQL, and PHP) on Ubuntu. A LEMP stack is commonly used to host dynamic websites and web applications. This guide is designed for system administrators and developers who want to configure a secure and optimized environment for running PHP-based applications on an

How to reset database password in DirectAdmin

Introduction This article is designed to help users of DirectAdmin control panel reset their database password. This guide is useful when you need to access your database credentials but can’t remember them, which is often necessary for troubleshooting or migrating websites. The instructions apply to DirectAdmin users managing MySQL databases.   Prerequisites Access to the

How to setup FTP Account in cPanel

Introduction cPanel is a web hosting control panel that provides a graphical interface to simplify website and server management tasks, including FTP account setup. Setting up an FTP account in cPanel allows users to securely transfer files between their local computer and a web server. This is essential for managing website files efficiently. This guide

How To Launch Cloud Instance From Snapshot

Introduction Users can launch new instances directly from snapshots created from existing volumes. A snapshot is a point-in-time, complete copy of a volume and can be used as a backup of a disk image.    Prerequisite Register and log in to your Customer Portal account. Top-up credit to launch NovaCloud Instance.   Instructions Step 1:

Difference between a self signed and non self-signed SSL certificate

Introduction SSL (Secure Socket Layer) is a security protocol that encrypts the data transmitted between a web browser and a server, preventing third parties from intercepting sensitive information. There are two main types of SSL certificates: self-signed and non-self-signed (CA-issued) certificates. Understanding the differences between these types is crucial in determining which one is more