Skip to content
Nautilo Documentation
Administrator guide

Choose a deployment

Choose the shortest supported route to a Nautilo Server your circle can own.

Choose the smallest path that gives your circle a Server it can actually own. Railway is the shortest hosted route. Docker Compose gives you direct custody on a Linux host you control.

You want to…ChooseNautilo owns
Get a hosted Server running with the least infrastructure workOfficial Railway templateTemplate verification, safe adoption, and the receipt-owned day-two lifecycle
Run a persistent Server on infrastructure you controlDocker ComposeThe packaged Compose lifecycle and durable local state
Evaluate one machine locallyLocal ComposeThe local Compose lifecycle
Reach a Server from another computer on one trusted LANLAN-only HTTPA bounded Desktop-client path over SSH-managed Compose, without transport encryption
Operate a Linux host over SSHLinux Server over SSHCompose on that host, reached through SSH
Connect to a Server operated elsewheretransport=remote, lifecycle=externalThe connection only—not deployment
Develop Nautilo itselfBuilder documentationA source-development environment, not a packaged install

Railway and Docker Compose are the documented public paths. Railway's host upgrade transaction creates provider-native backups and an encrypted portable recovery copy, then uses host resume after interruption or when it must continue into a replacement project. There is no independent Railway backup or fresh-project recovery command. DigitalOcean Droplets and other VPS hosts use the same SSH + Compose path. LAN HTTPS, automatic multi-region failover, and native AWS or GCP deployment drivers are not currently supported.

Next: deploy on Railway or deploy with Docker Compose.