Search Our Database

How to change default domain in DirectAdmin

Introduction Welcome to this quick guide on how to set the default domain in your DirectAdmin control panel. The default domain is the primary web address linked to your hosting account and serves as the key identifier for your online presence. This might be particularly relevant if you’re in the midst of rebranding, launching a

DirectAdmin Add-on Additional Domain

Introduction This updated guide details the process of adding an additional domain to your DirectAdmin account, ensuring your hosting setup remains organized and efficient. Prerequisites Access to DirectAdmin. A registered domain ready to be added. 1. Login to DirectAdmin as user. 2. Click on Domain Setup   3. Click On Add Another Domain   4.

How to enable DNS Control for user in DirectAdmin

Introduction   This functionality is vital for users who need to manage DNS settings for their domains, such as modifying A records. As an admin or reseller, you can grant this ability to your users through a few simple steps in DirectAdmin. This guide will walk you through the process of granting DNS Control privileges

How to create MySQL database in DirectAdmin (Enhanced Skin)

Introduction This knowledge base will guide you through the steps to create a MySQL database in DirectAdmin   Prerequisites Access to DirectAdmin: Ensure you know your username and password to log in to DirectAdmin.   Steps to create MYSQL Database 1. Login into Direct Admin as user. 2. Under Your account, click MySQL Management 3.

DirectAdmin User Access Levels Explained

Introduction DirectAdmin, a powerful control panel for web hosting, categorizes users into three primary access levels: Admin, Reseller, and User. Understanding these levels is crucial for effective management and utilization of the DirectAdmin interface. Prerequisites Basic understanding of web hosting concepts. Access to a DirectAdmin control panel. DirectAdmin is a control panel comprising three different

How to Install ImageMagick PHP Extension on DirectAdmin Based Servers

Note: This is for DirectAdmin servers only, below are the commands to install the extension: wget http://pecl.php.net/get/imagick-2.3.0.tgz tar -zxf imagick-2.3.0.tgz cd imagick-2.3.0 phpize ./configure —with-imagick=/usr/local make make install In case you get this error when trying to perform the installation steps shown earlier: configure: error: not found. Please provide a path to MagickWand-config or Wand-config