When the DirectAdmin system downloads the license from the DA server, the license update notifications are issued.
DA version 1.62.0 allows you to disable these notifications through an option in the directadmin.conf file. You can do this with a text editor or through a DA administrator, as demonstrated below.
Set the below-mentioned option:
notify_on_license_update=0
Note that the default value for license update is 1. Also, don’t forget to restart DA.
License Update Notification in DA
If you want to change the value via a DA command, use the following command:
# /usr/local/directadmin/directadmin set notify_on_license_update 0 # service directadmin restart
And that’s how you are done disabling license update notifications in DirectAdmin.