Local Deploy
Introduction
This guide will help you get the Akto modules running as Docker containers using Docker Compose
. This is the easiest way to set up Akto in your local environment.
Prerequisites
You'll need to have Docker installed in order to run the container. Check out the Docker documentation for instructions. To verify installation run docker info
.
Step 1: Use Docker Compose
Run the following commands to install Akto. You'll need to have curl and Docker installed in order to run the container..
Clone the Akto repo by using this command
Go to the cloned directory
Run
Step 2: Create your account
Akto should automatically open up in your browser at http://localhost:9090. Click on the Signup button to get started. If you've already signed up, sign in to the account.
Step 3: Add API data
To analyze and secure your APIs, Akto needs to access your API traffic. You can add this using any of our supported traffic connectors.
In the dashboard, look for the
Quick start
Choose your preferred traffic connector from the available options
Follow the specific instructions for your chosen connector to start feeding API traffic into Akto
For a full list of supported traffic connectors and detailed integration instructions, visit our Traffic Data Sources page.
Step 4: Run test
Once you've added your API traffic, you can start running security tests:
In the dashboard, click on the "Run Test" button and a modal will pop up, allowing you to select the Tests categories and type of tests you want to test on your collection.
Once you select the above, click the "Run once now" button in the modal.
You'll be re-directed to the Test Results page – you can view all the test results, including any potential vulnerabilities or issues detected in your APIs
Need Help?
Our support team is ready to assist you in maximizing your API security with Akto Cloud.
Last updated