I believe the way to creating a remote connection is by changing this line in conf/neo4j-server.properties
, specifically by removing the comment and restarting the
Confused myself with the setting. Anyone who has the same problem, 0.0.0.0
just means “this server isn’t local any more” and so to access it you use the public IP address of the computer that’s hosting the Neo4j server.
Just make sure that the ports you set in the server properties (default are 7474 and 7473) are open for incoming connections on your router/firewall etc.