Connect Neo.ClientError.Security.Unauthorized: The client is unauthorized due to authentication failure

Had the same problem just a few hours ago. To solve this problem:

  1. Open neo4j browser from Neo4j desktop
  2. Use ":server user add" command to create new user
  3. Check the "Force password change" option
  4. Open common browser (chrome, firefox, etc) at http://localhost:7474/
  5. Login with the user you have created.
  6. Set a new password for the user
  7. Smile :slight_smile:
3 Likes