---
title: "Deploy aurogen"
description: "Aurogen is a modular multi-agent platform inspired by OpenClaw"
category: "AI/ML"
url: https://railway.com/deploy/aurogen
---

# Deploy aurogen

Aurogen is a modular multi-agent platform inspired by OpenClaw

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

- **Creator:** kmaki's Projects
- **Category:** AI/ML

## Template content

### aurogen

- **Image:** xiaosong233/aurogen-railway:v0.2.0post2-amd64fix1
- **Health check:** /system/status
- **Public domain:** Yes

## Documentation

# Deploy and Host Aurogen on Railway

## About Hosting

[Aurogen](https://github.com/UniRound-Tec/Aurogen) is an open-source, modular multi-agent platform that reimplements the OpenClaw interaction model with dynamic configuration for agents, channels, providers, skills, and group workflows. It ships a Python backend, built frontend assets, and optional channel bridges in one runtime image.

This Railway setup deploys Aurogen as a **single HTTP service** using a prebuilt Docker image (`xiaosong233/aurogen-railway:v0.2.0post2-amd64fix1`) based on upstream `UniRound-Tec/Aurogen`. The app listens on container port `8000`, and persistent runtime data is stored under `/app/aurogen/.workspace`.

## Why Deploy

- **Self-hosted multi-agent runtime** with a full web control panel
- **Dynamic config without restarts** for most runtime changes
- **OpenClaw ecosystem compatibility** for skill imports
- **Simple topology**: single service, no mandatory external database
- **Persistent workspace** for config, sessions, and agent artifacts

## Common Use Cases

- Run a private AI automation workspace for personal or team usage
- Host multiple agents/channels in one deployment with central management
- Prototype and test OpenClaw-compatible skills on your own infra
- Provide a browser-based control plane for non-terminal users

## Dependencies for Deployment

### Deployment Dependencies

| Dependency | Details |
|---|---|
| **Upstream Repo** | `https://github.com/UniRound-Tec/Aurogen` |
| **Runtime Image** | `xiaosong233/aurogen-railway:v0.2.0post2-amd64fix1` |
| **Builder** | Container image pull (no source build required) |
| **Container Port** | `8000` |
| **Public Domain** | Required for browser access |
| **Persistent Volume** | Recommended at `/app/aurogen/.workspace` |
| **Required Env Vars** | `PORT=8000` |
| **Optional Env Vars** | None required for first boot; provider/channel settings are configured in UI |
| **External Services** | Not required for initial startup |


## Similar templates

- [Chat Chat](https://railway.com/deploy/-WWW5r) — Chat Chat, your own unified chat and search to AI platform.
- [stella](https://railway.com/deploy/stella) — Self-host stella with web, API, Postgres, Redis, and object storage.
- [Hermes Agent | OpenClaw Alternative with Dashboard](https://railway.com/deploy/hermes-agent-or-openclaw-alternative-wit) — Self-Hosted Hermes AI Agent for Telegram, Discord & Slack

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