Skip to content

Paths and services

These paths help with backup and diagnosis. Files described as managed may be regenerated by Fluxo.

Fluxo control data

PathPurpose
/usr/local/bin/fluxoInstalled Fluxo binary
/var/lib/fluxo/fluxo.dbProduction SQLite control database
/var/lib/fluxo/.fluxo_credentialsRoot-only bootstrap/recovery credentials
/var/lib/fluxo/backups/Rolling local SQLite backups
/var/lib/fluxo/node-toolchain.jsonFluxo-managed Node toolchain state
/etc/systemd/system/fluxo.serviceFluxo daemon unit

In production, Fluxo creates a local SQLite backup approximately every 24 hours after daemon startup and keeps the seven most recent dated files. These local copies do not replace off-server disaster recovery.

Site files

PathPurpose
/home/fluxo/DOMAIN/Persistent site root
/home/fluxo/DOMAIN/.envShared application environment when used
/home/fluxo/DOMAIN/currentActive zero-downtime release symlink
/home/fluxo/DOMAIN/releases/Timestamped release directories
/home/fluxo/DOMAIN/storage/Shared Laravel storage
/home/fluxo/.ssh/Fluxo user SSH configuration and keys

A promoted primary domain can retain the original filesystem path. Trust the path shown in Site Settings rather than reconstructing it from the current hostname.

Nginx and PHP

PathPurpose
/etc/nginx/sites-available/DOMAINGenerated virtual host
/etc/nginx/sites-enabled/DOMAINEnabled virtual-host link
/etc/nginx/ssl/DOMAIN/Managed custom and cloned certificate copies
/etc/letsencrypt/live/Certbot-managed certificate lineages
/etc/php/VERSION/fpm/pool.d/DOMAIN.confSite PHP-FPM pool
/var/run/php/phpVERSION-fpm-DOMAIN.sockSite PHP-FPM socket

Logs and jobs

PathPurpose
/var/log/nginx/DOMAIN.access.logSite request log
/var/log/nginx/DOMAIN.error.logSite Nginx error log
/var/log/fluxo/fluxo-daemon-ID.logManaged background-process log
/var/log/fluxo/cron-ID.logScheduled-job output
/etc/systemd/system/fluxo-daemon-ID.serviceManaged process unit
/etc/cron.d/fluxo-cron-IDManaged scheduled job

Use dashboard deletion actions to remove resources. Deleting only a database row or only a generated file can leave the system and Fluxo's control state inconsistent.

Fluxo website · Source-available under the BSL 1.1 License.