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 use Plugins on a remote KG from Neo4j desktop

We use Neo4j desktop In our R&D team and we are connected to a remote DBMS. For this remote instance we are unable install plugins such as Apoc and GDS. How can we add and use these plug-ins? should it be done individually or there is a universal way?

1 ACCEPTED SOLUTION

installation of plugins is basically the same whether it's Desktop, or a remote cloud instance that you're running.

Generally you put the JAR file in the plugins folder (/var/lib/neo4j/plugins, usually) and you edit neo4j.conf to add any configuration necessary (sometimes this is a different file, such as apoc.conf)

View solution in original post

1 REPLY 1

installation of plugins is basically the same whether it's Desktop, or a remote cloud instance that you're running.

Generally you put the JAR file in the plugins folder (/var/lib/neo4j/plugins, usually) and you edit neo4j.conf to add any configuration necessary (sometimes this is a different file, such as apoc.conf)