Railway

Deploy nodered-old

NodeRED with flows stored in an AWS S3 bucket

Deploy nodered-old

Just deployed

Bucket

Bucket

Just deployed

Deploy and Host Node-RED on Railway

Node-RED is a flow-based programming tool for wiring together hardware devices, APIs, and online services. It provides a browser-based editor that makes it easy to wire together flows using a wide range of nodes. Built on Node.js, it's lightweight and can run on low-cost hardware or in the cloud.

About Hosting Node-RED

Hosting Node-RED requires persistent storage for flows, credentials, and settings since the editor allows users to modify flows at runtime. This template uses S3-compatible object storage (Railway Object Storage) to persist all Node-RED data, ensuring your flows survive container restarts and redeployments. Authentication is configured out of the box with admin credentials, protecting your Node-RED editor from unauthorized access.

Common Use Cases

  • IoT data processing and device integration pipelines
  • API orchestration and webhook automation
  • Home automation dashboards and control systems
  • Rapid prototyping of backend workflows
  • Data transformation and ETL processes

Dependencies for Node-RED Hosting

  • Railway Object Storage (S3-compatible) for persistent flow storage
  • Node.js 20+ runtime environment

Deployment Dependencies

Implementation Details

The template configures a custom S3 storage module for Node-RED that persists:

  • flow.json - Your Node-RED flows
  • credential.json - Encrypted node credentials
  • settings.json - Editor settings

Environment variables connect to Railway Object Storage:

ADMIN_PASSWORD=your-admin-password
AWS_S3_ENDPOINT=your-endpoint
AWS_S3_BUCKET=your-bucket-name
AWS_ACCESS_KEY_ID=your-access-key
AWS_SECRET_ACCESS_KEY=your-secret-key
AWS_REGION=your-region

Why Deploy Node-RED on Railway?

Railway is a singular platform to deploy your infrastructure stack. Railway will host your infrastructure so you don't have to deal with configuration, while allowing you to vertically and horizontally scale it.

By deploying Node-RED on Railway, you are one step closer to supporting a complete full-stack application with minimal burden. Host your servers, databases, AI agents, and more on Railway.


Template Content

Bucket

Bucket

More templates in this category

View Template
N8N Main + Worker
Deploy and Host N8N with Inactive worker.

jakemerson
View Template
Postgres Backup
Cron-based PostgreSQL backup to bucket storage

Railway Templates
View Template
Prefect [Updated Mar ’26]
Prefect [Mar ’26] (ETL & Automation alternative to Airflow) Self Host

shinyduo