> For the complete documentation index, see [llms.txt](https://n000b3r.gitbook.io/oscp-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://n000b3r.gitbook.io/oscp-notes/configurations/troubleshooting-neo4j-and-bloodhound.md).

# Troubleshooting Neo4j & BloodHound

### Problem

* Able to start `neo4j console` but <http://localhost:7474> is unreachable

### Solution

<https://stackoverflow.com/questions/29487042/failed-connect-to-localhost7474-connection-refused-where-is-the-neo4j-server>

Inside `/usr/share/neo4j/conf/neo4j.conf`:

```ini
dbms.default_listen_address=0.0.0.0
```
