Dec 02, 2025
Ariffud M. & Valentinas C.
6min Read
DeepSeek is an AI chatbot model released in January 2025 by a Chinese company of the same name. It quickly gained traction for its ability to answer questions, solve problems, and write computer programs. Performing on par with leading chatbots like OpenAI’s ChatGPT and Google’s Gemini, DeepSeek stands out by using fewer resources than its competitors.
Meanwhile, n8n is an open-source automation platform with a visual interface that lets you connect various services without writing a single line of code. By integrating DeepSeek with n8n, you can automate complex tasks, create smarter systems, connect DeepSeek with different applications, and incorporate the chatbot into your existing workflows.
This article will guide you through setting up DeepSeek with n8n on a Hostinger Linux virtual private server (VPS). By the end, you can leverage DeepSeek’s capabilities and n8n’s automation features to build AI-based systems that handle complex tasks efficiently.
Before running DeepSeek with n8n, prepare two things: a VPS plan to install n8n and a DeepSeek account with at least a $2 balance top-up to obtain an API key.
While many VPS providers are available, Hostinger’s n8n VPS service offers clear advantages. We provide pre-built templates for various operating systems, control panels, and applications, including n8n. With just a few clicks, you can set up n8n, eliminating the need for manual installation and reducing the risk of errors.
Hostinger also offers multiple VPS plans with up to 8 vCPU cores, 32 GB of RAM, and 400 GB of NVMe storage to meet different performance requirements. For integrating DeepSeek with n8n, we recommend the KVM 8 plan at 0/month, which provides optimized performance for both platforms.
Besides purchasing a VPS, sign up for a DeepSeek account. After creating one, open the dashboard and top up with at least $2 to activate the API. While generating an API key is free, you must add balance to enable its functionality. Below are the token pricing details:
| Model | Input tokens | Output tokens |
| deepseek-chat (V3) | $0.014 | $0.28 |
| deepseek-reasoner (V1) | $0.14 | $2.19 |
To top up your balance, go to the Top up menu in the dashboard’s left sidebar, choose the amount you want to add, and complete the purchase.

Once you’ve topped up, you can start using the API. Go to API keys → Create new API key, enter a name, and click Create API key. Your API key will be generated shortly. Copy and store it securely, as it will only be shown once.


After purchasing a VPS plan and obtaining your API key from DeepSeek, follow these steps to install n8n and set up DeepSeek within it on Hostinger.
If you want to interact with DeepSeek in a traditional chat format, you can install it as an Ollama model. Follow our guide to learn how to run DeepSeek with Ollama on your server.
To install n8n on your VPS plan from Hostinger, follow the on-screen instructions to choose your server location, set a root password, and select the n8n template from the available options.
If you installed a different OS or application during setup, you can easily switch to n8n through hPanel by following these steps:


Wait for the installation process to complete. This should take about 10 to 15 minutes.
Once finished, scroll up and hit Manage App to access your n8n’s dashboard.

During your first visit, you’ll be prompted to create a new n8n account. Follow the instructions and securely store your login details, as you’ll need them each time you access the dashboard.

After setting up n8n on your VPS, install the DeepSeek community node to integrate the chatbot into your workflows. Here’s how:



Wait a few seconds for the installation to complete. If successful, you’ll see n8n-nodes-deepseek listed under installed nodes.
Now, create a simple workflow for DeepSeek with these steps:




The configuration dialog lets you set up API credentials, select your preferred model, and customize other settings. Follow these steps to add the API key you got from DeepSeek:


Still within the configuration dialog, select the model you want to use for the workflow and customize its behavior. Here are the instructions:


deepseek-chat (V3) provides quick responses, making it ideal for tasks requiring real-time interactions, like live chat. Meanwhile, deepseek-reasoner (V1) offers more detailed output but takes longer to process. This makes it suitable for in-depth analysis tasks, such as problem-solving.
Once you finish configuring the DeepSeek node, test the workflow and verify the AI’s response by following these steps:



Now that you’ve successfully set up your first DeepSeek workflow, you can create a new workflow for a different automation. To do this, follow the same steps as before: go to Overview → Workflows → Create Workflow.
You can build the workflow manually, as shown in this tutorial, or use community templates from the n8n template library. If you choose the latter, here are the instructions:



Please note that although you can use the same DeepSeek API key for multiple workflows, we strongly recommend generating a new API key for each one. This improves security by isolating workflows, so if one key is compromised due to an API leak, it won’t affect your other workflows.
After creating your DeepSeek workflow in n8n, connect it to your app using a Webhook node for real-time requests or a scheduled trigger. Make n8n accessible via the live webhook URL or a custom domain. Then, integrate it by sending API requests or linking it to third-party tools like Zapier.
Running DeepSeek with n8n lets you build AI-driven workflows, automate processes, and integrate the chatbot into existing systems. In this tutorial, we covered how to set up DeepSeek on a Hostinger VPS:
Now that your setup is complete, experiment with different workflows, explore n8n’s community templates, and optimize DeepSeek’s responses to fit your needs. With the right automation, you can enhance system functionality using AI-powered solutions.
n8n is an open-source automation tool that connects apps and services to create workflows. Its intuitive graphical interface lets you build complex automations effortlessly and explore a wide range of n8n integrations to enhance your existing systems without any coding.
No, n8n doesn’t require coding. Its visual interface lets you create workflows by dragging and dropping nodes. You can integrate DeepSeek, set up automation, and customize workflows without writing a single line of code, making it ideal for both beginners and advanced users.
To get a DeepSeek API key, sign up on the DeepSeek platform and log in to your dashboard. Navigate to the API keys menu and create a new key. Please note that you need to add a minimum balance of $2 to activate the API and use it in your workflow.