---
title: "Deploy RiverUI"
description: "RiverUI is a web interface for managing River job processing system"
category: "Queues"
url: https://railway.com/deploy/riverui
---

# Deploy RiverUI

RiverUI is a web interface for managing River job processing system

**[Deploy RiverUI on Railway](https://railway.com/template/riverui)**

- **Creator:** Adam Presley's Projects
- **Category:** Queues

## Template content

### riverqueue/riverui:latest

- **Image:** ghcr.io/riverqueue/riverui:latest

## Documentation

# Deploy and Host RiverUI on Railway

[River](https://riverqueue.com/) is an atomic, transaction-safe job queueing for Go applications. Backed by PostgreSQL and built to scale. RiverUI is the web management frontend that allows you to manage jobs.

## About Hosting RiverUI

To host and use RiverUI, first ensure you have a Postgres database instance setup with the [River schema](https://riverqueue.com/docs/migrations). Then, you can deploy this template. For the database URL environment variable, use `${{Postgres.DATABASE_URL}}` (or whatever your Postgres instance variable is).

After deployment, please make sure you modify the `RIVER_BASIC_AUTH_USER` and `RIVER_BASIC_AUTH_PASS` variables to secure your deployment.

## Dependencies for RiverUI Hosting
### Deployment Dependencies

- Postgres
- An application written in Go that uses River


Same as above.

## Why Deploy on Railway

Railway offers fast, simple cloud hosting, making it super easy and affordable to host your Go+River powered applications!

## Common Use Cases

Using the River queue system in you Go application has a number of possible uses:

- Periodic cron jobs
- Complex workflows
- Processing data in parallel across multiple service replicas


## Similar templates

- [smoothmq](https://railway.com/deploy/AJv-64) — A drop-in replacement for AWS SQS
- [Kafka UI](https://railway.com/deploy/kafka-ui) — Kafbat UI — Open-source web UI to monitor and manage Apache Kafka clusters
- [Hatchet Lite](https://railway.com/deploy/hatchet-lite) — Hatchet Lite with postgres

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