How to Set Up n8n & Import n8n Workflows from Supern8n

This guide walks you through installing n8n, accessing the editor, and importing workflows correctly.

How to Set Up n8n & Import n8n Workflows from Supern8n

Setting up n8n and importing workflows correctly is essential for building reliable automation systems. This guide walks you through installing n8n, accessing the editor, and importing workflows.

What Is n8n?

n8n (pronounced n-eight-n) is a powerful fair-code workflow automation tool that lets you connect apps, APIs, and services without heavy coding. It is commonly used for:

  • Business process automation
  • HR and recruitment workflows
  • Marketing automation
  • IT operations and monitoring
  • AI-powered chatbots and agents

Setup Options Overview

n8n can be set up in multiple ways, depending on your use case, scale, and infrastructure preferences:

  • n8n Cloud (Hosted) – Fully managed by n8n, no server maintenance required
  • Self-hosted (Docker) – Recommended for production and full control

Method 1: Set Up n8n Cloud

n8n Cloud is the official hosted version of n8n. It is the fastest way to get started, as infrastructure, updates, and security are managed for you.

Steps:

  1. Go to the n8n Cloud website.

    n8n Website
  2. Sign up using your work/personal email by clicking the get started button.

    Sign Up
  3. Fill up all the required information and start the free 14-day trial.

    Cloud Form

Method 2: Set Up Local n8n Using Docker

Using Docker is the best practice for production and long-term use.

Steps:

  1. Download and install Docker Desktop based on your operating system.

    Docker Download
  2. Launch Docker Desktop.

    Docker Desktop
  3. In the search bar at the top of the page, search for “n8n”.

    Search n8n
  4. Go to n8nio/n8n and pull the Docker image.

    n8n Image
  5. Create a new container by clicking Run on the n8nio/n8n image.

    Run Container
  6. Create a new file directory to be the volume.

  7. Configure the container name and port mapping.

    Configure Container
  8. Set the volume path to the directory you created in Step 6.

  9. Under Environment variables (optional), you may add the following:

    • N8N_BASIC_AUTH_ACTIVEtrue
    • N8N_BASIC_AUTH_USER → your preferred username
    • N8N_BASIC_AUTH_PASSWORD → a strong password
  10. Hit “Run”

  11. You can then access the n8n editor at http://localhost:5678.


How to Import n8n Workflows from Supern8n

n8n workflows are typically shared as JSON files. Importing them correctly ensures all nodes and connections remain intact.

Steps:

  1. Download the zipped files of the workflow you have purchased.
  2. Extract the zipped files.
  3. Search for a “.json” file type.
  4. Open your n8n workspace and Create Workflow.
  5. Click on the three dots at the top right corner and choose the option “Import from File…”.

    Import Menu
  6. Select and open the json file that has been extracted.

    File SelectSuccess

Post-Import Checklist (Best Practices)

After importing a workflow, always:

  • Reconfigure credentials (API keys, OAuth, tokens)
  • Test each node individually
  • Verify webhook URLs
  • Check cron or trigger schedules

Why Use n8n for Workflow Automation?

  • Fair-code and source-available
  • Highly customizable
  • Strong community support
  • Supports AI agents and LLM integrations
  • No vendor lock-in
👤
Supern8n Team
12/10/2025

Ready to automate your business?

We can assist with the setup. Get in touch with us for quotation.