How to configure multiple neo4j instances remotely

Hi all,
we need to install, configure and maintain a hundred of neo4j instances from remote.
Neo4j is installed on windows machines.
What is the best way to do this?
Thanks in advance.

  1. Ensure it's installed as a system service so that with a single script you can stop/start/restart the service
  2. Set up an SSH server so that you can stage / SCP copies of neo4j.conf into the right places when you want
  3. Set up prometheus or grafana monitoring so that all instances report their stats to a 3rd party monitoring service, so you know which instance you need to intervene with, where and when