Fortinet black logo

Cookbook

Default administrator password

Copy Link
Copy Doc ID af0e75e9-211f-11ea-9384-00505692583a:99980
Download PDF

Default administrator password

By default, your FortiGate has an administrator account set up with the username admin and no password. In order to prevent unauthorized access to the FortiGate, it is highly recommended that you add a password to this account.

Note

In FortiOS 6.2.1 and later, adding a password to the admin administrator is mandatory. You will be prompted to configured it the first time you log in to the FortiGate using that account, after a factory reset, and after a new image installation.

To change the default password in the GUI:
  1. Go to System > Administrators.
  2. Edit the admin account.
  3. Click Change Password.
  4. If applicable, enter the current password in the Old Password field.
  5. Enter a password in the New Password field, then enter it again in the Confirm Password field.
  6. Click OK.
To change the default password in the CLI:
config system admin
    edit admin
        set password <password>
    next
end
Tooltip

It is also recommended that you change the user name of this account; however, since you cannot change the user name of an account that is currently in use, a second administrator account must be created in order to do this.

Default administrator password

By default, your FortiGate has an administrator account set up with the username admin and no password. In order to prevent unauthorized access to the FortiGate, it is highly recommended that you add a password to this account.

Note

In FortiOS 6.2.1 and later, adding a password to the admin administrator is mandatory. You will be prompted to configured it the first time you log in to the FortiGate using that account, after a factory reset, and after a new image installation.

To change the default password in the GUI:
  1. Go to System > Administrators.
  2. Edit the admin account.
  3. Click Change Password.
  4. If applicable, enter the current password in the Old Password field.
  5. Enter a password in the New Password field, then enter it again in the Confirm Password field.
  6. Click OK.
To change the default password in the CLI:
config system admin
    edit admin
        set password <password>
    next
end
Tooltip

It is also recommended that you change the user name of this account; however, since you cannot change the user name of an account that is currently in use, a second administrator account must be created in order to do this.