npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-tacticalrmm

v1.2.1

Published

An n8n node to connect to TacticalRMM API

Readme

n8n-nodes-tacticalrmm

An n8n community node for integrating with TacticalRMM API.

Tactical RMM is a remote monitoring & management tool, built with Django and Vue.

Installation

Follow the installation guide in the n8n community nodes documentation.

npm install n8n-nodes-tacticalrmm

Prerequisites

  • TacticalRMM instance with API access
  • API Key from TacticalRMM
  • Your TacticalRMM base URL (e.g., https://your-domain.example.com)

Setup

Setting up API Key in TacticalRMM

  1. Log into your TacticalRMM instance
  2. Navigate to Settings > Global Settings > API Keys
  3. Create a new API key
  4. Note down the API Key for use in n8n

Configuring Credentials in n8n

  1. Base API URL: Your TacticalRMM instance URL (e.g., https://your-domain.example.com)
  2. API Key: The API key from TacticalRMM

Supported Operations

128 operations across 19 resources:

Agent (27 operations)

Complete agent lifecycle management, monitoring, and control including remote commands, scripts, bulk operations, maintenance mode, recovery, and version management.

Alert (4 operations)

Alert management with filtering and status updates.

Alert Template (5 operations)

Full CRUD operations for alert templates with email, SMS, and dashboard configurations.

API Key (4 operations)

API key lifecycle management with creation, updates, and expiration support.

Automation (5 operations)

Policy management with alert templates and exclusions support.

Check (7 operations)

Health monitoring with multiple check types (CPU, disk, memory, ping, script, service, event log).

Client (5 operations)

Full CRUD operations with custom fields support.

Core (5 operations)

System monitoring, diagnostics, cache management, and configuration testing.

Deployment (5 operations)

Agent deployment and installer generation management.

Log (6 operations)

Pending actions management and log retention configuration.

Reporting (8 operations)

Report template management, execution, and distribution (run, email, export).

Role (5 operations)

Role-based access control with superuser privileges.

Script (12 operations)

Script management, execution, testing, and code snippets (PowerShell, Batch, Python, Shell).

Service (3 operations)

Windows service control (start/stop/restart) and monitoring.

Site (5 operations)

Full CRUD operations with client association and custom fields.

Software (6 operations)

Software deployment, Chocolatey package management, installation and uninstallation.

Task (6 operations)

Task scheduling and execution with multiple task types.

User (5 operations)

User account management with password and profile fields.

Windows Update (3 operations)

Update management with scanning and installation capabilities.

Resources

Compatibility

  • n8n Version 0.199.0+
  • TacticalRMM Version 0.15.2+

License

MIT