---
title: "Deploy nasiko"
description: "AI agent control plane with embedded dashboard, routing, and observability."
category: "AI/ML"
url: https://railway.com/deploy/nasiko
---

# Deploy nasiko

AI agent control plane with embedded dashboard, routing, and observability.

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

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

## Template content

### app

- **Image:** xiaosong233/nasiko-railway:latest
- **Public domain:** Yes

### rustfs

- **Image:** rustfs/rustfs:latest

### redis

- **Image:** redis:7

### postgres

- **Image:** pgvector/pgvector:pg16

## Documentation

# Deploy and Host Nasiko on Railway

Nasiko is an AI agent control plane for registering, routing, deploying, and observing agent workloads through a browser dashboard. Its Rust server embeds the frontend and exposes APIs for agent lifecycle management, model routing, MCP integrations, and secure credential storage, giving teams one focused operational console.

## About Hosting Nasiko on Railway

Railway runs the Docker image with managed networking and a generated HTTPS domain. Postgres, Redis, and RustFS provide the required platform dependencies.

## Tech Stack

- Rust and Axum server
- Embedded web dashboard
- PostgreSQL with pgvector
- Redis
- RustFS S3-compatible storage

## Why Deploy Nasiko on Railway

Railway provides one-click container deployment, private service discovery, TLS, logs, and simple environment management without maintaining cluster infrastructure.

## Common Use Cases

- Central AI agent registry
- Intelligent model and agent routing
- MCP tool gateway
- Agent observability and lifecycle operations

## Deployment Notes

The app listens on port 8080 and uses the generated public domain. Configure an OpenAI-compatible API key to enable model-backed routing. Admin credentials are exposed as template variables. The app uses simulated agent runtime because Railway does not provide a Docker socket.

## Dependencies for Nasiko on Railway

Nasiko requires PostgreSQL, Redis, and RustFS over Railway private networking.

### Deployment Dependencies

| Service | Image | Port | Volume |
|---------|-------|------|--------|
| app | xiaosong233/nasiko-railway:latest | 8080 | - |
| postgres | pgvector/pgvector:pg16 | 5432 | - |
| redis | redis:7 | 6379 | - |
| rustfs | rustfs/rustfs:latest | 9000 | - |

## 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/nasiko
