1. Alfresco Content Services 7.4 Documentation, "Using the JMX client": This section details the various administrative tasks that can be performed using a JMX client like JConsole. It explicitly mentions managing subsystems. The File Servers (CIFS/FTP) are listed as manageable subsystems.
Reference: Alfresco Content Services 7.4 Documentation > Administering > Monitoring Alfresco > Using the JMX client.
2. Alfresco Content Services 7.4 Documentation, "JMX bean categories reference": This page lists the MBeans available for management. The Alfresco:Type=Configuration,name=sysAdmin MBean is documented with its attributes and operations, including setSingleUserMode(boolean enabled).
Reference: Alfresco Content Services 7.4 Documentation > Administering > Monitoring Alfresco > JMX bean categories reference > sysAdmin.
3. Alfresco Content Services 7.4 Documentation, "The JavaScript Debugger": This document describes the dedicated tool for debugging server-side JavaScript. It details how to access the debugger via its web script URL (/alfresco/s/api/javascript/debugger) and use its features, confirming it is a separate mechanism from JMX.
Reference: Alfresco Content Services 7.4 Documentation > Developing > Customizing Share > The JavaScript Debugger.