v0.18.2
EvoNexus v0.18.2 — Setup & VPS Fixes + Uninstall
What's New
VPS Setup Fixes
Fixed critical issues with the VPS/remote installation flow:
- Nginx config now persists correctly — removes both
defaultanddefault.conf, usesreloadinstead ofstart, and shows clear error messages if SSL cert is missing - CLI detects remote mode —
npx @evoapi/evo-nexusno longer showsmake dashboard-appon VPS installs where services are already running. Shows./start-services.shinstead - No more double frontend build — CLI skips the redundant
npm run buildwhen setup already completed it, avoiding the "port already in use" cascade
Service Management
make stop— stops all EvoNexus services (dashboard + terminal-server)make uninstall— full destructive cleanup: stops services, removes nginx config, database, node_modules, .venv, config files. Requires typing "UNINSTALL" to confirm
Full Changelog: v0.18.1...v0.18.2