fmcsadmin is the command line tool to administer the Database Server component of FileMaker Cloud for AWS and FileMaker Server via FileMaker Admin API.
- Close databases
- Disable schedules
- Disconnect clients
- Enable schedules
- List clients, databases, or schedules
- Open databases
- Temporarily stop database access
- Make paused databases available
- Run a schedule
- Send a message to clients
- Start a server process (for FileMaker Server 18 or later)
- Restart a server process (for FileMaker Server 18 or later)
- Stop a server process (for FileMaker Server 18 or later)
- Retrieve server or CWP configuration settings (for FileMaker Server 18 or later)
- Change server or CWP configuration settings (for FileMaker Server 18 or later)
- FileMaker Server 19
- FileMaker Server 18
- FileMaker Cloud for AWS 1.18
You can script many tasks with fmcsadmin by using a scripting language that allows execution of shell or terminal commands.
fmcsadmin HELP COMMANDS
Lists available commands
fmcsadmin HELP [COMMAND]
Displays help on the specified COMMAND
fmcsadmin HELP OPTIONS
Lists available options
Note: Handling schedule ID 1 is not supported for FileMaker Server.
- CentOS Linux 7 or later
- macOS High Sierra 10.13.6 or later
- Windows 10
Download from the latest release page.
go get github.com/emic/fmcsadmin
Note: You need to install Go (not "Claris FileMaker Go").
Emic Corporation https://www.emic.co.jp/
This software is distributed under the MIT License, see LICENSE.txt and NOTICE.txt for more information.