- Joined
- Feb 27, 2003
- Messages
- 556
@floyd
There's a few ways to do it. You could simply add your subnet(s) to your client (global) ranges. This would take only a minute. Then, just maintain a list like you are already doing (except it would be a list of keys instead of IPs).
For your automation, be aware it's possible to install DA with no key at all (this is better for templates/images). You'd do the ipswap.sh as normal, and for licensing you would run getLicense.sh key instead of auto.
Because our installer now has background build, DA can typically be installed in a minute, so this might be easier than maintaining templates and doing ipswap/getLicense (and it guarantees your customer always starts off with the latest DA version). Your customer welcome mail could include the exact command they run to load DA onto their server:
I apologize for the inconvenience.
There's a few ways to do it. You could simply add your subnet(s) to your client (global) ranges. This would take only a minute. Then, just maintain a list like you are already doing (except it would be a list of keys instead of IPs).
For your automation, be aware it's possible to install DA with no key at all (this is better for templates/images). You'd do the ipswap.sh as normal, and for licensing you would run getLicense.sh key instead of auto.
Because our installer now has background build, DA can typically be installed in a minute, so this might be easier than maintaining templates and doing ipswap/getLicense (and it guarantees your customer always starts off with the latest DA version). Your customer welcome mail could include the exact command they run to load DA onto their server:
Code:
bash <(curl -Ss https://www.directadmin.com/setup.sh || wget -O - https://www.directadmin.com/setup.sh) 'TheirLicenseKey'
I apologize for the inconvenience.