Skip to main content
magliano
Staff
Staff
May 29, 2025

Technical Tip: How to Disable Fortisigconverter on FortiManager

  • May 29, 2025
  • 0 replies
  • 222 views

Description

 

This article describes the procedure to disable the Fortisigconverter service on FortiManager. Fortisigconverter is a Docker-based service, and the steps below explain the procedure to stop and remove it.

 

Scope


FortiManager.

 

Solution

 

Enter the Docker configuration menu by using the following command:

 

config system docker

    set fortisigconverter disable

end

 

After running the commands, the system will stop and remove the Fortisigconverter service. The output will display the following:

 

Stopping fortisigconverter
Stopping fortisigconverter_fortisigconverter_1 ... done
Removing fortisigconverter_fortisigconverter_1 ... done
Removing network fortisigconverter_backend

 

The Fortisigconverter service will then be successfully disabled.

 

Reset the docker to remove all fortisigconverter volumes by using the following command:

 

diagnose docker reset fortisigconverter
WARNING! This will remove all fortisigconverter volumes.
Do you want to continue? (y/n)y
Done.

 

Note: Disabling Fortisigconverter will terminate all related services and remove the associated Docker containers. It is recommended to confirm this action aligns with the operational requirements before proceeding.