v2.11.0 — Now Available

Complete RMM Platform.
Zero Per-Endpoint Fees.

Enterprise-grade remote monitoring and management with built-in SNMP, vulnerability management, real-time dashboards, and a modern .NET 8 stack. Think NinjaOne-style RMM workflows plus SentinelOne-style security context in one self-hosted platform.

22+
Features
7
Collectors
3
Real-time Hubs
0
Cloud Lock-in
How we position TechSight: it combines day-to-day RMM execution and security posture context around one live asset inventory. For teams that want deeper operational control, that unified model is often more powerful than splitting tools across multiple platforms.

A Living Inventory for Every Endpoint

TechSight continuously maintains a real asset record so operations, security, and remediation work from the same source of truth.

Hardware Identity & Lifecycle

Track manufacturer, model, serial number, BIOS version, CPU profile, memory footprint, OS build, boot time, and domain-join status for each managed endpoint.

Software Inventory with Version Context

Capture installed software name, version, publisher, install date, and uninstall metadata, then correlate software records with vulnerability intelligence for prioritized remediation.

Services, Startup, and Configuration Drift

Keep a current view of services, startup programs, scheduled tasks, local shares, printers, disks, and network adapters so drift and misconfigurations surface early.

Users, Groups, and Patch Exposure

Inventory local users and groups, account state, installed updates, pending update counts, and reboot-required status to support audits and faster patch decisions.

Inventory runs on schedule (24-hour default) and can be triggered immediately with the built-in CollectInventory command.

Everything You Need, Built In

No bolt-on modules. No third-party add-ons. TechSight RMM ships with a complete feature set from day one, including deep endpoint asset inventory.

Asset Inventory + Monitoring

7 dedicated telemetry collectors build each endpoint asset record across hardware, metrics, software, services, network, users, and update data.

Network Monitoring

Full SNMP v1/v2c/v3 support with automated discovery, device profiling, trap reception, and distributed probe architecture for segmented networks.

Vulnerability Management

Integrated feeds from CISA KEV, NVD, and OSV databases. Automatically correlate installed software with known vulnerabilities and generate alerts.

Real-time Dashboard

Three SignalR WebSocket hubs push agent telemetry, alerts, and network device status to your dashboard instantly — no polling, no delays.

Security Posture

Comprehensive endpoint security checks including BitLocker status, TPM presence, Secure Boot, firewall state, antivirus, and more — all in one view.

Flexible Deployment

Run as a Desktop app with SQLite for small teams or deploy in Server mode with PostgreSQL and distributed probes for enterprise scale.

The IT Foundation for ERP & MES

TechSight RMM is an IT infrastructure monitoring and management tool that keeps ERP and MES systems running reliably.

TechSight RMM is not an ERP or MES platform — it is an IT infrastructure monitoring and management tool. Its role in the enterprise is ERP-adjacent: it supports ERP and MES deployments by providing the underlying infrastructure monitoring that ensures these business-critical systems stay operational, patched, and performant.

When your ERP system runs on servers that go unmonitored, a single disk failure, memory leak, or missed patch can cascade into plant-floor downtime. TechSight RMM closes that gap by continuously monitoring the servers, networks, and endpoints that host your ERP and MES environments — alerting your team before infrastructure issues become production outages.

Server & Network Monitoring

Monitor the physical and virtual servers that host your ERP databases, application servers, and MES controllers. Track CPU, memory, disk, and network health in real time with configurable alert thresholds.

Infrastructure Alerting

Receive instant alerts when infrastructure issues threaten ERP availability — disk space warnings, service failures, network latency spikes, and hardware health degradation — before they impact production.

Patch Management for ERP Hosts

Automate patch management for the Windows and Linux servers hosting your ERP environment. Schedule maintenance windows, approve updates, and ensure compliance without manual intervention.

Suite Integration

RMM feeds infrastructure health data to TechSight KPI Dashboards for business intelligence, triggers alerts in Logify for incident ticketing, and provides infrastructure status to Nexara operations views.

Features & Roadmap

A transparent view of what TechSight RMM can do today and where the product is headed.

Capability Status
Real-time system monitoring & alerting Available now
Automated patch management Available now
Remote command execution Available now
Asset inventory & compliance Available now
Custom dashboards & reporting Available now
ERP system health monitoring In progress
MES infrastructure watchdog Planned
OT/IT convergence monitoring Planned
Predictive infrastructure analytics Planned
Direct ERP data integration Not in scope

TechSight ERP/MES Architecture

Four products. One integrated platform for industrial and enterprise IT operations.

TechSight RMM is the infrastructure monitoring layer of the TechSight suite. It ensures the servers, networks, and systems that host ERP and MES applications remain healthy, patched, and performant. While RMM does not provide ERP/MES functionality directly, it is the operational foundation that makes reliable ERP/MES deployments possible.

Nexara

SCADA / HMI / MES operations platform for plant-floor control and manufacturing execution

KPI Dashboards

Analytics layer for business intelligence, operational KPIs, and data-driven decision making

Logify

Service desk and ticketing for incident management, change requests, and IT support workflows

RMM

Infrastructure monitoring, patch management, and endpoint management for IT operations

This product

Live Asset Records. Complete Visibility.

