Skip to content

CoreSightCyber-Physical Cartography Platform

Official Documentation — Inventory, mapping, and risk management for your information systems

5-Minute Start

bash
# 1. Download the release archive
wget https://releases.coresightsec.com/coresight-full-v1.1.0.tar.gz

# 2. Install (with Let's Encrypt)
sudo bash install.sh --domain your-domain.com --email admin@your-domain.com

# 3. Connect
# https://your-domain.com
# admin@coresight.io / admin  ← Change the password immediately

Architecture

CoreSight is a Node.js/React application designed for on-premise deployment:

ComponentTechnology
FrontendReact 18, TypeScript, ReactFlow, Recharts
BackendNode.js, Express, Socket.io
DatabaseEncrypted SQLite (SQLCipher / AES-256)
AuthenticationToken sessions + 2FA TOTP
Deploymentsystemd, Native HTTPS (port 443)

CoreSight Documentation