MISP dashboard error

hi, i am trying to access the misp dashboard and its telling me an internal error has occured, i have restarted misp on t-guard and even replaced the ip address on the config.php file to my own IP address.


try to follow these debugging steps:

  1. Use ip a command in the terminal to get your host IP.

  2. Go to t-guard/iris-web and run this command:

    sudo docker-compose down && sudo docker-compose up -d

  3. Change the baseurl located in [t-guard/misp/config/config.php] to the host IP you get in step 1.

  4. Now try to access the MISP dashboard using:

    https://[IP ]:1443

Wish that was helpful

Hi, aboodedaboss!

You can follow Faris advice to address the issue you’re encountering.

If needed, consider checking the following:

  1. Make sure your VM resources meet the requirements outlined in the T-Guard Documentation’s Prerequisites

  2. Verify that your MISP installation completed successfully. If necessary, you can reinstall MISP. Then, ensure that the MISP container is running. Finally, update the base URL in ~/t-guard/misp/config/config.php to match your host’s IP.

We hope this helps you resolve the issue!

Thank you!