Yes it is possible to run fglcmd utility remotely.
fglcmd.zip on the [FMS_HOME]/tools directory from the FMS (Foglight Management Server)~/client/*)java -version)fglcmd.sh (if running on Linux) or fglcmd.bat (if running on Windows)
# Set or replace ${JAVA_HOME} with the path to the JRE directory
# Set or replace ${CLIENT_DIR} with the path to the where the Foglight client files were extracted
"${JAVA_HOME}/bin/java" -server -jar "${CLIENT_DIR}/foglight-cmdline-client.jar" "$@"
# Remember to grant execution privileges to this script (chmod +x fglcmd.sh)
rem Set or replace %JAVA_HOME% with the path to the JRE directory rem Set or replace %CLIENT_DIR% with the path to the where the Foglight client files were extracted "%JAVA_HOME%\bin\java.exe" -server -jar "%CLIENT_DIR%\foglight-cmdline-client.jar" %*