Fast .NET deployment automation for Linux servers. Deploy .NET 9.0+ applications with a single command - no Docker, no complex configuration, just pure speed.
dotnet tool install --global Noundry.Engine.Cli
Everything you need to deploy and manage your .NET applications from the command line
Initialize fresh Linux servers with .NET 9.0, Nginx, SSL certificates, and firewall - all via ndng init
.
Get free *.noundry.app
subdomains for testing with automatic DNS management and SSL certificates.
Install PostgreSQL, MySQL, or SQL Server with automatic user creation, password generation, and connection strings.
Fast file uploads via SFTP with progress tracking, automatic service restart, and permission management.
Install Redis cache and RabbitMQ message queue with one command. Optimized configurations included.
Stream live logs from any service directly to your terminal via systemd journal integration.
Let's Encrypt SSL certificates with automatic renewal for all domains. HTTPS by default.
Generate complete CI/CD workflows with build, test, and deploy pipelines. Push to deploy automation.
Interactive prompts with color-coded output, progress indicators, and clear error messages.
Deploy your first .NET application in 3 simple steps
dotnet tool install --global Noundry.Engine.Cli
ndng init
Installs .NET 9.0, Nginx, SSL certificates, and configures firewall on your Ubuntu server
# Add domain with SSL
ndng add myapp --test --port 5000
# Build and deploy
dotnet publish -c Release -o ./publish
ndng deploy myapp.noundry.app --source ./publish
Your app is now live at https://myapp.noundry.app
All the commands you need
Command | Description |
---|---|
ndng init | Initialize server with required software |
ndng add <domain> | Deploy a new application |
ndng deploy <domain> | Upload application files |
ndng database --type <type> | Install database (postgres, mysql, sqlserver) |
ndng cache | Install Redis cache |
ndng queue | Install RabbitMQ queue |
ndng list | List all deployments |
ndng log [service] | Stream logs in real-time |
ndng github-action <domain> | Generate CI/CD workflow |
Built on proven, production-ready technologies
Latest .NET runtime with ASP.NET Core
High-performance reverse proxy and web server
Free SSL certificates with automatic renewal
Service management and process supervision
Supports: PostgreSQL • MySQL • SQL Server • Redis • RabbitMQ
Deploy personal projects without DevOps complexity. Fast iteration with test domains and simple commands.
Move fast without dedicated DevOps. Deploy to production in minutes, not days. Scale as you grow.
Deploy multiple client applications on shared infrastructure. Each client gets their own domain and SSL.
Host multiple .NET applications on a single server. Share infrastructure like databases, Redis, and RabbitMQ. Each app gets its own domain, SSL certificate, and service management.