Difference between revisions of "Password Recovery for Fortinet FortiGate Firewalls"
From NesevoWiki
Jump to navigationJump to search (Created page with "* Connect to the serial console of the FortiGate unit (9600-1-1) * Boot up the FortiGate unit * as username, enter <code>maintainer</code> * as password, enter <code>bcpb + Se...") |
|||
Line 13: | Line 13: | ||
set password | set password | ||
end | end | ||
+ | |||
+ | * type <code>get system status</code> to display information about the SerialNo, FortiOS version, etc. |
Latest revision as of 10:34, 27 August 2020
- Connect to the serial console of the FortiGate unit (9600-1-1)
- Boot up the FortiGate unit
- as username, enter
maintainer
- as password, enter
bcpb + SerialNo
- E.g. if the SerialNo is
FG100ETK18036180
, the password isbcpbFG100ETK18036180
- This has to be done within 14 seconds after the logon prompt appears
- Once logged in, you can either
- execute the command
execute factory reset
to set the unit to factory defaults, afterwards the password for the admin user will be empty. - if you want to keep the config, change the admin user's password using the command set
- execute the command
# config system admin edit admin set password end
- type
get system status
to display information about the SerialNo, FortiOS version, etc.