I am running Linux. I would like to connect to a remote neo4j service by using neo4j console.
I have installed a neo4j (neo4j:5.20.0) service on a different computer. There Neo4j runs as docker swarm service via docker stack deployment.
I would like to use the command line and not the web browser to interact with neo4j service.
I assume neo4j console is the tool I should use. I am unable to find documentation on how to set/supply connection parameters to neo4j console.
Any examples or links to documentation would help.
Thanks.