Docs / Reference
Platform Support
Easy DevOps works on both Linux and Windows servers.
🐧
Linux
- CLI Interface✅
- Web Dashboard✅
- Nginx Management✅
- SSL — HTTP-01 (acme-client)✅
- SSL — DNS-01 (acme-client)✅
- Wildcard Certificates✅
- Node.js Management✅ nvm
- Nginx service controlsystemctl
🪟
Windows
- CLI Interface✅
- Web Dashboard✅
- Nginx Management✅
- SSL — HTTP-01 (acme-client)✅
- SSL — DNS-01 (acme-client)✅
- Wildcard Certificates✅
- Node.js Management✅ nvm-windows
- Nginx service controlnginx.exe direct
Service Control Difference
LinuxUses systemctl start/stop/restart nginx for service management.
WindowsUses nginx.exe direct execution with process management.