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

@vaiyen_og/n8n-nodes-ninjaone

v1.5.13

Published

n8n community node for NinjaOne RMM – full API coverage including organizations, devices, ticketing, users, groups, queries, management, backup, locations, custom fields, webhooks, knowledge base, document templates, and more.

Readme

n8n-nodes-ninjaone

npm version npm downloads License: MIT

Community node for n8n to interact with the NinjaOne RMM platform API.

🇩🇪 Deutsche Version (README_DE.md)


Features

Full API coverage for NinjaOne RMM with 60+ operations across all major resources.

🎫 Ticketing

| Operation | Description | |-----------|-------------| | Create Ticket | Create a new support ticket | | Get Ticket | Retrieve a ticket by ID | | Get Many Tickets | List tickets from a board | | Update Ticket | Update ticket fields (auto-fetches required fields) | | Delete Ticket | Delete a ticket | | Add Comment | Add a public or private comment to a ticket | | Get / Create / Update / Delete Contact | Full contact management | | Get Boards | List available ticket boards | | Get Ticket Forms | List ticket form templates | | Get Statuses | List available ticket statuses | | Get Log Entries | Retrieve ticket activity log | | Get Ticket Attributes | List all custom ticket attributes | | Get Users by Type | List technicians and contacts |

💻 Devices

| Operation | Description | |-----------|-------------| | Get / Get Many | Retrieve device details | | Search | Find devices by name or criteria | | Reboot | Remotely reboot a device | | Run Script | Execute a script on a device | | Maintenance | Set maintenance windows | | Approve / Reject | Handle pending device approvals | | Get Last Logged-On User | See who last used a device | | Get Activities | Device activity history | | Get Disks / Volumes / Processors | Hardware information | | Get Network Interfaces | Network configuration | | Get OS Patches / Software | Installed patches and software | | Get / Update Custom Fields | Read and write custom field values |

🏢 Organizations

| Operation | Description | |-----------|-------------| | Get All / Get One / Create / Update | Full organization CRUD | | Locations | Get, create, and update locations | | Custom Fields | Read and update org custom fields | | End Users | List end users per organization | | Backup Usage | View backup consumption | | Documents | Create organization documents |

📊 System & Reporting

| Operation | Description | |-----------|-------------| | Activities | Global activity log | | Alerts | Active alert conditions | | Policies | List configured policies | | Software Products | Supported third-party software | | Scripts | Available automation scripts | | Queries | Antivirus, OS patches, disk health, and more |

🔗 Additional Resources

Groups, Users, Locations, Backup Jobs, Webhooks, Custom Fields, Knowledge Base Articles, Organization Documents, Document Templates, Related Items


Authentication

This node supports two authentication methods:

| Method | Use Case | Credential Name | |--------|----------|-----------------| | OAuth2 (Authorization Code) | Write operations (create/update tickets, post comments) | NinjaOne OAuth2 API | | Client Credentials (M2M) | Read operations (list tickets, get devices, fetch contacts) | NinjaOne Client Credentials API |

Both credentials support all four NinjaOne regions: EU, US, Oceania, and Canada.

Tip: The OAuth2 credential includes offline_access scope for persistent refresh tokens.


Installation

In n8n

  1. Go to SettingsCommunity Nodes
  2. Click Install a community node
  3. Enter @vaiyen_og/n8n-nodes-ninjaone
  4. Click Install

Via npm

npm install @vaiyen_og/n8n-nodes-ninjaone

Setup

OAuth2 Credential

  1. In NinjaOne, create an API Application (Authorization Code type)
  2. Set the redirect URI to your n8n OAuth callback URL
  3. In n8n, add a new NinjaOne OAuth2 API credential
  4. Enter your Client ID and Client Secret
  5. Select your region
  6. Click Connect and log in with the NinjaOne user account

Client Credentials

  1. In NinjaOne, create an API Application (Client Credentials type)
  2. In n8n, add a new NinjaOne Client Credentials API credential
  3. Enter your Client ID and Client Secret
  4. Select your region
  5. Click Connect

Supported NinjaOne Regions

| Region | Base URL | |--------|----------| | EU | eu.ninjarmm.com | | US | app.ninjarmm.com | | Oceania | oc.ninjarmm.com | | Canada | ca.ninjarmm.com |


License

MIT