VPN profiles require the Internal network scanning add-on.
- AWS
- Azure
Deploying on AWS
The VPN agent is available as a pre-configured AMI on the AWS Marketplace.Launch from AWS Marketplace
Go to the Pentest-Tools.com VPN Agent on AWS Marketplace and click View purchase options. If it’s the first time you are configuring the AWS VPN Agent, you have to Subscribe. If else, go directly and Launch your software.

Launch the instance
You will be redirected to the agreement screen (TBD name in aws). From here, you need to Launch new instance.

Configure the instance
We recommend using One-click launch from AWS Marketplace. Choose your instance type (t3.micro or larger) and select the VPC and subnet where your targets are located.

Configure the security group
The agent only needs outbound TCP port 22 to
vpn2.pentest-tools.com. No inbound ports are required, though you may want SSH access (port 22 from your IP) for management.Activate the agent
SSH into the instance via your terminal as 
ubuntu using your key pair. An interactive prompt asks for your VPN UUID (found on the VPN Profiles page). Enter the UUID, and the agent starts automatically.
Instance recommendations
| Specification | Recommendation |
|---|---|
| Instance type | t3.micro or larger |
| Storage | 10 GB gp3 |
Multi-VPC scanning
To scan resources across VPCs, you can use VPC Peering or Transit Gateway to route traffic, or deploy a separate agent in each VPC.You can also deploy the VPN agent using the Docker image on any cloud VM instead of using the marketplace images. The marketplace images are pre-configured.







