Skip to Content

Log Viewer

Companion Home includes a built-in log viewer in the dashboard under Settings → Logs.

Viewing Logs in the Dashboard

Navigate to Settings → Logs to see real-time application logs. You can filter by service and search for specific entries.

Viewing Logs via Docker

If you need to view logs directly, you can use Docker:

cd /opt/cihome && docker compose logs -f

To view logs for a specific service:

docker compose logs -f <service-name>
Last updated on