Skip to main content
MFARRAG
Staff
Staff
May 4, 2026

Troubleshooting Tip: How to troubleshoot FortiNDR RADIUS authentication failures

  • May 4, 2026
  • 0 replies
  • 26 views

Description


This article describes basic troubleshooting steps and required debug commands when RADIUS authentication fails on FortiNDR.


Scope


FortiNDR v7.6.x.


Solution

  1. Enable authentication debug logs.

Run the following commands to capture detailed authentication debugging for a failed session:


68b55869.png


These commands will:

  • Enable debug mode

  • Provide detailed logs from the authentication daemon (authd).

  • Help identify issues as mentioned in the screenshot below, such as: Invalid credentials, Server communication failures, Timeout issues, Policy mismatches.


5876c1c2.png


  1. Capture RADIUS Traffic (Packet Sniffer).

At the same time, run a packet capture to verify communication with the RADIUS server:


db6f4038.png


This will:

  • Capture RADIUS authentication traffic (UDP port 1812).

  • Show request/response flow between FortiNDR and the RADIUS server.

  • Help to identify: No response from server, Incorrect IP/port configuration, Network connectivity issues, Packet drops or delays.


3e8a6c9b.png


Analysis.

  • RADIUS request and response are observed.

  • Confirms: Network connectivity is working and the RADIUS server is reachable.


This indicates the issue is not network-related, but related to authentication validation.


  1. Disable authentication debug logs.


c108aa2f.png


Additionally, when selecting from FortiNDR GUI log & report -> Events -> User failed, as mentioned in the screenshot below.


bfa823b9.png