Getting Started¶
A quick tour of ActiveVPN: install it, run your first scan, and read the result.
In this guide¶
Install¶
pip install activevpn
Prefer installing from source? See installation.md.
Run your first scan¶
activevpn
The tool checks your network interfaces, running processes, public IP, and DNS routing. A scan normally completes in a few seconds.
Read the output¶
The scan prints four sections:
- System Internal Check — whether VPN/Tor interfaces or processes were found.
- External IP Analysis — your public IP, country, ISP, and whether it looks like a datacenter.
- DNS Consistency Check — whether your DNS resolver IP matches your traffic IP.
- Overall Verdict — a confidence score (
0–100) and a label:CLEAN,SUSPICIOUS,LIKELY VPN/PROXY, orVPN DETECTED.
Every scan is appended to scan_history.json in your platform's data directory.
Next steps¶
- Learn every flag in cli.md.
- Explore configuration in configuration.md.
- Troubleshoot problems in troubleshooting.md.