+

Search Tips | Advanced Search

For up-to-date product documentation, see the IBM MobileFirst Foundation Developer Center.


Administering MobileFirst applications

Run and maintain MobileFirst applications in production.

IBM MobileFirstâ„¢ Platform Foundation provides several ways to administer MobileFirst applications in development or in production. MobileFirst Operations Console is the main tool with which we can monitor deployed MobileFirst applications from a centralized web-based console.

The main operations that we can perform through MobileFirst Operations Console are:


Administration roles

Not every kind of administration user can perform every administration operation. MobileFirst Operations Console, and all administration tools, have four different roles defined for administration of MobileFirst applications. The following MobileFirst administration roles are defined:

For more information about MobileFirst administration roles, see Configure user authentication for MobileFirst Server administration.


Administration tools

MobileFirst Operations Console is not the only way to administer MobileFirst applications. IBM MobileFirst Platform Foundation also provides other tools to incorporate administration operations into the build and deployment process.

A set of REST services is available to perform administration operations. For API reference documentation of these services, see REST API for the MobileFirst Server administration service.

With this set of REST services, we can perform the same operations that we can do in MobileFirst Operations Console. We can manage applications, adapters, and, for example, upload a new version of an application or disable an old version.

MobileFirst applications can also be administered by using Ant tasks or with the mfpadm command line tool. See Administering MobileFirst applications through Ant or Administering MobileFirst applications through the command line.

Similar to the web-based console, the REST services, Ant tasks, and command line tools are secured and require you to provide your administrator credentials.


See