Artboard
Managing OttoFMS

Starting, stopping and restarting

Web Console

You can restart the OttoFMS application from the web console on all platforms from the settings page.

MacOS

You can use the terminal to start, stop the OttoFMS application.

sudo launchctl bootstrap system /Library/LaunchDaemons/com.proofgeist.ottofms.plist
sudo launchctl bootout system /Library/LaunchDaemons/com.proofgeist.ottofms.plist

Windows

You can use Computer Management / Services and Applications / Services to manage OttoFMS on Windows. It appears in the Services list as OttoFMS. All Windows services are managed in the same way, including FileMaker Server.

Linux

sudo systemctl start ottofms-proofgeist-com.service
sudo systemctl stop ottofms-proofgeist-com.service
sudo systemctl restart ottofms-proofgeist-com.service

On this page