DirectAdmin version upgrade information

HostingGrounds

Verified User
Joined
Dec 11, 2009
Messages
27
Hi,

Is there a possibility to add the DirectAdmin version in the CMD_API_ADMIN_DA for example?
Also include the most recent version, so we know when there is a DirectAdmin available?
If we have this information, maybe a CMD_API_ADMIN_UPDATE_DA to update DirectAdmin remotely?

This is nice information for building a dashboard for managing multiple DirectAdmin servers.
 
Hello,

You can find a Directadmin version installed on your server in every reply to it, it's presented in headers:

Code:
$ curl -I https://server.example.net:2222/
HTTP/1.1 200 OK
Server: DirectAdmin Daemon v1.55.0 Registered to Poralix

The current release version you can find with a DNS lookup request:

Code:
$ dig +short TXT version.directadmin.com
"v=1.55.0&f=1.550000"

I hope it helps.
 
Back
Top