Skip to main content

How to use the Hostinger API n8n community node

Getting started with Hostinger API n8n community node

Updated this week

To follow this tutorial, you will need n8n. You can check out this article for guidance on setting it up on our Hostinger VPS.

1. Installing the Hostinger API node in n8n instance

To get started with the Hostinger API in n8n, follow these steps to install the custom community node:

  1. Open your n8n instance.

  2. Navigate to Settings > Community Nodes.

  3. Click on Install.

  4. Enter the package name: n8n-nodes-hostinger-api

  5. Confirm the installation and wait for it to complete.

  6. Restart n8n if prompted.

You now have the Hostinger API node available in your n8n workflow builder.

Note: Community nodes are only available in the self-hosted n8n version.

2. Obtaining Your Hostinger API Token

You need an API token from Hostinger to authenticate requests. Here's how to get it:

  1. Log in to your Hostinger hPanel.

  2. From the Top menu > Account information > API.

  3. Click New Token.

  4. Set the token name and expiration if needed.

  5. Copy the generated API Token and store it securely.

3. Configuring Hostinger API Credentials in n8n

Once you have your API token, you need to set it up in n8n:

  1. Go to n8n and open Credentials > Hostinger API.

  2. Click Create New Credentials.

  3. Enter the API Token by pasting the token you got from Hostinger.

  4. Click Save.

Great job! You’re now ready to build your workflows using the Hostinger API. With n8n, you can automate the management and monitoring of your Hostinger VPS and other services effortlessly.

For further development, you can visit this link to find documentation on the Hostinger API 🚀

Did this answer your question?