Package Information
Available Nodes
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.
- 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.0:
- Initial release
- Supports full suite of VPS operations including server management, monitoring, and networking.