To determine the FME Server processes that are running:
- Windows: Launch the Windows Task Manager. Ensure that the Task Manager is set to show processes from all users.
- Linux: Examine the output of:
ps -A | grep -i fme
The following FME Server processes might be listed:
| Windows | Linux | Description | 
|---|---|---|
| FMECleanup.exe | FMECleanup | FME Server System Cleanup service | 
| FMEConfiguration.exe | FMEConfiguration | FME Server Backup & Restore | 
| FMEEngine.exe | fme | One for each running FME Engine | 
| FMEMountPoint.exe | FMEMountPoint | FME Server Resources. | 
| FMENotifier.exe | FMENotifier | FME Server Subscriber Manager - requires the FME Server Core to be running | 
| FMEProcessMonitorCore.exe | FMEProcessMonitorCore | FME Server Process Monitor for Core processes | 
| FMEProcessMonitorEngines.exe | FMEProcessMonitorEngines | FME Server Process Monitor for Engine processes | 
| FMEPublisher.exe | FMEPublisher | FME Server Publisher (includes Automations Triggers) | 
| FMERelayer.exe | FMERelayer | FME Server Publisher Manager | 
| FMEScheduler.exe | FMEScheduler | FME Server Schedules service - requires the FME Server Core to be running | 
| FMEServer.exe | FMEServer | FME Server Core | 
| FMEServer_ApplicationServer.exe | java | The Apache Tomcat Web Application Server (servlet) that is installed with an Express installation of FME Server, or as an option with a Distributed installation of FME Server. | 
| FMESMTPRelay.exe | FMESMTPRelay | FME Server SMTP e-mail receiver. For more information, see Configuring FME Server to Receive E-mail. | 
| FMESubscriber.exe | FMESubscriber | FME Server Subscriber (includes Automations External Actions) - requires the FME Server Core to be running | 
| FMEWebSocket.exe | FMEWebSocket | FME Server WebSocket Server. For more information, see WebSocket Publisher and WebSocket Subscriber. | 
| postgres.exe | postgres | The PostgreSQL server for the FME Server Database that is installed with an Express installation of FME Server. | 
| redis-server.exe | redis-server | FME Server Queue, for managing Job Queues. |