Algo VPN is a set of Ansible scripts that simplify the setup of a personal IPSEC and Wireguard VPN. It uses the most secure defaults available, works with common cloud providers, and does not require client software on most devices. See our release announcement for more information.
- Supports only IKEv2 with strong crypto (AES-GCM, SHA2, and P-256) and WireGuard
- Generates Apple profiles to auto-configure iOS and macOS devices
- Includes a helper script to add and remove users
- Blocks ads with a local DNS resolver (optional)
- Sets up limited SSH users for tunneling traffic (optional)
- Based on current versions of Ubuntu and strongSwan
- Installs to DigitalOcean, Amazon Lightsail, Amazon EC2, Vultr, Microsoft Azure, Google Compute Engine, Scaleway, OpenStack, or your own Ubuntu server
- Does not support legacy cipher suites or protocols like L2TP, IKEv1, or RSA
- Does not install Tor, OpenVPN, or other risky servers
- Does not depend on the security of TLS
- Does not require client software on most platforms
- Does not claim to provide anonymity or censorship avoidance
- Does not claim to protect you from the FSB, MSS, DGSE, or FSM
The easiest way to get an Algo server running is to let it set up a new virtual machine in the cloud for you.
-
Setup an account on a cloud hosting provider. Algo supports DigitalOcean (most user friendly), Amazon Lightsail, Amazon EC2, Vultr, Microsoft Azure, Google Compute Engine, Scaleway, and DreamCompute or other OpenStack-based cloud hosting.
-
Download Algo. Unzip it in a convenient location on your local machine.
-
Install Algo's core dependencies. Open the Terminal. The
python
interpreter you use to deploy Algo must be python2. If you don't know what this means, you're probably fine.cd
into thealgo-master
directory where you unzipped Algo, then run:- macOS:
$ python -m ensurepip --user $ python -m pip install --user --upgrade virtualenv
- Linux (deb-based):
$ sudo apt-get update && sudo apt-get install \ build-essential \ libssl-dev \ libffi-dev \ python-dev \ python-pip \ python-setuptools \ python-virtualenv -y
- Linux (rpm-based): See the pre-installation documentation for RedHat/CentOS 6.x or Fedora
- Windows: See the Windows documentation
- macOS:
-
Install Algo's remaining dependencies. Use the same Terminal window as the previous step and run:
$ python -m virtualenv --python=`which python2` env && source env/bin/activate && python -m pip install -U pip virtualenv && python -m pip install -r requirements.txt
On macOS, you may be prompted to install
cc
. You should press accept if so. -
List the users to create. Open
config.cfg
in your favorite text editor. Specify the users you wish to create in theusers
list. If you want to be able to add or delete users later, you must selectyes
for theDo you want to retain the CA key?
prompt during the deployment. Make a unique user for each device you plan to setup. -
Start the deployment. Return to your terminal. In the Algo directory, run
./algo
and follow the instructions. There are several optional features available. None are required for a fully functional VPN server. These optional features are described in greater detail in deploy-from-ansible.md.
That's it! You will get the message below when the server deployment process completes. You now have an Algo server on the internet. Take note of the p12 (user certificate) password and the CA key in case you need them later, they will only be displayed this time.
You can now setup clients to connect it, e.g. your iPhone or laptop. Proceed to Configure the VPN Clients below.
"# Congratulations! #"
"# Your Algo server is running. #"
"# Config files and certificates are in the ./configs/ directory. #"
"# Go to https://whoer.net/ after connecting #"
"# and ensure that all your traffic passes through the VPN. #"
"# Local DNS resolver 172.16.0.1 #"
"# The p12 and SSH keys password for new users is XXXXXXXX #"
"# The CA key password is XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX #"
"# Shell access: ssh -i configs/algo.pem root@xxx.xxx.xx.xx #"
Certificates and configuration files that users will need are placed in the configs
directory. Make sure to secure these files since many contain private keys. All files are saved under a subdirectory named with the IP address of your new Algo VPN server.
WireGuard is used to provide VPN services on Apple devices. Algo generates a WireGuard configuration file, wireguard/<username>.conf
, and a QR code, wireguard/<username>.png
, for each user defined in config.cfg
.
On iOS, install the WireGuard app from the iOS App Store. Then, use the WireGuard app to scan the QR code or AirDrop the configuration file to the device.
On macOS Mojave or later, install the WireGuard app from the Mac App Store. WireGuard will appear in the menu bar once you run the app. Click on the WireGuard icon, choose Import tunnel(s) from file..., then select the appropriate WireGuard configuration file.
On either iOS or macOS, you can enable "Connect on Demand" and/or exclude certain trusted Wi-Fi networks (such as your home or work) by editing the tunnel configuration in the WireGuard app. (Algo can't do this automatically for you.)
Installing WireGuard is a little more complicated on older version of macOS. See Using macOS as a Client with WireGuard.
If you prefer to use the built-in IPSEC VPN on Apple devices, or need "Connect on Demand" or excluded Wi-Fi networks automatically configured, then see Using Apple Devices as a Client with IPSEC.
WireGuard is used to provide VPN services on Android. Install the WireGuard VPN Client. Import the corresponding wireguard/<name>.conf
file to your device, then setup a new connection with it. See the Android setup instructions for more detailed walkthrough.
WireGuard is used to provide VPN services on Windows. Algo generates a WireGuard configuration file, wireguard/<username>.conf
, for each user defined in config.cfg
.
Install the WireGuard VPN Client. Import the generated wireguard/<username>.conf
file to your device, then setup a new connection with it.
Network Manager does not support AES-GCM. In order to support Linux Desktop clients, choose the "compatible" cryptography during the deploy process and use at least Network Manager 1.4.1. See Issue #263 for more information.
Install strongSwan, then copy the included ipsec_user.conf, ipsec_user.secrets, user.crt (user certificate), and user.key (private key) files to your client device. These will require customization based on your exact use case. These files were originally generated with a point-to-point OpenWRT-based VPN in mind.
sudo apt-get install strongswan libstrongswan-standard-plugins
: install strongSwan/etc/ipsec.d/certs
: copy<name>.crt
fromalgo-master/configs/<server_ip>/ipsec/manual/<name>.crt
/etc/ipsec.d/private
: copy<name>.key
fromalgo-master/configs/<server_ip>/ipsec/manual/<name>.key
/etc/ipsec.d/cacerts
: copycacert.pem
fromalgo-master/configs/<server_ip>/ipsec/manual/cacert.pem
/etc/ipsec.secrets
: add youruser.key
to the list, e.g.<server_ip> : ECDSA <name>.key
/etc/ipsec.conf
: add the connection fromipsec_user.conf
and ensureleftcert
matches the<name>.crt
filenamesudo ipsec restart
: pick up config changessudo ipsec up <conn-name>
: start the ipsec tunnelsudo ipsec down <conn-name>
: shutdown the ipsec tunnel
One common use case is to let your server access your local LAN without going through the VPN. Set up a passthrough connection by adding the following to /etc/ipsec.conf
:
conn lan-passthrough
leftsubnet=192.168.1.1/24 # Replace with your LAN subnet
rightsubnet=192.168.1.1/24 # Replace with your LAN subnet
authby=never # No authentication necessary
type=pass # passthrough
auto=route # no need to ipsec up lan-passthrough
To configure the connection to come up at boot time replace auto=add
with auto=start
.
Depending on the platform, you may need one or multiple of the following files.
- ipsec/manual/cacert.pem: CA Certificate
- ipsec/manual/.p12: User Certificate and Private Key (in PKCS#12 format)
- ipsec/manual/.conf: strongSwan client configuration
- ipsec/manual/.secrets: strongSwan client configuration
- ipsec/apple/.mobileconfig: Apple Profile
- wireguard/.conf: WireGuard configuration profile
- wireguard/.png: WireGuard configuration QR code
If you turned on the optional SSH tunneling role, then local user accounts will be created for each user in config.cfg
and SSH authorized_key files for them will be in the configs
directory (user.ssh.pem). SSH user accounts do not have shell access, cannot authenticate with a password, and only have limited tunneling options (e.g., ssh -N
is required). This ensures that SSH users have the least access required to setup a tunnel and can perform no other actions on the Algo server.
Use the example command below to start an SSH tunnel by replacing user
and ip
with your own. Once the tunnel is setup, you can configure a browser or other application to use 127.0.0.1:1080 as a SOCKS proxy to route traffic through the Algo server.
ssh -D 127.0.0.1:1080 -f -q -C -N user@ip -i configs/<server_ip>/ssh-tunnel/<user>.pem
Your Algo server is configured for key-only SSH access for administrative purposes. Open the Terminal app, cd
into the algo-master
directory where you originally downloaded Algo, and then use the command listed on the success message:
ssh -i configs/algo.pem user@ip
where user
is either root
or ubuntu
as listed on the success message, and ip
is the IP address of your Algo server. If you find yourself regularly logging into the server then it will be useful to load your Algo ssh key automatically. Add the following snippet to the bottom of ~/.bash_profile
to add it to your shell environment permanently.
ssh-add ~/.ssh/algo > /dev/null 2>&1
If you chose to save the CA key during the deploy process, then Algo's own scripts can easily add and remove users from the VPN server.
- Update the
users
list in yourconfig.cfg
- Open a terminal,
cd
to the algo directory, and activate the virtual environment withsource env/bin/activate
- Run the command:
./algo update-users
After this process completes, the Algo VPN server will contain only the users listed in the config.cfg
file.
- Deployment instructions, cloud provider setup instructions, and further client setup instructions available here.
- FAQ
- Troubleshooting
If you read all the documentation and have further questions, join the chat on Gitter.
I've been ranting about the sorry state of VPN svcs for so long, probably about time to give a proper talk on the subject. TL;DR: use Algo.
-- Kenn White
Before picking a VPN provider/app, make sure you do some research https://research.csiro.au/ng/wp-content/uploads/sites/106/2016/08/paper-1.pdf ... – or consider Algo
-- The Register
Algo is really easy and secure.
-- the grugq
I played around with Algo VPN, a set of scripts that let you set up a VPN in the cloud in very little time, even if you don’t know much about development. I’ve got to say that I was quite impressed with Trail of Bits’ approach.
-- Romain Dillet for TechCrunch
If you’re uncomfortable shelling out the cash to an anonymous, random VPN provider, this is the best solution.
-- Thorin Klosowski for Lifehacker
All donations support continued development. Thanks!
- We accept donations via PayPal, Patreon, and Flattr.
- Use our referral code when you sign up to Digital Ocean for a $10 credit.
- We also accept and appreciate contributions of new code and bugfixes via Github Pull Requests.
Algo is licensed and distributed under the AGPLv3. If you want to distribute a closed-source modification or service based on Algo, then please consider purchasing an exception . As with the methods above, this will help support continued development.