FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
athirat
Staff
Staff
Article Id 213366
Description

This article describes how to set up different idle timeout values for FortiGate and FortiProxy administrators.

Scope FortiGate.
Solution

The idle timeout is the amount of time an administrator can stay logged into the Fortigate without any activity. By default, FortiGate/FortiProxy applies the global idle-timeout value, which can be found under System -> Settings -> Idle timeout for all administrators.

 

213366.png

 

In the CLI:

 

config system global

set ?

admintimeout Number of minutes before an idle administrator session times out (1 - 480 minutes (8 hours), default = 5). A shorter idle timeout is more secure.

set admintimeout
admintimeout Enter an integer value from <1> to <480> (default = <5>).

 

However, this value can be overridden on a per-admin basis. This can be done by applying a custom admin profile for the administrator to override the setting.

 

213366_1.png

 

In the CLI:

 

config system accprofile

edit <profile_name>

          set admintimeout-override <Enable / Disable> <----- enable:  Enable overriding the global administrator idle timeout/ disable: Disable overriding the global administrator idle timeout.

    set admintimeout <admintimeout> <---- admintimeout: Enter an integer value from <1> to <480> or (special = <0>) (default = <10>). 0 means the user will never time out.

end

 

Related document:

Setting the idle timeout time