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?
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)
1 Like