Error Installation DFIR-IRIS

Hello TGuard Community. I’ve got an error when I install DFIR-IRIS on Ubuntu Server 24 Fresh Installation.

There are 2 errors:

  1. Error pull image from docker (I’ve logged in with docker login)
  • nginx Warning pull access denied for iriswebapp_nginx, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied
  • app Warning pull access denied for iriswebapp_app, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied
  • ! worker Warning pull access denied for iriswebapp_app, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied

  1. Pip install

Hi siberfaqih,

According to the T-Guard documentation, one of the prerequisites is having a “Fresh machine with Ubuntu 22.04 (other Linux distributions might also work, but they have not been tested)”.

For further details on the prerequisites, please visit the following link:

Prerequisites for T-Guard

I hope this was helpful.

Hi, siberfaqih!

Thank you for your feedback.

For IRIS installation issue, we are currently in the process of addressing it also. It has only arisen recently.

Once we have a solution, we will promptly announce it.

Furthermore, for a smooth installation process, we recommend using the resources outlined in the shared prerequisites by Faris above. Thanks’ to Faris.

Thank you!

1 Like

Hi, siberfaqih!

You can try this following steps:

  1. Go to iris-web directories
  2. Run this command:
sed s',pip3 install -r requirements.txt,pip3 install --upgrade pip \&\& pip3 install -r requirements.txt,' -i docker/webApp/Dockerfile
  1. Run setup.sh again.

We hope this can resolve the issue.

Thank you!

Ref: [BUG] Docker build is not working · Issue #542 · dfir-iris/iris-web · GitHub

Thank you @Faris @tguard-admin for the help. The solution fixed the problem and the installation has finished.