I'm getting up and started with using neo4j, but I'm a bit confused about the usual workflow. I have neo4j setup on an ubuntu box that I ssh into. Is the idea that I can run neo4j on that box and then access the database for exploring with my browser?
For instance, running sudo service neo4j start, is there some way I can view the database in my local browser?
I see that I need to access that file, which should be in <neo4j-home>/conf/neo4j.conf, but I'm having trouble finding out what neo4j-home is in my case.
Trying echo $NEO4J_HOME doesn't give me anything. How can I track down the directory?
I managed to find the file /etc/neo4j/neo4j.conf. I think this is the file I need to edit? Do I simply add dbms.connectors.default_listen_address=0.0.0.0 anywhere in that file?
if use 0.0.0.0:7474, the neo4j browser will run on localhost:7474. So in case to remote access with specific IP, you need to specify the ip in dbms.connector.http.listen_address
if you cant reach the Python implementation of a webserver and you cant reach the Neo4j webserver that more than likely its something in the network stack preventing