Local authentication
By default, FortiGate has one super admin named admin
. You can create more administrator accounts with different privileges.
To create an administrator account in the GUI:
-
Go to System > Administrators.
-
Select Create New > Administrator.
-
Specify the Username.
-
Usernames can include lower and upper case letters (a-z, A-Z), numbers (0-9), underscores (_), and dashes (-)
-
Usernames cannot start with a dash (-)
-
Usernames can end with dollar symbol ($)
-
Usernames must not use the following characters:
< > ( ) # " '
. Using these characters in an administrator username might have a cross site scripting (XSS) vulnerability.
-
-
Set Type to Local User.
-
Set the password and other fields.
-
Click OK.
To create an administrator account in the CLI:
config system admin edit <admin_name> set accprofile <profile_name> set vdom <vdom_name> set password <password for this admin> next end