Skip to content
CyberOpsSec
CyberOpsSec

Just another cybersecurity site

  • Home
  • Posts
  • Knowledge
    • Auditing
    • Linux Commands
    • Ports & Protocols
    • Scanning
    • Sniffing
    • Syslog
    • Vulnerability/Patch Mgmt
  • About
  • Contact
CyberOpsSec

Just another cybersecurity site

BloodHound CE Setup

Admin, June 24, 2025June 24, 2025

I’ve always had trouble getting BH running properly and finally decided to make a post about it. The first time you run bloodhound you need to run through the setup. Of course there are issues… The first error we run into is a collation version mismatch multiple times.

To fix these errors we need to open terminal:

sudo su postgres
psql
ALTER DATABASE postgres REFRESH COLLATION VERSION;
ALTER DATABASE template1 REFRESH COLLATION VERSION;

Now we can run bloodhound-setup again:

Great! No erros with postgres. No you will have to open the web browser and visit http://localhost:7474

You need to set a password and also set it under the “secret variable”. See screenshot.
sudo gedit /etc/bhapi/bhapi.json

Now you can login and get to work.

Tools

Post navigation

Previous post

Leave a Reply Cancel reply

You must be logged in to post a comment.

Recent Posts

  • BloodHound CE Setup
  • UBI – User Browsing Isolation
  • Rolling KRBTGT Account
  • SentinelOne: Why it’s important to monitor and audit your EPP
  • Nessus False Positive

Recent Comments

No comments to show.

Archives

  • June 2025
  • November 2024
  • September 2024
  • June 2024
  • May 2024
  • March 2024
  • January 2024
  • November 2023
  • September 2023

Categories

  • EPP
  • Tools
  • Uncategorized
  • Vulnerabilities
©2025 CyberOpsSec | WordPress Theme by SuperbThemes