tguard-soc-package / nusantara

174 stars 33 forks source link

I cannot access MISP dashboard #3

Open FarisThabit opened 2 months ago

FarisThabit commented 2 months ago

I am in the process of installing T-Guard components. After following all the steps in the setup GUI interface (I will attach a picture) Wazzuh-Setup , I can access the dashboard of (Wazuh, IRIS, and Shuffle) using the credential information provided in T-Guard documentation (I will attach a picture of the credential information provided in T-Guard documentation). credential information provided in T-Guard documentation Still, I cannot access MISP dashboard although all the containers are running (I will attach a picture of all the running containers related to MISP). MISP containers are ready When I try to access MISP dashboard using (https://:1443), the page freezes. No Connection to MISP

Could you please help me to debug the issue? I have been trying to solve the issue for a while, but no promising result.

farukerdem34 commented 2 months ago

Have you check your firewall configs? Looks like you are on Ubuntu.

To check ufw status

sudo ufw status

If it is active and port 1443 is not open, you have to use

sudo ufw allow 1443

or

sudo ufw allow from <YOUR-IP-ADDRESS> to any port 1443
bradsap54 commented 2 months ago

Hi, Faris!

I am currently involved in the T-Guard Development Team.

Thank you for your feedback on using our T-Guard SOC Package. Let’s discuss this issue in the T-Guard v1.0 Support category on the T-Guard Community website here: https://community.tguard.org/

Don’t worry, we have already prepared the answer to your problem. See you there!

FarisThabit commented 2 months ago

Thank you for taking the time to reply,

At the start my firewall was inactive. I enabled it and checked the status using: sudo ufw status, but no port was open. I allowed the port 1443 using: sudo ufw allow 1443, and retried to reaccess the MISP dashboard. Still, I can't. Check ufw ports

bradsap54 commented 2 months ago

Hi, Faris!

Have you found a solution to this issue, and is it resolved?

If so, please let us know your update.

Thank you!

FarisThabit commented 2 months ago

Hi, Faris!

Have you found a solution to this issue, and is it resolved?

If so, please let us know your update.

Thank you!

Yes, the issue has been resolved. For anyone facing the same issue, see this link: https://community.tguard.org/t/i-cannot-access-misp-dashboard/29/2

bradsap54 commented 2 months ago

Thank you so much for the update! We’re delighted to hear that the issue has been resolved. 😊

If there is any other questions or need further assistance, please feel free to reach out at our community support (https://community.tguard.org/).

Best regards, T-Guard Team