Quick Start

Quick Start Guide

Get started with Kayten cybersecurity solutions

First Steps

1

Select Product

Choose the right Kayten product for your requirements:

kHSM

Hardware Security Module

Learn More →

KSP

Security Platform

Learn More →

kFBL

Firmware Bootloader

Learn More →
2

Check System Requirements

Ensure your system meets the minimum requirements:

Minimum Requirements:

  • • Linux Kernel 4.14+ or Windows 10+
  • • 4GB RAM (8GB recommended)
  • • 1GB free disk space
  • • USB 3.0 Port (for hardware modules)
  • • Network connection for updates
3

Installation

Install the Kayten software:

Recibirá la URL de descarga con su licencia, o bajo petición a nuestro equipo.

Linux Installation:

# Download and installation
wget <URL de descarga del correo de su licencia>
tar -xzf kayten-linux-x64.tar.gz
cd kayten-linux-x64
sudo ./install.sh

Windows Installation:

# Run PowerShell as Administrator
Invoke-WebRequest -Uri "<URL de descarga del correo de su licencia>" -OutFile "kayten-installer.msi"
Start-Process msiexec.exe -Wait -ArgumentList '/I kayten-installer.msi /quiet'
4

Initial Configuration

Configure your Kayten installation:

# Initialize Kayten
kayten init
kayten config set --api-key YOUR_API_KEY
kayten config set --environment production
kayten verify-installation

Note: You will receive your API key after registration in your Kayten dashboard.

5

Create First Project

Create your first cybersecurity project:

# Create new project
kayten project create --name "my-first-project"
cd my-first-project
kayten project init --template automotive
kayten build
kayten test

Useful Links

Next Steps

Installation complete
2
Explore our Tutorials
3
Test the API
4
Contact our Support Team