---
title: "Deploy RSS3 Node 1.0"
description: "A lightweight service that joins the RSS3 Network as a node."
category: "Other"
url: https://railway.com/deploy/tAkUiN
---

# Deploy RSS3 Node 1.0

A lightweight service that joins the RSS3 Network as a node.

**[Deploy RSS3 Node 1.0 on Railway](https://railway.com/template/tAkUiN)**

Machine-readable deploy manifest (JSON, validated by TemplateCI): https://railway.com/deploy/tAkUiN/manifest.json

- **Creator:** brucexc's Projects
- **Category:** Other
- **Total deploys:** 78

## Template content

### Redis https://devicons.railway.app/i/redis.svg

- **Image:** bitnami/redis:7.2.5

### Postgres https://devicons.railway.app/i/postgresql.svg

- **Image:** ghcr.io/railwayapp-templates/postgres-ssl:16

### RSSHub

- **Image:** ghcr.io/diygod/rsshub
- **Health check:** /healthz

### RSS3-Node-Broadcaster

- **Image:** ghcr.io/rss3-network/node:v1.2.0
- **Start command:** `"sh" "-c" "sleep 20 &&./node --module=broadcaster"`

### RSS3-Node-Monitor

- **Image:** ghcr.io/rss3-network/node:v1.2.0
- **Start command:** `"sh" "-c" "sleep 10 &&./node --module monitor"`

### RSS3-Node-Core

- **Image:** ghcr.io/rss3-network/node:v1.2.0
- **Start command:** `"sh" "-c" "sleep 10 &&./node --module=core"`
- **Public domain:** Yes

### RSS3-Node-VSL-Core

- **Image:** ghcr.io/rss3-network/node:v1.2.0
- **Start command:** `"sh" "-c" "sleep 10 && ./node --worker.id=vsl-core"`

## Documentation

## Prerequisites
Before deploying, you need to create a node on the explorer: [RSS3 Explorer](https://explorer.rss3.io/nodes).

Additionally, ensure that your Railway account is upgraded to at least the **Pro Plan** ($20/month). This plan is necessary to support the node's storage requirements, which will be around 10GB.

## Deployment
You only need to fill in two fields in the RSS3-Node-Core service:

- **`NODE_DISCOVERY_MAINTAINER_EVM_ADDRESS`**: Your wallet address (which is also your node address).
- **`NODE_DISCOVERY_MAINTAINER_SIGNATURE`**: The challenge signature obtained here: https://explorer.rss3.io/nodes/YOUR_WALLET_ADDRESS. (Click the "Signature" button to complete the challenge and copy your signature to paste here.)

After the service starts, it will join the RSS3 Network as a lightweight RSS3 Node.

## Contact
If you have any questions, feel free to contact me: [brucexc@rss3.io](mailto:brucexc@rss3.io).

Join the RSS3 Discord: [RSS3 Discord](https://link.rss3.io/discord)


## Similar templates

- [Rocky Linux](https://railway.com/deploy/rocky-linux) — Hosted Rocky Linux 9 workspace with SSH and persistent storage. 🚀
- [Foundry Virtual Tabletop](https://railway.com/deploy/X5tR6G) — A Self-Hosted & Modern Roleplaying Platform
- [Letta Code Remote](https://railway.com/deploy/letta-code-remote) — Run a Letta Code agent 24/7. No inbound ports, just deploy.

Open this page in a browser: https://railway.com/deploy/tAkUiN
