-
Notifications
You must be signed in to change notification settings - Fork 0
Installation

-
Create an account at https://dcx.guarddog.ai
-
Contact us at support@guarddog.ai to request a license with the following information:
- Subject: Container License Request for [enter the email address the request is for]
- Customer company name:
- Main customer name:
- Number of customer email accounts:
- Have accounts been created at https://dcx.guarddog.ai ?:
- Sales approval needed:
- Billing/Payment verified:
- Customer email used for account:
- Number of licenses required:
- Duration for each license:
- Type of license:
-
Once the account is verified, validated and payment is completed the license will be generated and we will communicate with you.
-
The license will show up on the dashboard at https://dcx.guarddog.ai
- when logged in go to Settings > Preferences > Licensing
- click on the license to reveal the license key
-
Use the license as stated in the deployment guide to start the container, refer to the documentation for more information.
-
To keep it short, you need 2 commands:
-
docker pull guarddogai/prod:latest -
docker run -it --cap-add NET_ADMIN --net=host --privileged --restart always -v /etc/guarddog:/etc/guarddog --name gdai guarddogai/prod:latest <DEVICE_NAME> <USER_EMAIL> <LICENSE_KEY>- <DEVICE_NAME>, indicates a friendly name for the container.
- <USER_EMAIL>, this is the email address used to create the account at https://dcx.guarddog.ai.
- <LICENSE_KEY>, this is the license key that will be provided by GUARDDOG AI for each container to be deployed.
-
-
Once the container is running, and given all the requirements have been met, please allow for 1h - 2h for the container to fully update.
-
Once done it will automatically start learning and assessing the network to discover digital assets.
-
Once those digital assets are identified then it will automatically proceed to identify vulnerabilities.