Neo4j - Connection
Neo4j can be accessed both through the shell using command cypher-shell or through the browser.
During the tutorial we will be using the browser version of neo4j, but it is also possible to use the terminal version. The terminal version can be launched just by going inside the Docker server and after that by running the command cypher-shell.
Lauching Browser Instance
To start the browser instance of Neo4j:
- Start the Docker container
- Open your browser and navigate to:
- It will ask for an username and password. The default username and password are
neo4j. - After logging in with the username and password
neo4jit will ask you to change the password. Set the password to password so that you will remember it in the future.