Uninstall FileMaker Server

For detailed instructions, see FileMaker Server Installation and Configuration Guide.

Uninstall in Windows

  1. Open Control Panel, then click Uninstall a program (or Programs and Features).

  2. Select the FileMaker Server product from the list and click Uninstall.

Uninstall in macOS

Use the uninstaller application located in the /Library/FileMaker Server folder.

Uninstall in Linux

In the Linux CLI, enter the following commands.

  1. Disconnect all FileMaker Server clients:

    fmsadmin disconnect client

  2. Close all FileMaker databases:

    fmsadmin close

  3. Stop FileMaker Server:

    sudo service fmshelper stop

  4. Uninstall FileMaker Server:

    sudo apt remove filemaker-server