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-hostinger-api

v1.0.19

Published

Hostinger API n8n Node

Downloads

1,969

Readme

n8n-nodes-hostinger-api

This is an n8n community node. It lets you use Hostinger API in your n8n workflows.

Hostinger API allows you to manage your virtual private servers, domains, billing, email marketing, and more. Automate provisioning, monitor resources, and perform various administrative actions programmatically.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

The Hostinger API node supports the following operations:

  • Server Management

    • List VPS instances
    • Start/Stop/Restart/Purchase a VPS
    • Reinstall operating system
    • Reset root password
    • Manage SSH keys and post-install scripts
  • Domain Management

    • List domains and check availability
    • Purchase and manage domains
    • Configure privacy protection and domain lock
    • Manage DNS zones and records
    • Domain forwarding and WHOIS profiles
  • Monitoring

    • Fetch VPS resource usage (CPU, RAM, Disk)
    • Get server status and uptime
    • View action history
  • Networking

    • Manage IP addresses and PTR records
    • Configure firewall rules
    • Enable/disable backups and snapshots
    • Malware scanner integration
  • Provisioning

    • Create new VPS instance
    • Delete VPS instance
    • Manage data centers and templates
  • Billing

    • View catalog and pricing
    • Manage payment methods and subscriptions
  • Email Marketing (Reach)

    • List and manage email contacts
    • Create new contacts with custom fields
    • Delete contacts by UUID
    • Manage contact groups
    • Filter contacts by subscription status

Credentials

To use this node, you will need to authenticate with the Hostinger API.

  1. Sign up for a Hostinger account and obtain a VPS.
  2. Obtain API Access:
    • Hostinger provides API tokens via your account dashboard or API settings (refer to official API docs).
  3. Set up credentials in n8n:
    • Go to Settings > Credentials in n8n.
    • Add a new set of credentials for Hostinger API using:
      • API Key

Compatibility

No known version incompatibilities at this time.

Usage

  1. Add the Hostinger API node to your workflow.
  2. Select the desired operation (e.g., Start VPS, Create Contact, Check Domain).
  3. Provide required parameters, such as VPS ID, contact details, domain name, etc.
  4. Execute the workflow and automate your Hostinger management tasks.

For more complex workflows, combine this node with standard n8n nodes such as HTTP Request, Function, and Set.

Helpful link for beginners: Try it out

Resources

Version history

  • v1.0.18:

    • Fixed release workflow (clean working directory check, full git history fetch)
    • Synced package.json version with npm registry
  • v1.0.17:

    • Fixed release workflow configuration
    • Added GITHUB_TOKEN for automated GitHub releases
  • v1.0.15:

    • Added segment actions for Email Marketing (Reach)
      • List Segments operation
      • Get Segment operation
      • Get Segment Contacts operation
    • Removed contact groups functionality (replaced with segments)
  • v1.0.14:

    • Added fields for Domain Purchase, Check Domain Availability and Update Domain Nameservers operations
    • Refactored scripts for building, linting, and releasing using n8n-node CLI
    • Added strict mode in n8n configuration
    • Updated devDependencies to use latest versions and added release-it for version management
    • Simplified tsconfig.json include paths
  • v1.0.12:

    • Refactored the node to use Resources and Operations
  • v1.0.11:

    • Updated dependencies
  • v1.0.10:

    • Updated dependencies
  • v1.0.9:

    • Updated dependencies
  • v1.0.8:

    • Added VPS Docker Manager endpoints
  • v1.0.7:

    • Added n8n credentials test
  • v1.0.6:

    • Updated dependencies
  • v1.0.5:

    • Added Email Marketing (Reach) endpoints
  • v1.0.4:

    • Added Purchase VM Method
    • Added Billing methods
    • Added Domain Portfolio methods
    • Added Domain WHOIS methods
    • Added Domain Forwarding methods
  • v1.0.3:

    • No significant changes
  • v1.0.2:

    • Fixed inputs on category selection
  • v1.0.1:

    • Added User-Agent header
  • v1.0.0:

    • Initial release
    • Supports full suite of VPS operations including server management, monitoring, and networking.