Copy configuration to other new DA server

samuelmf

Verified User
Joined
Jul 30, 2021
Messages
157
Hey guys,
There is something like, allows me to create a configuration script for directadmin, so in that script or file I can put all the configurations of DA and programs (like mysql, php, exim, dovecot, etc) and plugins that I transfer it to a new server with DA and execute it and it installs the same as on the other server so you don't have to be doing it manually one by one.

Newbie question!
 
Last edited:
If you do with same OS
You can copy
/usr/local/directadmin/conf/directadmin.conf
/usr/local/directadmin/custombuild/options.conf

/usr/local/directadmin/custombuild/custom
/usr/local/directadmin/data/template/custom

and upload to new server with same path

Any custom other config should place in these folder, so custombuild can handle it
/usr/local/directadmin/.../custom

this basic how it work
 
Back
Top