When i try to connect to the cypher shell in a db in neo4j desktop i get a connection refused message.
What are you using to connect to the instance? One of the different drivers? Through a web browser? Can you share the method? Hopefully we'll be able to get you on the right track.
Hello everyone, I do have the same issue, I even tried the following:
root@Ubuntu-1604-xenial-64-minimal /opt/neo4j-community-3.5.13/bin # ./cypher-shell
Connection refused
root@Ubuntu-1604-xenial-64-minimal /opt/neo4j-community-3.5.13/bin # ./cypher-shell -u neo4j -p password
Connection refused
root@Ubuntu-1604-xenial-64-minimal /opt/neo4j-community-3.5.13/bin #
# Enable a remote shell server which Neo4j Shell clients can log in to.
dbms.shell.enabled=true
# The network interface IP the shell will listen on (use 0.0.0.0 for all interfaces).
dbms.shell.host=127.0.0.1
# The port the shell will listen on, default is 1337.
dbms.shell.port=1337
The config was adopted with statments above.
Thank you"
Malte
