Unable To Load Fortiguard Ddns Servers List On Fortigate Firewalls May 2026
show system dns Ensure they are valid (e.g., 8.8.8.8 , 1.1.1.1 , or your internal resolvers). Also verify:
execute update-now After this, retry accessing the DDNS server list. If the issue persists, use these deep diagnostic commands from the FortiGate CLI: Trace Local-Out Traffic diagnose debug flow trace start 100 diagnose debug enable Then attempt to reload the DDNS list via the GUI. Look for deny or drop reasons. Check FortiGuard Cache diagnose test application fortiguard 1 Look for errors like cannot fetch server list or connection timeout . Test Specific DDNS Endpoint execute curl -k "https://service.fortinet.com/api/v1/ddns/servers" A valid response returns a JSON array of providers. An error here indicates API-level blocking. Workaround: Manually Define DDNS Without the List When you cannot resolve the error quickly, you do not need the graphical list to configure DDNS. Use the CLI method shown earlier. For third-party providers like No-IP or DynDNS, use: show system dns Ensure they are valid (e
If all else fails, remember that the CLI bypasses this list entirely. You can configure any supported DDNS provider manually and achieve full functionality without ever seeing the graphical list. Look for deny or drop reasons
Introduction FortiGate firewalls offer a built-in Dynamic DNS (DDNS) client that allows users to map a static hostname to a dynamic public IP address. This feature is critical for VPN endpoints, self-hosted services, and remote access configurations. However, a notoriously frustrating error message can appear when configuring or troubleshooting this feature: "Unable to load FortiGuard DDNS servers list." An error here indicates API-level blocking
config system ddns edit 1 set ddns-server noip # Options: dyndns, noip, FortiGuardDDNS set ddns-domain "yourhost.no-ip.com" set ddns-username "user" set ddns-password "pass" set interface "wan1" next end After a few minutes, verify update status:
For persistent cases, engage Fortinet TAC with the diagnostic outputs from diagnose debug flow and execute curl to pinpoint the exact connectivity break. Share your experience or additional tips in the comments below. For more FortiGate troubleshooting, subscribe to our newsletter or check out our related guides on VPN stability and SD-WAN configuration.

