Created on
09-14-2023
12:34 AM
Edited on
09-23-2025
01:12 AM
By
Anthony_E
Description | This article describes how to remedy when the FortiGate Central Management: FortiGate Cloud connection status shows 'Not Managed'. |
Scope | FortiGate. |
Solution |
The connection status 'Not Managed' indicates that the FortiGate is not connected to the FortiCloud manager server.
diagnose debug rating
Validate the FortiGate connection status to FortiGuard servers.
If the error 'Unable to connect to FortiGuard servers.' is displayed as above, troubleshoot further to fix the FortiGuard reachability issue. Refer to the article below for the same: Troubleshooting Tip: Unable to connect to FortiGuard servers
Post fixing the FortiGuard reachability issue, validate the Management connection status.
From the Firewall CLI:
config system dns set primary 96.45.45.45 end
config system dns set primary 96.45.45.45 end
After the DNS comes up, the connection status will show 'connected'.
If the above commands do not resolve the issue and logs are still not sent to the FortiCloud, restart the FortiGate log daemon by running the command:
fnsysctl killall forticldd
For the central-management, traffic on port 541 needs to be allowed on the upstream device. To confirm if TCP 541 connection between the FortiGate and FortiCloud is working, run a packet capture in FortiGate while executing the following command:
fnsysctl killall fgfmd
To capture the relevant packets, run below CLI commands below or use the Packet Capture feature on the GUI.
CLI:
diagnose sniffer packet any 'port 541' 4 0 l
Or:
diagnose sniffer packet any 'port 541' 6 0 l
If the issue persists, create a Technical Support ticket of type FortiGate: Fortinet Support.
For example, when running the following debug commands on the Firewall:
diagnose debug console time enable
If the output shows 'fgfm_fqdn_connect fail', it means the connection issue between the Firewall and FortiGuard:
"... 2025-08-29 11:36:32 FGFMs: Timeout for sock. ..."
The packet sniffer shows it is because of the MTU issue on the Firewall's WAN interfaces:
After changing the MTU value, it fixed the issue:
config system interface edit <port_ID> set mtu-override enable set mtu 1460 end
The debug shows 'fgfm_fqdn_connect successful':
"... 2025-09-12 09:58:21 FGFMs: client:
..."
The packet sniffer also reflected the results:
Reprovision FortiGate Device in FortiCloud. If all the steps above are correct, try to reprovision the FortiGate in FortiCloud. De-provision the FortiGate
Reprovision the FortiGate:
Re-enter the FortiGate Cloud credentials under Security Fabric -> Fabric connectors -> Central management.
Related articles: Technical Tip: FortiGuard Flags and Meanings Troubleshooting Tip: Unable to connect to FortiGuard servers |
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 2025 Fortinet, Inc. All Rights Reserved.