Neo4j web admin user interface only listens on localhost as default

If you can’t connect to the Neo4j web admin through a URL like

http://mymachine:7474

it might be because the default setting is that only localhost is allowed.

Open the neo4j-server.properties file in the conf directory.  Find

#org.neo4j.server.webserver.address=0.0.0.0

and uncomment it.

There are security considerations for removing this.

Tags:

Leave a Reply