🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

n8n-nodes-hostinger-api

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-hostinger-api

Hostinger API n8n Node

1.0.3
latest
Source
npm
Version published
Weekly downloads
187
-85.6%
Maintainers
1
Weekly downloads
 
Created
Source

n8n-nodes-hostinger-api

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

Hostinger VPS API allows you to manage your virtual private servers, 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 VPS node supports the following operations:

  • Server Management

    • List VPS instances
    • Start/Stop/Restart a VPS
    • Reinstall operating system
    • Reset root password
  • Monitoring

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

    • Manage IP addresses
    • Configure firewall rules
    • Enable/disable backups
  • Provisioning

    • Create new VPS instance
    • Delete VPS instance

Credentials

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

  • Sign up for a Hostinger account and obtain a VPS.
  • Obtain API Access:
    • Hostinger provides API tokens via your account dashboard or API settings (refer to official API docs).
  • 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

  • Add the Hostinger VPS node to your workflow.
  • Select the desired operation (e.g., Start VPS, Get Status).
  • Provide required parameters, such as VPS ID, action type, etc.
  • Execute the workflow and automate your VPS 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.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.

Keywords

n8n-community-node-package

FAQs

Package last updated on 20 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts