Background

VPN Connection

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 activating the tunnel, verify your connection:

Test connectivity:

ping 10.14.0.1

Check connection status:

sudo wg show

Verify latest handshake:

sudo wg show | grep "latest handshake"

Success indicators:

  • • Ping replies from 10.14.0.1
  • • Recent handshake time (within 2 minutes)
  • • Transfer data showing rx/tx bytes

Advanced: wg-quick

For Linux users or those who prefer command-line:

# Install WireGuard tools sudo apt install wireguard # Copy config to WireGuard directory sudo cp ~/Downloads/kx-peer.conf /etc/wireguard/ # Connect to VPN sudo wg-quick up kx-peer # Verify connection ping 10.14.0.1 # Check status sudo wg show # Disconnect from VPN sudo wg-quick down kx-peer

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

Troubleshooting

Connection Issues

If you cannot connect or ping 10.14.0.1:

  • Ensure WireGuard is properly installed and running
  • Check if your firewall allows UDP traffic on port 51820
  • Verify no other VPN is running simultaneously
  • Try re-downloading and re-importing the configuration

Diagnostic Commands

View detailed connection info:

sudo wg show kx-peer

Check if interface is active:

ip link show kx-peer

View routing table:

ip route | grep kx-peer

Common Issues

No handshake received

Your connection might be blocked. Check corporate firewall settings or try a different network.

Configuration file error

Re-download the config file. Ensure you're logged in and have an active subscription.

Permission denied

WireGuard requires root/admin privileges. Use sudo on Linux/macOS or run as Administrator on Windows.

Still having issues? Contact support at [email protected] with your diagnostic output.

Choose Your Path

Get access to Season 1 of Kryptsec Chronicles and ongoing training with plans designed to fit your needs.

Free Plan

Perfect for curious minds and those just getting started

Free

Try out a selection of Kryptsec content and training materials without a subscription.

  • The Prologue + first 2 episodes of the webtoon
  • Selection of standalone training labs
  • Basic profile + dashboard features
  • Access to the Kryptsec Discord community
  • Progress tracking for labs you've completed

Basic Plan

For those who want the full story and hands-on experience

$14.99

Unlock the complete Kryptsec experience with full access to episodes and training labs.

  • Full access to all weekly episodes of the webtoon
  • All story-integrated labs tied to episodes
  • Access to the full lab archive (past and current)
  • Unlockable profile badges for completed labs
  • Everything included in the Free Plan
Most Popular

Premium / Platinum Plan

For power users, beta testers, and inner circle members

$19.99

Join our inner circle of cybersecurity enthusiasts with premium features and early access.

  • Beta access to all upcoming features & lab environments
  • Special 'Ghost Tier' profile badge
  • Priority support with 24-hour response guarantee
  • Private Discord channel access with direct team communication
  • Quarterly virtual masterclass sessions with security experts
  • Kryptsec AI included (coming soon)
  • Everything included in the Basic Plan

Enterprise Solutions

Custom solutions for teams and organizations

Tailored solutions for organizations with custom requirements and team training needs.

  • Custom team size pricing
  • Dedicated support manager
  • Training materials for teams
  • Progress tracking dashboard
  • Custom feature development
Contact Sales
All purchases are final. Learn more about our Refund Policy. For billing questions, email [email protected].