Skip to main content

Welcome to KillIT v3 Documentation

Welcome to the official documentation for KillIT v3 - your comprehensive AI-powered IT Service Management platform.

What is KillIT v3?

KillIT v3 is an enterprise-grade IT Service Management (ITSM) platform that combines traditional ITIL practices with cutting-edge AI capabilities:

  • Configuration Management Database (CMDB) - Track and manage all IT infrastructure with AI-enhanced insights
  • Event Management & AIOps - Intelligent event correlation, anomaly detection, and automated remediation
  • Automated Discovery - Agentless and agent-based discovery of IT resources
  • Compliance Management - SOX, HIPAA, and custom compliance frameworks
  • AI-Powered Analytics - Predictive maintenance, impact analysis, and optimization recommendations
  • Workflow Automation - Streamline IT operations with intelligent automation

Quick Start Guide

Prerequisites

  • Node.js 16.x or higher
  • MongoDB 4.4+ (Atlas recommended)
  • Redis 6+ (for queue management)
  • Python 3.8+ (for discovery agents)
  • Docker (optional, for containerized deployment)

Installation Steps

  1. Clone the Repository
git clone https://github.com/your-org/killit-v3.git
cd killit-v3
  1. Backend Setup
cd backend
npm install
cp .env.example .env
# Edit .env with your MongoDB, Redis, and AWS credentials
npm start
  1. Frontend Setup
cd frontend
npm install
npm start
  1. Discovery Agent (Optional)
cd NopeSightAgent
pip install -r requirements.txt
python agent.py --config config.json

First Steps After Installation

  1. Access the Platform

    • Navigate to http://localhost:3000
    • Login with default admin credentials
    • Important: Change the default password immediately
  2. Initial Configuration

    • Configure your first tenant
    • Set up discovery credentials
    • Create CI types for your environment
  3. Start Discovery

    • Run network discovery to populate CMDB
    • Review and classify discovered assets
    • Set up monitoring and events

Documentation Overview

For New Users

For Administrators

For Developers

Key Features Deep Dives

Need Help?

  • Community Forum - Join discussions with other users
  • GitHub Issues - Report bugs or request features
  • Enterprise Support - Available for production deployments
  • Training Resources - Video tutorials and workshops available

Stay Updated

Check our blog section for the latest features, improvements, and best practices for using KillIT v3 effectively.