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.

Terms of Service

Last Updated: January 5, 2025

Table of Contents

Acceptance of Terms

By accessing and using Kryptsec Inc's website (https://kryptsec.com), Kryptsec Chronicles platform, and related services (collectively, the "Services"), you agree to be bound by these Terms of Service ("Terms").

If you do not agree to these Terms, please do not use our Services.

Services Description

Our Services include:

Cybersecurity training through Kryptsec Chronicles
Story-based educational content
Community access through Discord
Training courses including Web Application Security, SOC Analysis, Red Teaming, and Reverse Engineering
Access to interactive learning materials and challenges

Subscription and Payments

For current subscription plans, pricing, and billing information, please visit our Pricing Page.

Billing Information

All subscription fees are payable in advance. Subscriptions renew automatically based on your selected billing cycle unless canceled prior to renewal.

Refund Policy

All purchases on Kryptsec are final. Due to the digital nature of our platform, we do not offer refunds once access is granted.

You may cancel your subscription at any time to prevent future billing, but we do not offer partial refunds.

If you believe a refund is warranted due to a billing error (e.g., duplicate charge), please email us at [email protected] within 7 days of your purchase.

We evaluate refund requests manually on a case-by-case basis.

User Responsibilities

Maintain accurate account information
Keep login credentials confidential
Use the Services for legitimate educational purposes
Comply with all applicable laws and regulations
Not attempt to circumvent security measures
Not share account access with others

Intellectual Property

Important Notice

All content, including but not limited to training materials, course content, Kryptsec Chronicles storylines, characters (including Kai and Lini), graphics, and interactive elements, are the exclusive property of Kryptsec Inc.

Unauthorized use, reproduction, or distribution of Kryptsec Inc's intellectual property will result in immediate account termination and may lead to legal action.

Community Guidelines

When participating in our community:

Maintain professional conduct in Discord community
Respect other community members
Not share sensitive or confidential information
Follow moderator instructions
Not engage in harassment or discriminatory behavior

Changes to Terms

We may modify these Terms at any time. Continued use of the Services constitutes acceptance of the modified Terms. We recommend checking this page periodically for updates.

Contact Information