Neo4j Server has its own browser. It allows to browse any local database. But currently I need to browse remote database. My remote Neo4j database provides REST API. I know its URL, login and password. How can I browse database via Neo4j Server browser or by any other means?
Usually, if the REST API is exposed, the browser UI will be too. Assuming the REST endpoint is https://user:pass@somehost:7474/db/data/, opening https://user:pass@somehost:7474/ will open the browser UI. This can be accessed remotely from you local computer.
In fact, at GrapheneDB we host remote instances for our users and this is how they access the browser.
If for some reason (don't know exactly why), you can't use the built-in browser remotely, there are other options:
If a CLI tool is good enough you can use py2neo. It comes with a CLI tool called cypher
that is able to run queries against a remote server secured with HTTP basic authentication.
If you are looking at visual tools to explore a remote dataset there are multiple options: