Hello,
I would like to use Fabric for querying across different databases. However, I am running a commercial Enterprise edition on ec2, so I do not have access to the Neo4j.conf settings through the Neo4j Desktop. How can I configure fabric as described in in this example?
Thanks in advance,
Ariel
pls use Neo4j enterprise edition instead of Desktop version.
For Desktop,Use settings for neo4j.conf file
Thank you venkatb599 for your response! 
I am using an Enterprise edition, but it is running on AWS ec2, i.e. a remote machine. On the local Enterprise edition, which I tried before, I can access the neo4j.conf file through the Desktop user interface. However, on the remote Enterprise edition I don't know how to change specific settings (e.g. for running Fabric) or add plugins.
I have found the answer to my question here
For the cloud version of Neo4j, you must not modify the /etc/neo4j/neo4j.conf file directly, but rather modify /etc/neo4j/neo4j.template .
1 Like