Enterprise-grade strongSwan VPN plugins with PostgreSQL database support. Production-ready packages for modern Linux distributions.
Compiled from source, tested, and cryptographically signed for secure deployment.
strongswan-pgsql
Fedora (RPM)
libstrongswan-pgsql
Ubuntu/Debian (DEB)
PostgreSQL database backend for strongSwan VPN. Enables sql and attr-sql plugins to store credentials, pools, and attributes.
Add our repository and install packages with your system's package manager.
Supported: Fedora 40, 41, 42
# Add repository
sudo dnf config-manager --add-repo \
https://repo.sw.foundation/rpm/fc$(rpm -E %fedora)/sw.repo
# Install
sudo dnf install strongswan-pgsql
Supported: Ubuntu 22.04 (jammy), Ubuntu 24.04 (noble)
# 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
# Install
sudo apt update
sudo apt install libstrongswan-pgsql
See our documentation for database setup, schema initialization, and production deployment.
All packages are signed with our GPG key. Verify authenticity before installation.
4AC4 06DA 15C9 BE4D C1A0 2343 A187 D55B 5A04 3632
Import manually: curl -fsSL https://repo.sw.foundation/keys/sw.gpg | gpg --import