Skip to content

Virtual Private Network tools

WireGuard

WireGuard VPN client / server

WireGuard

WireGuard is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPsec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN. WireGuard is designed as a general purpose VPN for running on embedded interfaces and super computers alike, fit for many different circumstances. Initially released for the Linux kernel, it is now cross-platform (Windows, macOS, BSD, iOS, Android) and widely deployable. Regarded as the most secure, easiest to use, and simplest VPN solution in the industry.

Edit: footer header
Status: Enabled
Architecture: x86-64 arm64
Maintainer: @igorpecovnik
Documentation: Link

armbian-config --cmd WRG001

Remember to open/forward the port 51820 (UDP) through NAT on your router.

  • Install directory: /armbian/wireguard
  • Site configuration directory: /armbian/wireguard/config
Bash
docker logs -f wireguard

Install server and enable private network on a client

  1. Install Wireguard server
  2. It will asks you for peer keywords. It will make a profile for each peer
  3. Download client to your PC, server or mobile phone. Scan OR code or copy credentials to the client.

Enjoy private network! Its that easy.

More informations:

https://docs.linuxserver.io/images/docker-wireguard/

WireGuard remove:
armbian-config --cmd WRG002
WireGuard clients QR codes:
armbian-config --cmd WRG003
WireGuard purge with data folder:
armbian-config --cmd WRG004

ZeroTier

ZeroTier connect devices over your own private network in the world.

ZeroTier

Edit: footer header
Status: Stable

armbian-config --cmd ZTR001