Troubleshooting Tip: The FortiGate login GUI page is unresponsive
| Description | This article describes some possible causes for non-working GUI access. |
| Scope | FortiGate, FortiOS. |
| Solution | The device is accessible via SSH or console cable to check the crash logs.
In the crash logs, the daemon http_authd keeps crashing and consuming high cpu.
It is generally considered safe not to expose the WAN IP to the public by disabling direct access via HTTP and HTTPS. Instead, access the device via secure VPN connections or management portals that restrict access to authorized users. This approach helps protect the network from unauthorized access and potential attacks.
Solution: Interface settings. GUI access, HTTP, and/or HTTPS have to be disabled on the interface. CLI commands:
config system interface
diagnose debug crashlog read 16370: 2026-03-17 04:27:12 the killed daemon is /bin/http_authd: status=0x100
After disabling HTTPS and HTTP and restarting the http_authd daemon, the CPU and memory consumed by the daemon are released.
fnsysctl killall http_authd
In FortiOS v7.6.4 and later, a new internal daemon, 'http_authd', is responsible for centralized GUI authentication and authorization. Refer to the release notes for more information Enhance administrative authentication and session monitoring.
To check the logs of invalid users trying to access the device. Navigate to Log & Report -> System events -> General system events.
Related articles: Troubleshooting Tip: Unable to access GUI in firmware version 7.6.4 and later Troubleshooting Tip: FortiGate GUI becomes unresponsive when filter is applied to the logs |


