Docs / Usage

Quick Start

From zero to a working reverse proxy with SSL in five steps.

1

Install Easy DevOps

Run npm install -g easy-devops or use the bootstrap installer above.

2

Launch the CLI

Run easy-devops to enter the interactive menu.

3

Configure Settings

Go to Settings → set your nginxDir, sslDir, and acmeEmail (required for Let's Encrypt).

4

Add a Domain

Select "Domain Manager" → Add Domain. Enter your domain name, select a backend host:port, enable SSL, and configure options like gzip or rate limiting.

5

Start the Dashboard (optional)

Select "Open Dashboard" from the CLI menu, then browse to http://localhost:6443 (or your configured port). Default password: admin.

terminal
npx easy-devops

Tip: From the Dashboard menu, select "How to use" for a quick guide on getting started.