Upgrade DirectAdmin via command without ClientID/License ID?

DewlanceVPS

Verified User
Joined
Oct 3, 2016
Messages
106
Hello,

Any possible way to upgrade DirectAdmin via command like "directadmin upgrade --force" without entering Client ID and License ID ?



Thanks.
 
Not as far as I know.
I've always had a text file with the server ips and licenses that I fetch before a getLicense for when new VPSs are brought online for customers.

However, since the recent unavailability of new lifetime internal licenses, I think I'll have to solve this using the API in future.

I believe the provided example script to use their APIs to query IPs, Licenses Numbers can be found here!

https://www.directadmin.com/clients/api/DirectAdminLicense.php.txt

Good luck!
 
Code:
cd /usr/local/directadmin/custombuild
./build update_da

This updates DA from the command line.
 
For pre-release use Zeiters link.

For normal update either update from the admin panel or like this:
Code:
cd /usr/local/directadmin/custombuild
./build update <- DewlanceVPS forgot this one
./build update_versions (or ./build update_da)
 
Back
Top