|
| 1 | +--- |
| 2 | +title: 'Install P2S VPN clients - Using Winget' |
| 3 | +titleSuffix: Azure VPN Gateway |
| 4 | +description: Learn how to install the VPN client for VPN Gateway P2S configurations with WinGet/Windows Package Manager. This article applies to Windows Azure VPN client. |
| 5 | +author: flapinski |
| 6 | +ms.service: azure-vpn-gateway |
| 7 | +ms.topic: how-to |
| 8 | +ms.date: 03/26/2026 |
| 9 | +ms.author: flapinski |
| 10 | +# Customer intent: As a Windows user configuring a VPN client, I want to install the Azure VPN client using WinGet, so that I can securely connect to my Azure virtual network. |
| 11 | +--- |
| 12 | + |
| 13 | +# Install Azure VPN Client using Windows Package Manager (winget) |
| 14 | +The Azure VPN Client is now available through **Windows Package Manager (winget)**, giving you a fast, command-line-friendly way to install and update the client directly from your terminal. This is especially useful in environments where organizational policy restricts access to the Microsoft Store. |
| 15 | + |
| 16 | +Windows Package Manager (`winget`) is a built-in command-line tool for Windows that lets you discover, install, and update applications. The Azure VPN Client package on winget provides a self-contained installer. No Microsoft Store access or authentication is required. |
| 17 | + |
| 18 | +## Supported Platforms |
| 19 | + |
| 20 | +| Operating System | Supported | |
| 21 | +|-----------------------------------|-----------| |
| 22 | +| Windows 11 (21H2 and later) | ✅ | |
| 23 | +| Windows Server 2025 | ✅ | |
| 24 | + |
| 25 | +See more on Azure VPN Client supported windows settings [here](azure-vpn-client-versions.md). |
| 26 | + |
| 27 | +## Prerequisites |
| 28 | + - **Windows Package Manager (winget)** must be available on your system. Learn more about installation [here](https://learn.microsoft.com/windows/package-manager/winget/). |
| 29 | +- An active internet connection is required to download the package. |
| 30 | +- Administrator rights are **not** required to install or connect. |
| 31 | + |
| 32 | +## How to Install |
| 33 | +Open a terminal (PowerShell, Command Prompt, or Windows Terminal) and run: |
| 34 | +``` |
| 35 | +
|
| 36 | +winget install "Azure VPN Client" --source winget |
| 37 | +``` |
| 38 | + |
| 39 | + |
| 40 | +## How to Update |
| 41 | +When a newer version of the Azure VPN Client is available, you may see an in-app notification prompting you to update. To apply the update, run: |
| 42 | + |
| 43 | +``` |
| 44 | +
|
| 45 | +winget upgrade "Azure VPN Client" |
| 46 | +
|
| 47 | +``` |
| 48 | + |
| 49 | +To check for all available updates on your system: |
| 50 | + |
| 51 | +``` |
| 52 | +
|
| 53 | +winget upgrade |
| 54 | +
|
| 55 | +``` |
| 56 | + |
| 57 | +## How to Uninstall |
| 58 | +To remove the Azure VPN Client, run: |
| 59 | + |
| 60 | +``` |
| 61 | +winget uninstall "Azure VPN Client" |
| 62 | +
|
| 63 | +``` |
| 64 | + |
| 65 | + |
| 66 | +## Limitations and Known Considerations |
| 67 | +- **Update notifications:** The in-app update prompt notifies you that a new version is available, but the update itself must be applied by running the `winget upgrade` command. Auto-update on launch isn't currently supported through this channel. |
| 68 | + |
| 69 | +- **No GUI installer:** This method uses the command line. Users who prefer a graphical click-to-install experience should use the [Microsoft Store listing](https://apps.microsoft.com/detail/9NP355QT2SQB) or the [Download Center](https://aka.ms/azvpnclientdownload) where available. |
| 70 | + |
| 71 | +- **Platform restrictions:** Only Windows 11 and Windows Server 2025 or later are supported. |
| 72 | +--- |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | +## Alternative Installation Methods |
| 77 | +| Method | Best For | |
| 78 | +|--------------------|-----------------------------------------------| |
| 79 | +| **Microsoft Store** | Users with Store access who prefer GUI install | |
| 80 | +| **winget (CLI)** | Scripted/automated deployments, Store-blocked environments | |
| 81 | +| **Download Center** | Direct download via browser (see link below) | |
| 82 | + |
| 83 | +> [!NOTE] |
| 84 | +> The Azure VPN Client may be released to winget and Download Center on a staggered schedule compared to the Microsoft Store. |
| 85 | +
|
| 86 | +For the direct download option, visit: [https://aka.ms/azvpnclientdownload](https://aka.ms/azvpnclientdownload) |
| 87 | + |
| 88 | +--- |
| 89 | + |
| 90 | +## Learn More |
| 91 | +- [Azure VPN Client documentation](point-to-site-about.md) |
| 92 | +- [Configure Azure VPN Client — Point-to-Site connections](point-to-site-vpn-client-certificate-windows-azure-vpn-client.md) |
| 93 | +- [Windows Package Manager (winget) documentation](https://learn.microsoft.com/windows/package-manager/winget/) |
| 94 | +- [winget install command reference](https://learn.microsoft.com/windows/package-manager/winget/install) |
| 95 | + |
| 96 | +--- |
| 97 | + |
| 98 | + |
0 commit comments