Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are the credentials for Neo4j browser

I have just installed neo4j desktop and also the server from here.

Also installed JDK.

Next I had extracted the neo4j community and then using the admin command prompt inside the bin directory at that location I had installed the service using the command

neo4j.bat install-service.

Once the services are successfully installed, I am now able to browse to http://localhost:7474/browser/

But now what? What should be the credentials to logon.

I see the following messages

Database access not available. Please use :server connect to establish connection. There's a graph waiting for you.

Connect to Neo4j Database access requires an authenticated connection.

Neo4j browser authentication problem

like image 378
VivekDev Avatar asked Sep 03 '25 05:09

VivekDev


1 Answers

Default credentials are

Username: neo4j 
Password: neo4j
like image 169
Rajendra Kadam Avatar answered Sep 05 '25 01:09

Rajendra Kadam