Agents Logs – adminbolt Admin Panel
The Agents Logs page shows log output for adminbolt agents: connection events, tasks executed, and errors. Use it to troubleshoot agent connectivity and task execution in multi-server setups.
URL: /admin/agents-logs
Overview
Agents communicate with the panel to run tasks on remote or local servers. This log records when agents connect or disconnect, which tasks were sent or completed, and any errors (e.g. timeout, permission denied). It complements the Agents Connections page, which shows agent status.
Purpose
- View agent connection and disconnection events.
- See which tasks were executed per agent and their outcome (success/failure).
- Diagnose why an agent failed to run a task (e.g. network, credentials, script error).
- Support auditing of panel-initiated actions on agent hosts.
Prerequisites
- Access to the admin panel in adminbolt.
- Logs in the sidebar (Logs → Agents Logs).
Interface Description
- Page heading: Agents Logs (h1).
- Intro text: Review recent Agents activity logs.
- Search – Search box to filter entries.
- Filters – Button (e.g. Filters 0) to apply filters.
- Table – Columns: Time (sortable), Module, Level, Message. Each row is one log entry (e.g. API command, agent event). Example message format: HTTP POST /api/command from … -> 500 body=….
Related sections
- Agents Connections – List and status of agents.
- Execution Logs – General panel task execution (may include agent-triggered tasks).
Sidebar location
Logs → Agents Logs
Notes
- Log volume can be high when many agents are active; use filters to focus on a single agent or time range.
- Failed task messages often indicate the next step (e.g. check agent service, network, or permissions on the target server).