Skip to main content
magliano
Staff
Staff
January 24, 2025

Technical Tip: How to Disable FortiWLM on FortiManager

  • January 24, 2025
  • 0 replies
  • 338 views

Description

 

This article describes the procedure to disable the FortiWLM service on FortiManager. FortiWLM 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 fortiwlm disable

end

 

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

 

Stopping fortiwlm
Stopping fortiwlm_web_1 ... done
Removing fortiwlm_web_1 ... done
Removing network fortiwlm_backend

 

The FortiWLM service will then be successfully disabled.

 

Note: Disabling FortiWLM 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.