| Description | This article describes how to resolve the error: '500 Internal Server Error' in FortiClient EMS Linux. |
| Scope | FortiClient EMS Linux. |
| Solution |
When accessing the FortiClient EMS console through the web, the following message may be displayed:
This error typically occurs when the FortiClient EMS disk reaches its maximum storage capacity. To resolve this, verify that the EMS server storage is indeed full and follow these steps:
sudo find /var/log/forticlientems/ -type f -name ".log" -mtime +10
Note: If the result returns no files or only a few, change the parameter '+1.0' to '+3'.
sudo find /var/log/forticlientems/ -type f -name ".log" -mtime +10 -exec rm -v {} ; Important: If the file modification time was changed to '+3' as instructed in step 2, it must also be replaced in the command above. |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2026 Fortinet, Inc. All Rights Reserved.