BloodHoundAD / BloodHound

Six Degrees of Domain Admin
GNU General Public License v3.0
9.8k stars 1.73k forks source link

How to Host Bloodhound Server on EC2 Public IP #616

Closed arishwani closed 1 year ago

arishwani commented 1 year ago

Hi, Is there any documentation on how to host Bloodhound Server on EC2 Public so many users could login to it using the login page instead of just having it hosted on a localhost.

Thank you Ari

yellow-starburst commented 1 year ago

Yeah you just change the neo4j conifg

arishwani commented 1 year ago

@yellow-starburst I did change the config file to be pointed to the Ec2 IP but not luck

image

JonasBK commented 1 year ago

Hi @arishwani,

What version of neo4j are you running? It works for me with this config using 4.4.10 on Windows:

# With default configuration Neo4j only accepts local connections.
# To accept non-local connections, uncomment this line:
dbms.default_listen_address=0.0.0.0

I will close this issue but feel free to comment, and I will try to help you.