Virtual machine
The image is suitable for VirtualBox, VMWare ESXi 6.7 and above.
-
Download OVA file.
-
Import OVA:
- VMWare ESXi: Virtual Machines → Create/Register VM → Deploy a virtual machine from an OVF or OVA file
- VirtualBox: File → Import Appliance
-
Choose networks:
- Management network — management network;
- External network — external network with clients and attackers;
- Internal network — internal network with protected resources.
-
After the first launch and when updating (account:
root:mitigator
):-
change to the working directory:
cd /srv/mitigator
-
download the latest Compose file:
wget https://docs.mitigator.ru/v23.08/dist/docker-compose.yml
-
download the base variable file:
wget https://docs.mitigator.ru/v23.08/dist/env -O /srv/mitigator/.env
-
set version in the base variable file:
VERSION=v23.08.0
-
docker login docker.mitigator.ru
-
systemctl restart mitigator
You can read more about the purpose of the files in the manual installation guide.
-
-
After installation and launch configure the system for stable and secure operation.