Terminal
Run VPN commands directly where you work.
Use Free VPN CLI directly from PowerShell when a Windows workflow needs command-line VPN control, JSON output, explicit region changes, and diagnostics without scraping a GUI.
The Windows install path uses PowerShell. The installer downloads the MSI, verifies SHA-256, and opens one standard UAC prompt.
Run the install command in PowerShell, then use freevpn status --json before scripts or tests depend on VPN state.
freevpn status --json for scripts and automation.Use terminal commands where free VPN CLI work already happens.
Run VPN commands directly where you work.
Parse status, regions, and doctor output safely.
Use explicit region selection when location matters.
Capture structured evidence when network behavior is unclear.
Keep Windows CLI setup clear and copyable.
Use freevpn doctor --json when a Windows network task fails.
Three verbs cover most day-to-day VPN work. set-region and doctor cover region selection and troubleshooting.
PowerShell workflows should check state, connect only when needed, verify status, and collect diagnostics when something fails.
| Command | Why it matters |
|---|---|
iex "& { $(iwr https://freevpnapp.org/install.ps1) }" | Install Free VPN CLI on Windows with the documented PowerShell command. |
freevpn status --json | Read VPN state in a format PowerShell can pass to ConvertFrom-Json. |
freevpn up --json | Connect with parseable output. |
freevpn doctor --json | Collect diagnostics when Windows networking behaves unexpectedly. |
Use only the CLI features that matter to this workflow.
Use freevpn commands directly.
Use --json instead of scraping terminal text.
Set a region, connect, and verify the result.
Use structured troubleshooting output on failures.
Enable VPN-layer blocking during connected sessions.
Agents can read the supported command surface before acting.
Ad Block applies while the VPN is connected and can help reduce known ad, analytics, and tracker domains across the device.
These workflows are terminal-first. On a desktop machine, you can add the optional companion window for human status checks while keeping scripts and agents on CLI commands.
SKILL.md documents Free VPN CLI commands, JSON output, exit handling, and troubleshooting flows so agents can use terminal commands without guessing from screenshots.
Claude
Cursor
Codex
OpenClaw
Hermes+ any MCP toolUse Free VPN CLI when free VPN CLI needs visible VPN state and practical diagnostics.
Keep network state explicit in tests and scripts.
Run commands without opening a GUI.
Use SKILL.md and JSON output for safer automation.
Use a VPN layer and Ad Block where appropriate.
Windows users can list service presets and inspect current preset state from the CLI. Free users can use Off or General; non-default presets are paid and return a license-required response.
freevpn services list shows supported service presets.freevpn services categories groups presets such as Streaming, Sports, Social, AI, and Other where available.freevpn services current prints the current preset name on one line.freevpn services --json is the safest form for scripts and agents.Free VPN CLI is genuinely free to use: no signup, no email, no credit card. Use it for PowerShell VPN CLI users without signup or a credit card. The paid option removes the continuous connection limit for people who want the VPN running all day. Cancel any time. Prices in USD.
No signup. No card. No expiry. Use it as much as you want.
The paid plans below remove the 30-min session limit. Nothing else changes.
Unlimited time, billed weekly. Cancel in one click from the billing portal.
Unlimited time. Save ~58% vs. monthly: one charge a year, nothing else to think about.
Unlimited time, billed monthly. Swap plans any time from freevpn manage.
Keep examples practical and source-supported.
freevpn status --json before and after region changes.freevpn doctor --json for troubleshooting evidence.iex "& { $(iwr https://freevpnapp.org/install.ps1) }" in PowerShell.freevpn status --json and pipe the output to PowerShell JSON tooling when needed.freevpn doctor --json and inspect the structured diagnostics.Keep VPN state visible, parseable, and easy to troubleshoot from the terminal.