← All documentation

🔐 VPN & SD-WAN

Overview

Connect your branch offices with WireGuard-based VPN tunnels. Modern, fast, secure, no configuration hassle.

Installing the VPN Agent

On Linux server / router

curl -sSL https://ldentreprise.com/agent/install.sh | sudo bash

On Windows (WireGuard client)

  1. Download WireGuard from wireguard.com
  2. In your dashboard, go to VPN Sites
  3. Click + Add Site
  4. Download the generated .conf file
  5. Import it into WireGuard
  6. Activate the tunnel

On macOS

Install WireGuard from the Mac App Store, then follow the same steps as Windows.

On iOS / Android

Install the WireGuard mobile app, scan the QR code from the dashboard, and activate.

Managing VPN Sites

FieldExample
NameDakar HQ
Public IP41.82.x.x
Internal Network10.100.1.0/24
Endpointvpn.ldentreprise.com:51820

Inter-Site Routing

Once two sites are registered, traffic automatically routes between them through the central VPN hub:

Dakar HQ (10.100.1.0/24)
    ↓ WireGuard tunnel
Central Hub (api.ldentreprise.com)
    ↓ WireGuard tunnel
Abidjan Branch (10.100.2.0/24)

Troubleshooting