Background

VPN Connection

Not Connected

Download Configuration

Download your personalized VPN configuration file to connect securely to Kryptsec environments.

Wireguard Client Setup

Step 1: Install Wireguard

Download and install the Wireguard client for your platform:

See all platforms

Step 2: Import Configuration

After downloading the configuration file:

  1. Open the Wireguard client
  2. Click "Import tunnel(s) from file"
  3. Select the downloaded kx-peer.conf file
  4. Click "Activate" to connect

Step 3: Verify Connection

After connecting:

  1. Ping 10.14.0.1 to verify your connection
  2. You should see successful ping connections

Advanced: wg-quick

For Linux users or those who prefer command-line:

# Install WireGuard tools sudo apt install wireguard #Download VPN config from above. # Connect to VPN: sudo wg-quick up kx-peer.conf # Disconnect from VPN sudo wg-quick down kx-peer.conf

These commands are for Debian/Ubuntu-based systems. Commands may vary on other distributions.

Troubleshooting

If you encounter issues connecting to the VPN:

  • Ensure your internet connection is stable
  • Check if your firewall allows UDP traffic on port 51820
  • Try disconnecting and reconnecting
  • Re-download the configuration file

If problems persist, contact support at [email protected]