Running the following commands to update DirectAdmin
cd /usr/local/directadmin
wget -O update.tar.gz https://www.directadmin.com/cgi-bin/daupdate?uid=123\&lid=1234
#Where 123 and 1234 are your Client ID and License ID, respectively.
tar xvzf update.tar.gz
./directadmin p
cd scripts
./update.sh
service directadmin restart