Setting up the Local VM Scanner
Aikido VM scanner comes as a single package that needs to be installed on the system to be protected.
Install / Upgrade
Prerequisites:
Ensure you have sudo privileges on your system.
Make sure to use the appropriate commands for your system or cloud provider.
After install, open /opt/aikido-vm-scanner-1.0.12/config.json
and paste the local scan token from the Aikido app. The VM Scanner Agent runs once a day at 6AM (time on the machine). If you want to run it on demand, you can manually execute /opt/aikido-vm-scanner-1.0.12/aikido-vm-scanner
.
Manual install / upgrade
For Red Hat-based Systems (RHEL, CentOS, Fedora)
x86_64
aarch64
For Debian-based Systems (Debian, Ubuntu)
x86_64
aarch64
We support Debian >= 10 and Ubuntu >= 20.04.
Configuration
Exclude files or paths
In the config.json
you can exclude files and paths by adding additional items to the exclude
list. You can find some examples below.
Exclude a single file in a directory:
Exclude all
releases
subdirectories:Exclude all
.json
files in theout
folder and all subdirectories:
Uninstall
Manual uninstall
For Red Hat-based Systems (RHEL, CentOS, Fedora)
For Debian-based Systems (Debian, Ubuntu)
Logs
Logs are available in the /var/log/aikido-vm-scanner-1.0.12
folder, along with the last generated SBOM.
Last updated
Was this helpful?