Skip to content

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:

  1. Start the Docker container
  2. Open your browser and navigate to:
    Browser Address
    localhost:7474
    
  3. It will ask for an username and password. The default username and password are neo4j.
  4. After logging in with the username and password neo4j it will ask you to change the password. Set the password to password so that you will remember it in the future.