Skip to main content
froslan
Staff
Staff
December 1, 2025

Troubleshooting Tip: Removing Trusted Host restriction to restore admin GUI access in FortiSIEM

  • December 1, 2025
  • 0 replies
  • 432 views
Description This article describes how to resolve the issue of being unable to access the FortiSIEM GUI by the admin user account due to the Trusted Host restriction.
Scope FortiSIEM.
Solution

To resolve the issue of being unable to access the FortiSIEM GUI via the admin user account, follow these steps:

  1. Log in to the FortiSIEM CLI using the root account.
  1. Check the current Trusted Host settings by running the following command:

 

psql -U phoenix -d phoenixdb -c "select * from ph_sys_conf where property='Trust_Host'"

 

  1. Remove the Trusted Host restriction using the command below:

 

psql -U phoenix -d phoenixdb -c "update ph_sys_conf set value='' where property='Trust_Host'"

 

  1. Attempt to log in to the FortiSIEM GUI again using the admin account. By following these steps, the Trusted Host restriction should be removed, restoring GUI access for the admin account.

 

Note: In order to determine whether a login attempt is being blocked due Trusted Host restriction, it is possible to check the logs for PH_APPSERVER_LOGIN_ERROR in the App Server phoenix.log file located under /opt/glassfish/domains/domain1/logs:

 

2025-12-19 10:10:00,00  ERROR com.ph.phoenix.jsf.LoginBean - [PH_APPSERVER_LOGIN_ERROR]:[phCustId]=1,[eventSeverity]=PHL_ERROR,[errReason]=You have attempted to log in as administrator from an untrusted domain: 192.168.1.1,[phLogDetail]=Login error

    Virtual event | September 2026. SASE summit. The age of autonomous trust. Register here!