Used ports¶
The table below shows the default ports of the scanner components for different installation methods.
| Component | Service | GNU/Linux | Docker Compose | Kubernetes |
|---|---|---|---|---|
| Dashboard | dashboard |
8100 |
• External port 80;• Internal port 8100 |
8100 |
| Backend | backend |
8085 |
8085 |
8085 |
| PDF report generator | scan-report-generator |
9090 |
9090 |
9090 |
| Scan node | fuchsiad |
7075 |
7075 |
7075 |
| Backend database | backend-database |
5432 |
5432 |
5432 |
| Scan node database | fuchsiad-database |
5432 |
5432 |
5432 |
| S3 storage | minio |
9000 |
9000 |
9000 |
Note
- Unless otherwise specified, ports are considered internal;
- There may be several scan nodes. Each node can have its own unique port set;
- Each individual scan node must have its own scan node database deployed;
- Each individual scan node must have its own S3 storage deployed. It is allowed to share one instance of the S3 storage with different scan nodes.