Knowledgebase

Install DirectAdmin on Debian 10 Print

  • 0

Introduction

DirectAdmin is a popular Graphical User Interface (GUI) and control panel that helps you to install and manage a full web-server stack on a wide variety of modern operating systems. This documentation will guide you through the installation process on Debian 10 Buster.

Prerequisites

1. Purchase a Valid License

Running DirectAdmin requires a valid software license. A 60-day trial license is available for evaluation alongside multiple paid options. Please select the appropriate license for your requirements from their pricing page.

2. Verify Your License

Verify your license by going to the DirectAdmin client area and checking that the license is valid and assigned to your Rcs instance's IP address.

3. Installation

Install the required packages as root:

# apt install wget gcc g++ make flex bison openssl libssl-dev \
perl perl-base perl-modules libperl-dev libperl4-corelibs-perl \
libwww-perl libaio1 libaio-dev zlib1g zlib1g-dev libcap-dev cron \
bzip2 zip automake autoconf libtool cmake pkg-config python \
libdb-dev libsasl2-dev libncurses5 libncurses5-dev libsystemd-dev \
bind9 dnsutils quota patch logrotate rsyslog libc6-dev libexpat1-dev \
libcrypt-openssl-rsa-perl curl libnuma-dev libnuma1

Download and run the DirectAdmin installation script:

# bash <(curl -Ss https://www.directadmin.com/setup.sh) auto


Was this answer helpful?
Back

Powered by WHMCompleteSolution