Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
@sharry: I just re-installed on a fresh droplet and ran across the same problem. Neo4J 2.0 just very recently got released and I think it is a problem with the installation. Release 2.0 has some major changes (this tutorial is still applicable, but the install process is a bit different). Do you get the following output after installing?
http://localhost:7474/ is ready.
If so you are good to go. If not, simply use the following command:
/var/lib/neo4j/bin/neo4j start
If you change a configuration file you can use:
/var/lib/neo4j/bin/neo4j stop
And:
/var/lib/neo4j/bin/neo4j restart
Let me know if you run across anymore problems!
The command for starting Neo4j in the tutorial (service neo4j start) looks exactly right and should work on 2.0. Note that you need to invoke it as a service rather than through the neo4j start script.
I am on the Neo4j development team and we’d love to hear about any problems you have. The best place to get advice for Neo4j is StackOverflow.
-Ben
Hello,
I’m not able to access http://IP:7474. Could you please explain how i can turn the admin page on?
Thanks,
@tuncaucer http://docs.neo4j.org/chunked/stable/security-server.html under Secure the port and remote client connection accepts
It would be cool if there was some information about instance size and a one-click install for the database (or any other database)
Hey how about handling security? Like only accepting connections from certain IP addresses/ or authentication?
having a problem accessing port 7474 from a browser
http://ipaddress:7474 and http://ipaddress:7474/browser simply do not work. I get a “ERR_CONNECTION_REFUSED” in Chrome
Not quite sure what to do here…