Guides

Practical step-by-step instructions for developers and system administrators — installation, maintenance, PHP, projects and troubleshooting.

Viewing logs

Project and panel logs — Logs module and Maintenance on project page.

  1. Project logs

    Projects → project → Maintenance → View logs. Available types: access, error, PHP-FPM. Search and download log file.

  2. Global Logs module

    Sidebar → Logs shows logs per project. Useful for quick overview without opening each project.

  3. On-disk locations

    Project logs are in /web/logs/<domain>/. Panel logs in panel Laravel storage directory.

    ls -la /web/logs/example.com/
    tail -50 /web/logs/example.com/error.log