
Deploy nasiko
AI agent control plane with embedded dashboard, routing, and observability.
Just deployed
rustfs
Just deployed
redis
Just deployed
postgres
Just deployed
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 | - |
Template Content
