Accessing agent log files
Datto EDR log files are UTF-8 encoded text files created by Datto EDR and its components that record detailed events from the Datto EDR Agent. These files are used for agent troubleshooting and diagnosis.
Separate log files are generated for each service managed by the agent (EDR, AV, RWD, RWRB). The location and behavior of the log files vary per operating system.
For information about agent requirements, refer to Hardware and operating system requirements.
Location of the log files
|
Operating System |
EDR |
Datto AV (DAV) |
Ransomware Detection (RW) |
Ransomware Rollback (RWRB) |
|---|---|---|---|---|
| Windows | %Program Files \infocyte\agent\logs\agent-YYYY-MM-dd.log Notes
|
%Program Files \infocyte\agent\logs\datto-av-YYYY-MM-dd.log Notes
Engine Logs
|
Folder location
%ProgramData%\Datto\Datto Rollback Driver\Logs\
Notes
|
Install logs
Operational logs:
Folder location
Notes
|
| macOS | /usr/local/infocyte/agent/logs/agent-YYYY-MM-dd.log Notes
|
/usr/local/infocyte/agent/logs/datto-av-YYYY-MM-dd.log Notes
|
N/A | N/A |
| Linux | /opt/infocyte/agent/logs/agent-YYYY-MM-dd.log Notes
|
N/A
|
N/A | N/A |
Fetching the log files
You can initiate an agent action to upload log files to the Reports tab in the platform. To do this, select Organizations > Devices. For the applicable device, click the ellipses menu (
) and select Fetch Logs. This will pull all current device logs into the Reports section.
Copying the log files
Once you have located the log files, you can copy them for troubleshooting purposes. The methods outlined below will explain how to copy a log file by using a command line on Windows, macOS, or Linux devices.
Windows
- Change directory to the location of the log file you would like to copy. For example, if you would like to copy the Datto EDR Agent log file, use the following command:
cd "C:/Program Files/Infocyte/agent/logs"
- Press Enter.
- When you are in the directory, type the following:
copy agent-YYYY-MM-dd.log <give new filename here>.log
EXAMPLEcopy agent-2025-09-15.log Copy.log
- Press Enter.
macOS
- Open terminal. If you would like to copy the Datto RMM Agent Service log file, type the following:
cd /usr/local/infocyte/agent/logs
- Press Enter.
- Then type the following:
cp agent-YYYY-MM-dd.log <give new filename here>.log
EXAMPLEcp agent-2025-09-15.log Copy.log
- Press Enter.
Linux
- Open terminal. If you would like to copy the Datto RMM Agent Service log file, type the following:
cd /opt/infocyte/agent/logs
- Press Enter.
- Then type the following without brackets:
cp agent-YYYY-MM-dd.log <give new filename here>.log
EXAMPLEcp agent-2025-09-15.log Copy.log
-
Press Enter.
| Revision | Date |
|---|---|
| Initial release | 9/18/25 |