Deployment

Set up DefectDojo

Connect ScanSuite to a DefectDojo instance for vulnerability management.

1. Retrieve the DefectDojo admin password

Shell
cd ~/apps/scansuite/defectdojo && ./dojo-password
dojo-password output
Retrieving the DefectDojo admin password

If you do not see the password, try again in a minute — it takes a while for DefectDojo to set it up. If the password still does not come up, change it by pressing y and setting a new one.

The password is removed after a DefectDojo restart. Write it down and store it somewhere safe.

2. Log in to DefectDojo

Open a browser and log in to DefectDojo at https://DOJO_HOST_IP:8443:

DefectDojo login
The DefectDojo login page

3. Copy the API key

Follow the /api/key-v2 path and copy the API key:

DefectDojo API key
The DefectDojo API key page

4. Connect ScanSuite to DefectDojo

Log in to ScanSuite at https://YOUR_HOST_IP:

ScanSuite login
The ScanSuite login page

To specify the DefectDojo connection details, go to the Settings menu:

ScanSuite settings menu
Opening the Settings menu

Paste the DefectDojo host URL and API key, then click Save:

DefectDojo settings fields
DefectDojo connection settings

5. Verify the connection

Go to the Products tab and create a test product. If everything is set correctly, the new product will be created:

ScanSuite products list
A test product created successfully

If product creation fails, the URL or the API key is usually the cause. See Troubleshooting.

Last reviewed 2026-08-15