Linux

This section of the documentation provides an overview of how to install AzireVPN on Linux.

Getting started

To start, please select the Linux distribution on which you would like to install AzireVPN.

Installation

Installing with the script

  1. Get your system ready for the installation of AzireVPN by running the following command:
Data is loading.
  1. Fetch and execute our script to create the WireGuard interfaces by running the following command:
curl -LO https://raw.githubusercontent.com/AzireVPN/azirevpn-cli/master/azirevpn-cli.sh && chmod +x ./azirevpn-cli.sh && ./azirevpn-cli.sh

Managing the WireGuard interfaces

You must substitute the "se-sto" part of the interface name in the commands below with the appropriate location code for the location you wish to connect to.

  1. Activate a WireGuard interface by running the following command:
wg-quick up azirevpn-se-sto
  1. Deactivate a WireGuard interface by running the following command:
wg-quick down azirevpn-se-sto