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 install APOC for remote connection to Neo4j

asharpe
Node Clone

Hi all. Could someone help me with how to install APOC for a remote connection to Neo4j?
Big picture: I am trying to import/load a JSON file into Neo4j in order to make a graph out of it, and it seems I need APOC for that.
Thanks!

1 REPLY 1

  1. ssh to your remote server and switch to the neo4j user

copy $NEO4J_HOME/labs/apoc-4.3.0-core.jar to $NEO4J_HOME/plugins/
or
download the latest apoc.jar from Releases · neo4j-contrib/neo4j-apoc-procedures · GitHub
and copy the apoc.jar to the $NEO4J_HOME/plugins/
3. restart the neo4j instance (neo4j restart or systemctl restart neo4j)