Controlling Hestia From Command Line

One of my project need us to manage Multiple Domains. For this we need to create and configure website in particular way. Basically our code will be dotnet based and running on reverse proxy on nginx. I know manual step on hestia to do the configuration. Now what we need is to automate it. So my question are:

  1. Can I configure Hestia through command line, are there any CLI or can I simple modify required configuration?
  2. Is it good idea to use Hestia for such automation. are there any downside as I think with Hestia I don’t have to worry too much about security and keep it up to date.

Yes, you can use the command line.

There is also an API.

1 Like

Since API and CLI are both available I assume it is safe to use this way. Thanks.

1 Like