The VPN agent is available as a pre-configured virtual appliance. You download it from the dashboard, import it into your hypervisor, and boot it. The agent connects to the platform.Documentation Index
Fetch the complete documentation index at: https://pentest-tools.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
VPN profiles require the Internal network scanning add-on.
System requirements
| Resource | Minimum | Recommended |
|---|---|---|
| vCPUs | 1 | 2 |
| Memory | 1 GB | 2 GB |
| Disk | 10 GB | 20 GB |
| Network | 1 adapter with outbound internet access and access to internal targets |
Downloading the VM
- Go to Settings > VPN Profiles
- Click on your VPN profile and open the deployment menu
- Select Virtual Machine
- Download the format that matches your hypervisor:
| Hypervisor | Format |
|---|---|
| VMware Workstation / ESXi / Fusion | .vmdk |
| VirtualBox | .ova |
| Hyper-V | .vhd |
Installation
- VMware
- VirtualBox
- Hyper-V
VMware Workstation / Fusion
The.vmdk file is a virtual disk, not a standalone appliance. You need to create a new VM that uses it.- Go to File > New Virtual Machine
- Choose Custom configuration
- When prompted for the disk, select Use an existing virtual disk and browse to the downloaded
.vmdkfile - Complete the wizard (Linux / Ubuntu 64-bit, 1+ vCPU, 1+ GB RAM)
- Start the VM
vSphere / ESXi
- Open vSphere Client
- Right-click on your datacenter or cluster
- Select Deploy OVF Template
- Browse to the downloaded file
- Follow the deployment wizard, selecting the appropriate datastore and network
Network configuration
Connect the VM to a network that has:- Outbound internet access (TCP port 22 to vpn2.pentest-tools.com)
- Access to the internal targets you want to scan
Verifying the connection
After booting the VM:- The agent starts automatically and connects to the platform
- Go to Settings > VPN Profiles and check that your profile shows as Online
- Use the Test connection button to verify end-to-end connectivity
Network requirements
| Protocol | Port | Destination | Purpose |
|---|---|---|---|
| TCP | 22 | vpn2.pentest-tools.com | Agent tunnel |
Assigning a static IP
The agent VM uses DHCP by default. If you need a fixed IP to whitelist the agent on internal firewalls, you can assign one at the terminal. The change does not survive a reboot, so you’ll need to reapply it after each reboot.In VMware, set the network adapter to Bridged mode, not NAT. NAT hides the VM behind the host IP, which means the agent cannot reach internal targets directly.
start to restart the agent.