Technical Tip: How to access GUI after upgrading the firmware
| Description | This article describes how to access GUI after upgrading the firmware through SSH. |
| Scope | FortiGate. |
| Solution |
config system interface set allowaccess ping https
Then, access the FortiGate via a specific port number https://<IPaddress of FortiGate>:<custom port>. For example, https://192.168.0.253:8443 where 8443 is the non-default port used for https.
fnsysctl killall httpsd killall: httpsd: no process killed
config system global set admin-server-cert ''" <----- Select self-sign.
Try to access the unit, if the issue is still there create a ticket through the Fortinet support portal.
Note: Super Admin privilege is required to run 'fnsysctl' command. Otherwise, FortiGate will return an error as mentioned in this article: Technical Tip: fnsysctl command returns Unknown action 0 |
