Is there a way thru the admin interface to get number of logins per users? or do we need to check the Tomcat logs?
Page 1 / 1
I believe the log is your only option. In particular, you may want to check out fmeserver.log, which will mention all logins (FME Server user and client IP).
You can build an automation with the Login Failed and Login Succeeded as triggers (you can find those under the FME Server System Events) and then pass that on to a workspace that writes to a logfile (or database).