Uninstall FileMaker Server
For detailed instructions, see FileMaker Server Installation and Configuration Guide.
Uninstall in Windows
- Open Control Panel, then click Uninstall a program (or Programs and Features).
- 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.
-
Disconnect all FileMaker Server clients:
fmsadmin disconnect client
-
Close all FileMaker databases:
fmsadmin close
-
Stop FileMaker Server:
sudo service fmshelper stop
-
Uninstall FileMaker Server:
-
Ubuntu:
sudo apt remove filemaker-server
-
CentOS:
sudo yum erase filemaker_server
-