Reputation: 4844
Currently, my Neo4j database uses the address http://127.0.0.1:7474
.
I have changed the file neo4j-server.properties
so it now reads org.neo4j.server.webserver.address=0.0.0.0
as it says to uncomment this line to allow remote access.
I have also tried org.neo4j.server.webserver.address=127.0.0.1
but when trying to access http://127.0.0.1:7474
on my iPhone I cannot connect to the server.
Has anyone had any experience trying to do this?
Thanks as always
Upvotes: 2
Views: 1836
Reputation: 10346
You should change the localhost IP to the address of your computer running Neo4J.
Upvotes: 4