Deploy aurogen
Aurogen is a modular multi-agent platform inspired by OpenClaw
Just deployed
/app/aurogen/.workspace
Deploy and Host Aurogen on Railway
About Hosting
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 |
Template Content
