Skip to content

Shell script for fast & easy installation of Algo VPN on ubuntu 18.04 and 20.04. Repository with source code as well as detailed documentation can be found at the link below:

License

Notifications You must be signed in to change notification settings

chyornyy/algo-vpn-ubuntu-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Algo VPN Ubuntu Installer

This script automates the installation and configuration of Algo VPN server. Algo is a self-hosted personal VPN server that offers excellent security and privacy for all devices connected to it.

Ubuntu 20.04

Dependencies

This script is written in bash and requires the following dependencies:

git
python3-pip
python3-virtualenv
libffi-dev
libssl-dev

Installation

To install and configure the Algo VPN server using this script, follow these steps:

Clone the repository to your local machine:

git clone https://github.com/chyornyy/algovpn-ubuntu-installer.git

Choose directory and make setup script executable:

cd algovpn-ubuntu-installer && chmod +x setup.sh

Run the script:

./setup.sh

Also you can create and run script without cloning the whole repistory: Create script:

nano setup.sh

Copy-paste source code:

https://github.com/chyornyy/algo-vpn-ubuntu-installer/blob/main/setup.sh

Make the script executable and run the script::

chmod +x setup.sh && ./setup.sh

After start of the installation choose:

12
y
y
HomeNet
N
N
N
(empty)
localhost
YOUR PUBLIC IP ADDRESS

Follow the prompts and answer the questions to configure the VPN server. Once the script completes, copy the VPN configuration files to your local machine using the following command:

mkdir algo_vpn
scp -r YOUR_LINUX_USER@YOUR_IP_ADDRESS:/home/YOUR_LINUX_USER/algo/configs/YOUR_IP_ADDRESS/wireguard/ algo_vpn

Usage

To use the Algo VPN server, simply connect to it using the generated configuration files on your device. For more information on how to connect to the VPN server, refer to the Algo VPN documentation.

About

Shell script for fast & easy installation of Algo VPN on ubuntu 18.04 and 20.04. Repository with source code as well as detailed documentation can be found at the link below:

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages