cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Neo4j Browser URL Parameters

I'm running Neo4j 4.0.0 Enterprise and have created a number of different databases. When I enter the Neo4j Browser using:

http://neo4j:7474/browser

...I see my default database, neo4j. I know that I can use :use <different_database_name> to switch databases, or I can use the drop-down on the "Database Information" tab to switch databases, but I was wondering if there is a way that I can specify the database as part of the URL, e.g.,

http://neo4j:7474/browser/database=<different_database_name>

Is there a list of parameters that can be specified via the browser URL somewhere (I looked, but was unsuccessful in finding anything), or is that not even a 'thing' that can be done?

Thanks for your time!
Ali

2 REPLIES 2

Hi Ali,
you can try this:

http://neo4j:7474/browser/?cmd=use&arg=<different_database_name>

Hey, Pilar - Thanks for the response! I tried your suggestion, but unfortunately, I still end up connected as my default database, neo4j. Thanks for the idea - I appreciate any thought that has potential to give me a shove in the right direction 🙂