Search Our Database

How to Create Site Redirect Using “.htaccess”

Introduction One of the most effective ways to perform a page or website redirection is by using the .htaccess file. This file can be found in the public_html directory of your website. If the .htaccess file does not already exist, you can create it manually within the public_html folder. Important Note: Ensure that the ownership

How to manually change or update DirectAdmin license

Introduction You may need to change or update your DirectAdmin license in several scenarios, including when you change your server’s IP address, migrate to a new server, upgrade or downgrade your license, renew an expired license, switch license types, or address licensing errors. Updating the license ensures continued compliance and smooth operation of the software

Reassign domain to a different user in DirectAdmin

Introduction This guide will walk you through the process of transferring a domain from one user to another within the DirectAdmin control panel using a script. This method requires SSH access to the server. Follow the steps below to perform the transfer efficiently and ensure the domain is successfully moved. Steps to Transfer a Domain

How to create a user with Root privilege in Linux

Introduction This guide provides step-by-step instructions on how to create a user with root privileges in a Linux environment. This is a security-conscious practice that allows you to avoid using the root account for day-to-day activities, thus reducing the chances of accidental system changes or potential security risks. By the end of this guide, you

How to change ‘da_admin’ user password in MySQL (DirectAdmin)

Introduction This guide is intended to managing DirectAdmin servers who need to change the da_admin password for MySQL. It covers the process for updating the da_admin password to ensure security and access control. This is necessary when you suspect unauthorized access or when rotating credentials for security compliance. The steps are applicable on DirectAdmin servers

How to change DirectAdmin username

Introduction This guide provides a step-by-step walkthrough for users looking to change the username in DirectAdmin. It is intended for users who have access to DirectAdmin and want to modify user accounts. Changing the username might be required when managing user privileges or ensuring secure account handling. This guide covers the necessary steps, ensuring minimal

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

Upgrading Ubuntu from 18.04 to 20.04

Introduction This guide will walk you through the process of upgrading your Ubuntu system from version 18.04 LTS to 20.04 LTS. This involves updating installed packages, removing obsolete kernels, and performing the actual distribution upgrade. Ensure you have a backup of your important data before proceeding.   Prerequisites Access to the server with root privileges.