All packages signed & verified

Package Repository

Enterprise-grade strongSwan VPN packages with PostgreSQL database support. Production-ready builds for modern Linux distributions.

Fedora

39, 40, 41, 42

Ubuntu

22.04, 24.04

Debian

12

Built for Production

Signed packages for modern Linux distributions. Install all or just what you need.

strongSwan SW

strongswan-sw

Complete strongSwan VPN distribution with all standard plugins. This is the base package required for IKEv2/IPsec VPN server functionality.

GPL-2.0-or-later Version: loading...

PostgreSQL Plugin

strongswan-pgsql

PostgreSQL database backend for strongSwan. Enables sql and attr-sql plugins to store credentials, IP pools, and connection attributes.

GPL-2.0-or-later Version: loading...

DHCP INFORM Plugin

strongswan-dhcp-inform

Responds to Windows DHCP INFORM requests with split-tunnel routes from PostgreSQL. Delivers classless static routes via DHCP option 121/249.

GPL-2.0-or-later Version: loading...

Quick Start

Add our repository and install packages with your system's package manager.

strongSwan SW

fc39 fc40 fc41 fc42

Fedora 39, 40, 41, 42 (x86_64)

bash
# Add repository
sudo dnf config-manager --add-repo \
  https://repo.sw.foundation/rpm/fc$(rpm -E %fedora)/sw.repo

# Install strongSwan SW
sudo dnf install strongswan-sw

PostgreSQL Plugin

fc39 fc40 fc41 fc42

Requires strongswan-sw

bash
# Install PostgreSQL Plugin
sudo dnf install strongswan-pgsql

DHCP INFORM Plugin

fc39 fc40 fc41 fc42

Requires strongswan-pgsql

bash
# Install DHCP INFORM Plugin
sudo dnf install strongswan-dhcp-inform

strongSwan SW

jammy noble bookworm

Ubuntu 22.04 | Ubuntu 24.04 | Debian 12

bash
# Add GPG key
curl -fsSL https://repo.sw.foundation/keys/sw.gpg \
  | sudo gpg --dearmor -o /etc/apt/keyrings/sw.gpg

# Add repository
echo "deb [signed-by=/etc/apt/keyrings/sw.gpg] \
  https://repo.sw.foundation/deb $(lsb_release -cs) main" \
  | sudo tee /etc/apt/sources.list.d/sw.list

sudo apt update

# Install strongSwan SW
sudo apt install strongswan-sw

PostgreSQL Plugin

jammy noble bookworm

Requires strongswan-sw

bash
# Install PostgreSQL Plugin
sudo apt install strongswan-pgsql

DHCP INFORM Plugin

jammy noble bookworm

Requires strongswan-pgsql

bash
# Install DHCP INFORM Plugin
sudo apt install strongswan-dhcp-inform
📚

Documentation

See our documentation for setup guides and configuration.

Cryptographically Signed

All packages are signed with our GPG key. Verify authenticity before installation.

🔑
Key ID
A187D55B5A043632
🔐
Algorithm
Ed25519
Status
Active

GPG Fingerprint

fingerprint
4AC4 06DA 15C9 BE4D C1A0 2343 A187 D55B 5A04 3632

Import manually: curl -fsSL https://repo.sw.foundation/keys/sw.gpg | gpg --import