Unable to see the plugin option for neo4j remote DBMS connection

Hello @e0508081 and welcome to the Neo4j community :slight_smile:

You cannot see plugins for remote databases in Neo4j Desktop, the application only see plugins for local databases. If you wanna check if APOC or GDS is installed, you can execute these queries:

  • APOC: CALL apoc.help("")
  • GDS: CALL gds.list

Regards,
Cobra