Post-Installation Checks
After the installer finishes, verify that all services are running and the web interface is reachable.
Verify services
Check each service individually:
# systemctl status energysoar
# systemctl status cortex
# systemctl status n8n
# systemctl status nginx
# systemctl status cassandra
# systemctl status elasticsearch
All services should report active (running).
Access the interface
Open a browser and navigate to:
https://<server-ip>/
The installer configures nginx on port 443 as a reverse proxy with the following paths:
Path |
Service |
|---|---|
|
Energy SOAR Base |
|
Energy SOAR Automation (Cortex) |
Navigating to https://<server-ip>/ redirects automatically to /base/.
Self-signed certificate
The installer generates a self-signed TLS certificate and stores it at:
/etc/energysoar/ssl/nginx-selfsigned.crt
/etc/energysoar/ssl/nginx-selfsigned.key
The nginx configuration that references these files is at
/etc/nginx/conf.d/energysoar.conf. To replace the self-signed certificate with
your own, see Custom SSL Certificate.