Need to Get User information

yousef

Verified User
Joined
Apr 1, 2009
Messages
6
Hi,

We Use DirectAdmin on our servers. What I am looking for is to get data of all of our users (Resellers and others) into a single file.
Is there any tool avaialble in DA like Cpanel to import that info into a csv or xls file.?

What I want to include is
username, email, package, IP (if possible) etc

Regards
 
Hello,

Well, the API can give you all the information want, in scriptable form:
http://www.directadmin.com/api.html

However, there is one file already that has a lot of that information ready to go:
/usr/local/directadmin/data/admin/show_all_users.cache
which you can check.

If you need a specific xls or csv, then probably the API with a script would be the route to go, as you'd have more control over what you want to have in the file.

John
 
Back
Top