Adam Carter
Adam Carter

Reputation: 4844

Connecting to localhost Neo4j database from remote device (iPhone)

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

Answers (1)

You should change the localhost IP to the address of your computer running Neo4J.

Upvotes: 4

Related Questions