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.
Jonathan_Body_FTNT
Article Id 192660

Description

This article explains how to recreate the web based manager dashboard from the CLI of the FortiGate.


Scope

FortiOS all versions


Solution

To recreate the web based manager dashboard from the CLI, connect to the CLI of the FortiGate and configure as shown below.
 
config system admin
edit "admin"

config dashboard-tabs
edit 1
set name "Status"
next

edit 2
set name "Usage"
next
end

config dashboard
edit 1
set tab-id 1
set column 1
next

edit 2
set widget-type licinfo
set tab-id 1
set column 1
next

edit 3
set widget-type sysres
set tab-id 1
set column 1
next

edit 4
set widget-type jsconsole
set tab-id 1
set column 1
next

edit 5
set widget-type sysop
set tab-id 1
set column 2
next

edit 6
set widget-type alert
set tab-id 1
set column 2
next

edit 7
set widget-type sessions
set tab-id 1
set column 2
next

edit 8
set widget-type pol-usage
set tab-id 1
set column 2
next

edit 9
set widget-type per-ip-usage
set tab-id 2
set column 1
next

edit 10
set widget-type tr-history
set tab-id 2
set column 1
next

edit 11
set widget-type statistics
set tab-id 2
set column 2
next
end

next
end

 

 

Contributors