简体   繁体   中英

Neo4j - How to enable access to Neo4j Browser for Neo4j Desktop from Chrome

I have installed Neo4j Desktop 1.4.8 which runs Neo4j 4.2.11. Neo4j Browser can be accessed from the in-built apps on Neo4j Desktop. But I want to initiate an additional instance of the Neo4j Browser from Chrome. How can I do that?

  • Open the Neo4j Browser app from the Graph Apps menu in Neo4j Desktop
  • In the browser, click on "Database Information" icon
  • Under the "Connected as" heading, click on ":server user add"
  • Creating credentials for accessing through Chrome browser
    In the new panel that appears below the command ":server user add" in the Query Edit Pane
    a) Username >> pick a username
    b) Password >> set a password
    c) Roles >> pick a role based on desired privileges ( described here )
    d) "Add User"
  • Open chrome and go to "http://localhost:7474/browser/"
  • Input the chosen credentials
    a) Connect URL >> neo4j:// localhost:7687
    b) Database - leave empty for default >>
    c) Authentication type >> Username / Password
    d) Username >> <chosen username>
    e) Password >> <chosen password>
    f) "Connect"

在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM