Docs / Getting Started
Overview
Easy DevOps is a unified DevOps management tool โ part CLI, part web dashboard โ built for developers who need to manage Nginx, SSL certificates, and Node.js on Linux and Windows servers without juggling dozens of scripts.
What is it?
No external ACME binaries required โ SSL certificates are issued via acme-client (pure Node.js, Let's Encrypt).
CLI Preview
terminal
โโโโโโโโโโโโโโโโ Easy DevOps v1.0.0
โโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโ
โโโโโโ โโโโ CLI & Web Dashboard
โโโโโโ โโโโ Nginx ยท SSL ยท Domains ยท Node.js
โโโโโโโโ โโโโโโโ
โโโโโโโโ โโโโโโโ
nginx: โ
v1.26.2 | ACME: acme-client | node: v22.21.1
? Select an option:
โฏ ๐ฆ Node.js Manager
๐ Nginx Manager
๐ SSL Manager
๐ Domain Manager
๐๏ธ Open Dashboard
โ๏ธ Settings
๐ Check for Updates
โ ExitCore Capabilities
๐ฅ๏ธ
Interactive CLI
Arrow-key menus with real-time status indicators for Nginx, ACME client, and Node.js versions.
๐
Web Dashboard
Vue 3 interface with dark/light themes, Socket.io real-time updates, and configurable accent colors.
๐
Pure Node.js SSL
Let's Encrypt certificates via acme-client โ no certbot, no external binaries. HTTP-01 and DNS-01 challenges supported.
Tech Stack
| Tech | Details |
|---|---|
| Node.js | 18+ (ESM) |
| Database | SQLite via good.db |
| CLI | inquirer ^9.2, chalk ^5.3, ora ^7 |
| Dashboard | Express 5, Socket.io, Vue 3 (CDN) |
| SSL | acme-client (pure Node.js) |
| Platforms | Linux, Windows |