Search Our Database

SPF record example

Introduction This guide will walk you through the process of creating an SPF (Sender Policy Framework) TXT record for your domain. SPF records play a crucial role in email authentication by specifying which mail servers are authorized to send emails on behalf of your domain. This helps protect your domain from email spoofing and ensures

How to generate your SSH Public key

Introduction Secure communication between your local machine and a remote server is crucial, especially when dealing with sensitive data. One of the most widely used methods to establish a secure connection is through SSH (Secure Shell) keys. SSH keys consist of a key pair — a public key and a private key. The private key

How to enforce SSL for website by editing `.htaccess` via SSH

Introduction This guide explains how to enforce SSL (HTTPS) on your website by editing the .htaccess file via SSH. The .htaccess file is a powerful configuration file used by the Apache web server to control various settings, such as URL redirects, access restrictions, and enabling or disabling certain server features. By leveraging .htaccess in combination

How to backup/restore MySQL database with mysqldump command

Introduction The mysqldump utility is a powerful tool designed to back up MySQL databases and transfer data to another MySQL server. This utility generates a set of SQL statements that can be used to recreate the original database on a different server or after a failure. Whether you’re migrating a database or performing regular backups, this

How to separate and setup a remote MySQL server in DirectAdmin-based Linux server

Introduction To enhance the performance, security, and scalability of your hosting environment, you may separate the MySQL database server from DirectAdmin onto a dedicated server. MySQL is a widely used open-source relational database management system, especially for web applications and services. This approach allows for better resource allocation, improved database performance, and easier maintenance of

How to launch phpMyAdmin on DirectAdmin (Evolution Skin)

Important Note: This guide is meant for the Evolution Skin Variant of DirectAdmin. If you are using Enhanced Skin, kindly refer to this guide instead: How to launch phpMyAdmin on DirectAdmin (Enhanced Skin) Introduction This guide walks you through the steps to start phpMyAdmin in the DirectAdmin using the Enhanced Skin. phpMyAdmin is a popular

How to Purchase/Register a Domain Name from IPServerOne

Introduction Purchasing a domain name from IPServerOne is a simple and efficient process. Whether you’re launching a new website, expanding your online presence, or securing a unique domain, our intuitive portal ensures a seamless experience. This guide outlines the steps to register a domain using the IPServerOne customer portal, from checking domain availability to completing

How to transfer domain to IP ServerOne

Introduction This guide explains how to transfer your domain to IPServerOne. To avoid service interruptions, start the transfer process at least 10 days before your domain expires. Steps for domain transfer: 1. Prepare for the Transfer Unlock the Domain: Log in to your current registrar’s account and unlock the domain (set the status to active).

Using a Cross Certificate for compatibility with older devices

Overview Older devices may not support the latest CA root certificates from GlobalSign, which can result in connection issues when accessing secure websites. In such cases, implementing a Cross Certificate provides a workaround by chaining the SSL certificate to an alternate root certificate that is compatible with these older devices. This guide outlines the steps