Deploy .NET Apps to Linux in Minutes

Automated SSL, databases, and *.noundry.app domains. One CLI to rule them all.

No credit card required • Free *.noundry.app domains • Deploy in 60 seconds

$ engine init
✓ Server initialized successfully
$ engine ssl install
✓ SSL certificate installed
$ engine deploy
✓ App deployed to myapp.noundry.app
🚀 Your app is live!

Everything You Need to Deploy

Powerful features that make deployment effortless

One-Command Init

Initialize any Ubuntu/Debian server with a single command. Installs all dependencies automatically.

Automated SSL

Free SSL certificates via Let's Encrypt. Automatic renewal. HTTPS enabled with zero configuration.

Free Domains

Get free *.noundry.app subdomains for testing. Perfect for staging environments and demos.

Database Setup

Install PostgreSQL, MySQL, or SQL Server with one command.

Deploy Anything

Deploy ASP.NET Core, Blazor, or any .NET app or static sites.

Monitoring

Real-time logs, health checks, and performance metrics. Know exactly what's happening with your apps.

Deploy in 3 Simple Steps

From zero to production in under 5 minutes

1

Install CLI

dotnet tool install -g
noundry-engine-cli

Install the Noundry Engine CLI globally with a single dotnet command.

2

Initialize Server

engine init
--ip 192.168.1.100

Point the CLI at your Linux server and let it configure everything automatically.

3

Deploy App

engine deploy
--name myapp

Deploy your .NET application with automatic SSL and a free *.noundry.app domain.

Powerful CLI. Simple Commands.

Everything you need to manage servers, deploy apps, and configure infrastructure—all from your terminal.

Server Management

Initialize, configure, and manage multiple servers from one CLI

Zero Downtime Deploys

Rolling deployments with health checks and automatic rollback

Environment Management

Manage secrets, environment variables, and configuration

# Initialize server
$ engine init --ip 192.168.1.100
✓ Server initialized
# Install SSL certificate
$ engine ssl install --domain myapp.com
✓ SSL certificate installed
# Deploy application
$ engine deploy --name myapp --port 5000
✓ Pushing to server...
✓ Deploying app...
🚀 Deployed to https://myapp.noundry.app

Ready to Deploy?

Join developers who are shipping faster with Noundry Engine

No credit card required • 100% free for testing • *.noundry.app domains included