hostinger-api

Hostinger API n8n Node

Package Information

Released: 4/25/2025
Downloads: 346 weekly / 1,303 monthly
Latest Version: 1.0.0
Author: algirdasci

Documentation

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.

  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 VPS node to your workflow.
  2. Select the desired operation (e.g., Start VPS, Get Status).
  3. Provide required parameters, such as VPS ID, action type, etc.
  4. 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.0:
    • Initial release
    • Supports full suite of VPS operations including server management, monitoring, and networking.

Discussion