Important DirectAdmin License Changes – Unified Pro Pack Features for All Modern Licenses

DirectAdmin has introduced major licensing changes starting in 2023. Legacy licenses are no longer sold, and all new licenses now include full Pro Pack features by default. This article explains the discontinuation of old license types, the status of Personal and Datacenter licenses, changes to Support Extensions, the complete list of Pro Pack features, and how to enable them after upgrading.

DirectAdmin LicensePro PackLicensing Changes

~3 min read · Updated Feb 27, 2026

1. Unifying DirectAdmin and Pro Pack Features


Over recent years, the popularity of licenses with Pro Pack has grown significantly, while legacy licenses have seen a major decline. To simplify licensing and unify the feature set, DirectAdmin has discontinued all legacy licenses.


Sales of all legacy licenses (without Pro Pack) ended on August 1, 2023.


The following licenses remain available for purchase:


  • Personal PLUS
  • Lite
  • Standard

Benefits of this change:


  • Unified codebase for faster development
  • Cleaner and more efficient documentation
  • Easier 3rd‑party development (plugins, modules, tutorials)

2. Retail Personal Licensing


New orders for the retail Personal license are no longer accepted as of August 1, 2023.


Existing licenses will continue to function as long as the payment subscription remains active. If billing fails or is canceled, the license is permanently forfeited and cannot be reactivated.


A legacy codebase flag will appear in the control panel to clarify why certain features are unavailable for Personal licenses.


3. Datacenter (Internal) Licensing


New orders for datacenter licenses also ended on August 1, 2023.


Existing datacenter licenses will continue to function at the same price, provided the subscription remains active.


Expired licenses due to failed billing are permanently forfeited.


These licenses will also display a legacy codebase flag in the control panel.


4. Support Extensions


New orders for Support Extensions are no longer accepted as of August 1, 2023.


Existing holders may continue renewing their support extension or have their license upgraded to a modern license type without a price increase.


Failed billing results in permanent loss of renewal ability.


5. Pro Pack Features


As of August 2023, DirectAdmin uses a unified codebase, and all licenses for sale include full Pro Pack features. Key features include:


  • Python/Java/Ruby/Perl/NodeJS support via Nginx Unit
  • Per‑user Redis manager
  • Advanced Nginx features (automatic CMS templates, WordPress + FastCGI cache)
  • Per‑user resource throttling (CPU/RAM/IO)
  • Advanced Admin SSL management
  • Email Track & Trace, Email Summary
  • Web Terminal
  • GIT Manager
  • ClamAV filesystem scanner
  • WordPress Manager
  • IMAP Sync
  • Automatic email configuration detection for Thunderbird
  • MariaDB 10.11, 11.4, 11.8 and MySQL 8.4 support
  • DB Monitor
  • File System Information (disk/partition details)
  • Automatic security.txt support
  • Support for Ubuntu 24, Debian 13, RHEL 10
  • System Packages feature
  • Isolated PHP‑FPM mode

Upcoming Features:


  • Advanced backup manager with per‑file and per‑database restore
  • DNS synchronization with external providers (e.g., Cloudflare)

6. How to Enable Pro Pack Features


After upgrading your license, simply restart DirectAdmin:


systemctl restart directadmin

Install Nginx Unit:


da build set unit yes
da build unit

Install Redis:


da build set redis yes
da build redis

Install WordPress Manager:


da build wp

Install IMAP Sync:


da build imapsync

Install Git:


# Debian/Ubuntu
apt-get -y install git

# RHEL/CentOS
yum -y install git

If running CloudLinux:


cagefsctl --addrpm git
cagefsctl --force-update

7. Feature Does Not Appear in the Panel


If a feature is missing, ensure it is enabled at all required access levels:


  • Enable for the user (Admin Level → Account Manager → Show All Users → Modify)
  • Enable for the reseller who owns the user
  • In rare cases, enable for the admin’s reseller level

Written & researched by Dr. Shahin Siami

Related Articles

Email Client Configuration & Dovecot Quota/Monitoring Guide for DirectAdmin Users

This guide explains how to configure popular email clients (iPhone Mail, Thunderbird, Gmail POP/SMTP), enable Dovecot LMTP quota warnings, and check the last login time for all email accounts on a DirectAdmin server. It includes step by step instructions, recommended IMAP/SMTP settings, and useful administrative scripts.

Continue

Troubleshooting Dovecot in DirectAdmin – Fixing IMAP Errors, Authentication Issues, and SSL Certificate Checks

Dovecot is the IMAP/POP3 server used by DirectAdmin. Sometimes users encounter errors such as “Connection dropped by IMAP server” or “unknown user” during authentication. This guide explains how to fix corrupted Dovecot indexes, understand authentication logs, hide unnecessary warnings, and manually inspect SSL certificates on IMAP ports 143 and 993.

Continue

DNS Troubleshooting in DirectAdmin – When named is Running but Domains Do Not Resolve

Sometimes the named (BIND) service runs normally, yet DNS queries fail or domains do not resolve from outside. This guide provides a complete troubleshooting workflow for checking named listeners, firewall rules, named.conf configuration, DNS propagation issues, subdomain problems, resolv.conf errors, and common Apache/Nginx misconfigurations.

Continue

Managing DNS Records in DirectAdmin – Complete Practical Guide for Administrators

DirectAdmin provides a powerful DNS management system that allows administrators to control TTL values, create SRV records, enable DNSSEC, manage subdomain delegation, automate TLSA records, and perform mass DNS updates. This guide explains all essential DNS operations in DirectAdmin with real-world examples and best practices.

Continue

DNS and Nameservers in DirectAdmin – Complete, Practical, and Professional Guide

DNS is the backbone of the internet, responsible for translating domain names into IP addresses. DirectAdmin allows you to create private nameservers (ns1/ns2), manage DNS zones, configure DNS clustering, use external DNS, and troubleshoot common issues. This guide provides a complete, clear, and practical explanation of DNS concepts and their implementation in DirectAdmin.

Continue

CustomBuild in DirectAdmin – Complete Guide to Installation, Updates, Configuration, and Advanced Customization

CustomBuild is DirectAdmin’s primary software management system. It installs, updates, configures, and rebuilds essential services such as Apache, Nginx, PHP, MariaDB/MySQL, Exim, Dovecot, FTP servers, and more. Because most components are compiled from source, CustomBuild offers exceptional flexibility, fast access to new versions, and optimized performance.

Continue