Skip to main content

INST - the n8n installer: deploy workflows with automatic credential mapping

Workflow preview

Workflow preview
100%
INST - the n8n installer: deploy workflows with automatic credential mapping preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

INST: The n8n Workflow Installer This workflow provides everything you need to package and deploy multiple workflows from a single workflow you distribute . That's right, now you can package up doz...

Best for

  • DevOps automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.set, n8n-nodes-base.stickynote, n8n-nodes-base.converttofile, n8n-nodes-base.n8n, n8n-nodes-base.splitinbatches, n8n-nodes-base.extractfromfile, n8n-nodes-base.splitout

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Wyeth.

Original n8n.io source

1.1 Workflow description

Title
INST - the n8n installer: deploy workflows with automatic credential mapping
Workflow name
INST - the n8n installer: deploy workflows with automatic credential mapping

INST: The n8n Workflow Installer

This workflow provides everything you need to package and deploy multiple workflows from a single workflow you distribute.

That's right, now you can package up dozens of workflows and send your client(s) a single workflow to run, that will create them all and auto-assign all the credentials.

This workflow installs 3 files when you run it, demonstrating the functionality. Just make your own mods to the system, repackage it, and you are ready to go!


Requirements

  • An n8n instance with API access enabled and an access key
  • Optional: GitHub and OpenAI access keys

What This Workflow Does

  • Installs 3 additional workflows, demonstrating the functionality
  • One of the workflows is a packager, that you configure for your own needs
  • Two example workflows demonstrate functionality, and can be deleted

Step-by-Step Setup

  1. Run the Workflow
    This will get the example and tool workflows on your instance.

  2. Package Your Content
    Configure the packager, then run it to produce a base64-compressed version of your files.

  3. Customize the Installer
    Make your own copy of the installer, and set the base64 payload.

  4. Deploy the Installer
    Export your installer script. Now, anyone you send it to will get all your packaged workflows when they execute it.


How to Use This Workflow

This workflow is meant to be reused and adapted. You can:

  • Integrate it into a deployment pipeline
  • Turn it into a subworkflow for dynamic installs
  • Extend it to include triggers, permission settings, or test runs

If you frequently deploy or share n8n assets, this installer gives you a repeatable way to do it with confidence.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - When clicking ‘Execute workflow’

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 2 - Installer Data

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 3 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Convert to File

Type / Role
n8n-nodes-base.convertToFile - convertToFile
Config choices
Version 1.1

Block 5 - Extract Workflow

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 6 - Create Workflow

Type / Role
n8n-nodes-base.n8n - n8n
Config choices
Version 1

Block 7 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Loop Over Workflows

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 12 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Decompress Workflows

Type / Role
n8n-nodes-base.extractFromFile - extractFromFile
Config choices
Version 1

Block 14 - Split Workflows

Type / Role
n8n-nodes-base.splitOut - splitOut
Config choices
Version 1

Block 15 - If 3 Credentials

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 16 - Stop and Error

Type / Role
n8n-nodes-base.stopAndError - stopAndError
Config choices
Version 1

Block 17 - Github Credentials

Type / Role
n8n-nodes-base.github - github
Config choices
Version 1.1

Block 18 - OpenAi Credentials

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 19 - n8n Credentials

Type / Role
n8n-nodes-base.n8n - n8n
Config choices
Version 1

Block 20 - Credential Dictionary

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.3

Block 21 - Fix Credentials

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 22 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 23 - Sticky Note8

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 24 - Move to Project

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Showing the first 24 of 31 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow INST - the n8n installer: deploy workflows with automatic credential mapping
Complexity advanced
Nodes 31
Categories DevOps
Author Wyeth
Published 05 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/7028/7028.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does INST - the n8n installer: deploy workflows with automatic credential mapping do?

INST: The n8n Workflow Installer This workflow provides everything you need to package and deploy multiple workflows from a single workflow you distribute . That's right, now you can package up doz...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your DevOps use case.