Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Setup scripts used to deploy an Azure VM and install a wireguard vpn on it.

Notifications You must be signed in to change notification settings

StudentTraineeCenter/Azure-PrivateVPNArticle-setup

Repository files navigation

Azure Private VPN article setup scripts

README v češtině zde

This project is a collection of scripts to automatically deploy a virtual machine in Azure cloud. And then install Wireguard VPN service in the VM to use as your own private VPN server. The scripts are used to make the setup as easy as possible.

Usage

To use these scripts open Azure cloud shell on Azure portal Azure Portal Cloud shell button location Open the Powershell terminal and run these commands:

wget https://git.io/JDBfr
./deployinstall.ps1

You will be asked twice to input a password, the password is AzureWireguardVPN2021. Don't worry you will change it later. After the setup finishes you can SSH into the server and run sudo ./wireguard-install.sh to add clients to the VPN.

Credit

The wireguard install script is based on the amazing wireguard-install.sh script by @angristan

About

Setup scripts used to deploy an Azure VM and install a wireguard vpn on it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published