Command line reference : fmsadmin commands : LIST command
 
LIST command
Format
fmsadmin LIST [TYPE] [options]
Description
Lists items of the specified TYPE.
Valid Types
CLIENTS: Lists the connected clients. The following example lists the currently connected users:
fmsadmin list clients
FILES: Lists the hosted databases. The following example returns file IDs, database size, status, and other statistics for the currently open hosted databases in the default folders:
fmsadmin list files -s
The status details include the database file size, clients connected, status (normal or closed), and encrypted or not encrypted.
PLUGINS: Lists Database Server calculation plug-ins. The following example lists all plug-ins:
fmsadmin list plugins
SCHEDULES: Lists schedules. The following example lists all schedules:
fmsadmin list schedules
Note  If you are using Microsoft Server 2012 and are logged into the local system as the admin, certain files on filewin://myserver/share/ may not be listed as available To make them available, you need to turn off User Access Control (UAC) in the registry, reboot your machine, and then restart FileMaker Server.
Option
-s, --stats
Displays statistical information about CLIENTS and FILES. For the databases listed, the Encrypted column displays whether or not the database is encrypted.
Related topics 
Command line reference