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
Follow the installation guide in the n8n community nodes documentation.
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 Reach profiles to resolve the profile UUID other operations need
- List, get, create, update and delete profile contacts
- Create contacts in bulk, optionally tagging them on the way in
- Filter contacts by subscription status, tag or search term
- Manage custom contact fields and their choices
- Check the remaining plan limits for the current period
- Check the MX, SPF, DKIM and DMARC status of the profile domain
-
Email Marketing (Reach): Tags
- List, create, rename and delete tags
- Assign or remove a tag for a single contact
- Assign or remove a tag for many contacts, or for every contact in a profile
-
Email Marketing (Reach): Segments
- List, get, create, update and delete segments
- List the contacts a segment matches
- Count the contacts a segment matches
-
Email Marketing (Reach): Automations
- List automations, filtered by status and ordered by creation date
- Get a single automation with its contact journey counts
- List the steps an automation runs
-
Email Marketing (Reach): Campaigns
- List campaigns, filtered by status and type
- Get a single campaign with its setup and delivery progress
- Get campaign performance: opens, clicks and unsubscribes
-
Email Marketing (Reach): Forms
- List signup forms
- Get a single form with its template URL and the tags it applies
- Delete a form
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
No known version incompatibilities at this time.
- Add the Hostinger API node to your workflow.
- Select the desired operation (e.g., Start VPS, Create Contact, Check Domain).
- Provide required parameters, such as VPS ID, contact details, domain name, etc.
- 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
-
v1.0.25:
- Fixed Purchase Domain silently discarding invalid JSON in Additional Details; it now reports a validation error instead
-
v1.0.24:
- Added the Reach public API endpoints exposed since the previous release
- Added
Reach Automationsresource: List Automations, Get Automation, List Automation Steps - Added
Reach Campaignsresource: List Campaigns, Get Campaign, Get Campaign Statistics - Added
Reach Formsresource: List Forms, Get Form, Delete Form - Added
Reachoperations: Get Profile Limits and Get Profile DNS Status
-
v1.0.23:
- Updated dependencies
-
v1.0.22:
- Added profile-scoped actions for Email Marketing (Reach), covering the endpoints the public API now exposes
- Added
Reachoperations: List Profiles, List Profile Contacts, Get Profile Contact, Create Profile Contact, Create Contacts in Bulk, Update Profile Contact, Delete Profile Contact - Added
Reach Contact Fieldsresource: List, Create, Update and Delete Contact Field - Added
Reach Tagsresource: List Tags, Create Tags, Update Tag, Delete Tag, Assign Tag to Contact(s), Remove Tag From Contact(s) - Added
Reach Segmentsresource: List, Get, Create, Update and Delete Profile Segment, plus List and Count Profile Segment Contacts - Marked the profile-less contact and segment operations as deprecated; they keep working but fall back to the default profile
-
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)
- Added segment actions for Email Marketing (Reach)
-
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-Agentheader
- Added
-
v1.0.0:
- Initial release
- Supports full suite of VPS operations including server management, monitoring, and networking.