Page 1 of 1

Installation of DirectAdmin (Linux)

Posted: Wed May 13, 2026 8:08 pm
by Admin
Here's the official DirectAdmin installation guide: http://www.directadmin.com/installguide.html.

Contact IntoVPS support in order to obtain your licensing information.

Operating systems supported by DirectAdmin:

CloudLinux (recommended) -> 6.x 32/64-bit, 7.x 64-bit
RedHat Enterprise / CentOS -> 6.x 32/64-bit, 7.x 64-bit, 8.x 64-bit
Debian -> 8.x 64-bit, , 9.x 64-bit, 10.x 64-bit
FreeBSD -> 11.x 64-bit, 12.x 64-bit

Optional step to update DirectAdmin

To update DirectAdmin manually just in case the automatical update process does not work, run following commands:

cd /usr/local/directadmin
wget -O update.tar.gz https://www.directadmin.com/cgi-bin/dau ... rLicenseID
tar xvzf update.tar.gz
./directadmin p
cd scripts
./update.sh
service directadmin restart