cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

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 ACCEPTED SOLUTION

  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

View solution in original post

1 REPLY 1

  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