Skip to content

FortiGate で管理画面のタイムアウト時間を変更する

FortiGate の管理画面はデフォルトでタイムアウト時間が 5 分に設定されています。 この値は 1 〜 480 分の間で変更することが出来ます。

検証環境

対象 バージョン
FortiOS 7.2.4

GUI での設定

SystemSettingsIdle timeout から設定出来ます。

file

CLI での設定

以下のコンフィグで設定出来ます。

config system global
    set admintimeout 480
end

設定値は get system global で確認出来ます。

# get system global
admin-concurrent    : enable
admin-console-timeout: 0
admin-forticloud-sso-login: disable
admin-host          :
admin-hsts-max-age  : 15552000
admin-https-pki-required: disable
admin-https-redirect: enable
admin-https-ssl-banned-ciphers:
admin-https-ssl-ciphersuites: TLS-AES-128-GCM-SHA256 TLS-AES-256-GCM-SHA384 TLS-CHACHA20-POLY1305-SHA256
admin-https-ssl-versions: tlsv1-2 tlsv1-3
admin-lockout-duration: 60
admin-lockout-threshold: 3
admin-login-max     : 100
admin-port          : 80
admin-restrict-local: disable
admin-scp           : disable
admin-server-cert   : Fortinet_GUI_Server
admin-sport         : 443
admin-ssh-grace-time: 120
admin-ssh-password  : enable
admin-ssh-port      : 22
admin-ssh-v1        : disable
admin-telnet        : enable
admin-telnet-port   : 23
admintimeout        : 480
・
・
・