Every managed endpoint runs a lightweight .NET agent that sends structured inventory snapshots for system identity, installed software, running services, user accounts, update status, disks, and network adapters.

  • GPO and script-based agent deployment
  • Active Directory discovery and sync
  • MSI installer via WiX for silent deployment
  • Windows, Linux, and macOS agent support
  • Real-time heartbeat via SignalR WebSocket
  • On-demand inventory refresh with CollectInventory command
agent-collectors.json
Hardware
Metrics
Software
Services
Network
Users
Updates

SNMP v1/v2c/v3. Built In.

Most RMM tools make you purchase a separate network monitoring product. TechSight includes a full-featured Network Management Service with distributed probe architecture, automated discovery, device profiling, and SNMP trap reception.

  • Distributed probes for segmented networks
  • Automated network discovery and device profiling
  • SNMP trap receiver for real-time event capture
  • Port scanning and HTTP service detection
  • Real-time device status via DeviceHub SignalR
probe-config.json
// Network Management Service
{
  "snmp": {
    "enabled": true,
    "versions": ["v1", "v2c", "v3"],
    "timeout": 2000,
    "trapReceiver": true
  },
  "discovery": {
    "portScan": true,
    "httpDetection": true,
    "wmiQueries": true
  },
  "probe": "distributed"
}

Vault, Auth, and Audit. Done Right.

TechSight includes a built-in credential vault with DPAPI, Azure Key Vault, and encrypted file storage. JWT authentication with HMAC-SHA256, comprehensive audit logging, and multi-tenant row-level security ensure your data stays protected.

  • Credential vault: DPAPI, Azure Key Vault, or encrypted file
  • JWT authentication with HMAC-SHA256 signing
  • Full audit logging of all administrative actions
  • Multi-tenant row-level security via EF Core filters
  • Vulnerability feeds: CISA KEV, NVD, and OSV
security-posture
Credential Vault (DPAPI) Active
JWT Authentication HMAC-SHA256
Row-Level Security Enforced
Audit Logging All Actions
CISA KEV Feed Synced
NVD / OSV Integrated

Policy Engine. Alert Pipeline. Control.

Define monitoring policies as JSON conditions that the engine evaluates against live telemetry. When thresholds breach, the alert pipeline fires — generating alerts, running automations, and optionally pushing to webhooks or your PSA.

  • JSON-based policy conditions with async evaluation
  • Cron-scheduled jobs and automation tasks
  • Webhook integrations for external alerting
  • PSA integration for ticket generation
  • Script library for remediation workflows
policy-engine.json
{
  "policy": "High CPU Alert",
  "scope": "all-endpoints",
  "conditions": [{
    "metric": "cpu_percent",
    "operator": ">",
    "threshold": 90,
    "duration": "5m"
  }],
  "actions": [
    "generate_alert",
    "webhook_notify",
    "create_psa_ticket"
  ]
}

TechSight vs. The Competition

See how TechSight RMM stacks up against the major RMM platforms on the features that matter most.

Practical positioning: if you think in terms of NinjaOne for RMM and SentinelOne for security context, TechSight is designed to unify those workflows around one inventory graph, one policy engine, and one remediation pipeline.

Feature TechSight RMM ConnectWise Automate Datto RMM NinjaOne Atera N-able
Built-in SNMP Monitoring Add-on × Basic
Integrated Vuln Management (KEV/NVD/OSV) Add-on Partial Partial × Add-on
No Per-Endpoint Pricing × × × ×
On-Premises / Self-Hosted × × × Partial
Desktop Mode (SQLite) Unique × × × × ×
Real-time SignalR WebSockets × × Partial × ×
Built-in Credential Vault (DPAPI) Partial Partial × Partial
Multi-tenant by Default Extra
Security Posture (8+ checks) Partial Partial Partial Partial Partial
Modern .NET 8.0 Stack × × × × ×
Probe Architecture × × ×

Modern Tech Stack

No legacy baggage. TechSight RMM is built on modern, well-supported technologies from the ground up.

.NET 8.0
EF Core
SignalR
Material Design
SQLite / PostgreSQL
DPAPI
WPF
SNMP v1/v2c/v3
JWT / HMAC-SHA256

Your Infrastructure, Your Choice

From a single desktop to distributed enterprise — TechSight scales with you without changing the product.

Desktop Mode

Perfect for small teams and MSPs getting started. Run TechSight as a desktop application with zero infrastructure requirements.

  • SQLite for entities + LiteDB for telemetry
  • Embedded ASP.NET Core API server
  • Zero configuration required
  • Full feature set — nothing is missing
  • Material Design WPF interface

Server Mode

Enterprise-scale deployment with distributed architecture. Run as a Windows service with PostgreSQL and distributed network probes.

  • PostgreSQL / SQL Server backends
  • Distributed network probes
  • Windows service or systemd deployment
  • Multi-tenant MSP architecture
  • RabbitMQ / Azure Service Bus messaging

Simple, Predictable Pricing

No per-endpoint fees. No surprise charges. No modules to unlock.

Lifetime License
$1,249
One-time payment · 7-day free trial included
  • All features included
  • Unlimited endpoints
  • SNMP monitoring included
  • Vulnerability management included
  • No recurring fees
Start 7-Day Free Trial

Ready to Take Control?

Deploy TechSight RMM in minutes. Monitor everything. Pay predictably. Own your data.