https://github.com/gencay/azure-vpn
Azure template for personal VPN - OpenVPN Access Server
https://github.com/gencay/azure-vpn
arm-templates azure azure-resource-manager vpn vpn-server
Last synced: 8 months ago
JSON representation
Azure template for personal VPN - OpenVPN Access Server
- Host: GitHub
- URL: https://github.com/gencay/azure-vpn
- Owner: gencay
- Created: 2019-02-17T03:33:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-08T13:17:10.000Z (over 6 years ago)
- Last Synced: 2025-01-09T22:18:47.059Z (9 months ago)
- Topics: arm-templates, azure, azure-resource-manager, vpn, vpn-server
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenVPN Access Server on Azure
Deploy OpenVPN Access Server on Azure via Azure Resource Manager(ARM) template.## Prepare
- Install Azure Command Line Interface(CLI) `az` from [here](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest).
- Get a [free Azure account](https://azure.microsoft.com/en-us/free/) if you haven't got one yet.## Deploy
Run `deploy.ps1` or `sh deploy.sh` on a terminal window.```sh
> sh deploy.sh
...
---------------------------------------------
Your VPN Server is now ready on: "https://myopenvpn.southcentralus.cloudapp.azure.com:943"
Your username is agent and password is on clipboard
---------------------------------------------
```## Use
Go to the URL on your device and login to download the vpn profiles.OpenVPN clients:
- [Android](https://play.google.com/store/apps/details?id=de.blinkt.openvpn)
- [iOS](https://itunes.apple.com/us/app/openvpn-connect/id590379981?mt=8)
- [MacOS Guide](https://openvpn.net/vpn-server-resources/installation-guide-for-openvpn-connect-client-on-macos/)
- [Windows Guide](https://openvpn.net/vpn-server-resources/installation-guide-for-openvpn-connect-client-on-windows/)