When i try to connect to the cypher shell in a db in neo4j desktop i get a connection refused message.
2 Likes
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.
I use neo4j desktop on Debian Buster. After having created a DB i start the Terminal with the terminal-button and try to connect with
bin/cyher-shell but the connection is refused:
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