Using the MobileFirst Operations Console
improve this page | report issueOverview
The IBM MobileFirst Operations Console is a web-based UI which enables simplified work flows for both the developer and the administrator to create, monitor, secure and administer applications & adapters.
As a developer
- Develop applications for any environment and register them to MobileFirst Server.
- See all your deployed applications and adapters at a glance. See the Dashboard.
- Manage and configure registered applications, including Direct Update, remote disablement, and security parameters for application authenticity and user authentication.
- Set up push notification by deploying certificates, creating notification tags, and sending notification.
- Create and deploy adapters.
- Download samples.
As an IT administrator
- Monitor various services.
- Search for devices that access MobileFirst Server and manage their access rights.
- Update adapter configurations dynamically.
- Adjust client logger configurations through log profiles.
- Track how product licenses are used.
Jump to:
Accessing the console
The MobileFirst Operations Console can be accessed in the following ways:
From a locally installed MobileFirst Server
Desktop Browser
From your browser of choice, load the URL http://localhost:9080/mfpconsole. The username/password are admin/admin.
Command-line
From a Command-line window, with the MobileFirst CLI installed, run the command: mfpdev server console
.
From a remotely installed MobileFirst Server
Desktop Browser
From your browser of choice, load the URL http://the-server-host:server-port-number/mfpconsole
.
The host server can be either a customer-owned server, or the IBM Cloud service, IBM Mobile Foundation.
Command-line
From a Command-line window, with the MobileFirst CLI installed,
-
Add a remote server definition:
Interactive Mode
Run the command:mfpdev server add
and follow the on-screen instructions.Direct Mode
Run the command with the following structure:mfpdev server add [server-name] --URL [remote-server-URL] --login [admin-username] --password [admin-password] --contextroot [admin-service-name]
. For example:mfpdev server add MyRemoteServer http://my-remote-host:9080/ --login TheAdmin --password ThePassword --contextroot mfpadmin
-
Run the command:
mfpdev server console MyRemoteServer
.
Learn more about the various CLI commands in the Using CLI to manage MobileFirst artifacts tutorial.
Navigating the console
Dashboard
The Dashboard provides a glance view of the deployed projects.
Actions dropdown
The dropdown provides quick access to various console actions.
Runtime settings
Edit runtime properties, global security variables, server keystore and confidential clients.
Error log
The Error log shows a list of the failed management operations that were initiated from the MobileFirst Operations Console, or from the command line, on the current runtime environment. Use the log to see the effect of the failure on the servers.
For more information, see the topic about error log of operations on runtime environments in the user documentation.
Devices
Administrators can search for devices that access the MobileFirst Server and can manage access rights.
Devices can be searched for using either user ID or using a friendly name. The user ID is the identifier that was used to log-in.
A friendly name is a name that is associated with the device to distinguish it from other devices that share the user ID.
For more information, see the topic about device access management in the user documentation.
Applications
Registering applications
Provide basic application values and download Starter Code.
Managing applications
Manage and configure registered applications by use of Direct Update, Remote Disable, Application Authenticity, and setting security parameters.
Authentication and Security
Configure application security parameters, such as the default token expiration value, map scope elements to security checks, define mandatory application scopes, and configure security-check options.
Learn more about the MobileFirst security framework.
Application Settings
Configure the display name of the application in the console as well as the application type and licensing.
Notifications
Set-up push notifications and related parameters, such as certificates and GCM details, define tags, as well as send notifications to devices.
Adapters
Creating adapters
Register an adapter and download Starter Code, as well as update an adapter on-the-fly by updating its properties without needing to re-build and re-deploy the adapter artifact.
Adapter properties
After an adapter is deployed, it can be configured in the console.
Client logs
Administrators can use log profiles to adjust client logger configurations, such as log level and log package filters, for any combination of operating system, operating system version, application, application version, and device model.
When an administrator creates a configuration profile, the log configuration is concatenated with responses API calls such as WLResourceRequest
, and is applied automatically.
For more information, see the topic about client-side log capture configuration in the user documentation.
License tracking
Accessible from the top Settings buttons.
License terms vary depending on which edition (Enterprise or Consumer) of Mobile Foundation is being used. License tracking is enabled by default and tracks metrics relevant to the licensing policy, such as active client devices and installed applications. This information helps determine whether the current usage of Mobile Foundation is within the license entitlement levels and can prevent potential license violations.
By tracking the usage of client devices and determining whether the devices are active, administrators can decommission devices that should no longer be accessing the service. This situation might arise if an employee has left the company, for example.
For more information, see the topic about license tracking in the user documentation.
Downloads
For situtations where Internet connectivity is not available, you can download a snapshot of the various development artifacts of Mobile Foundation from the Download Center in the MobileFirst Operations Console.
Inclusive terminology note: The Mobile First Platform team is making changes to support the IBM® initiative to replace racially biased and other discriminatory language in our code and content with more inclusive language. While IBM values the use of inclusive language, terms that are outside of IBM's direct influence are sometimes required for the sake of maintaining user understanding. As other industry leaders join IBM in embracing the use of inclusive language, IBM will continue to update the documentation to reflect those changes.