Starting BigFix UI

This topic explains how to launch the BigFix UI after completing deployment and configuration.

Starting BigFix UI

  1. Start the BigFix UI
    • Open a command prompt and run the following command:

      bfui.exe --start

    • If you selected the Windows service option during setup, the service will start automatically when the system boots.
    Note: The service is optional during the setup flow. You can start the UI manually with the command line or rely on the Windows service if it was enabled.
  2. Set BFUI mode to beta in config.json
    • Go to the BFUI installation folder and open the configuration file: <BFUI_install_dir>/wwwroot/frontend/host/config.json
    • Find the mode setting in the file. Change the mode from production to beta.
    • Save the config.json file.
    • Restart BigFix UI so the new mode is applied.
    • Open BigFix UI in a browser to confirm it loads successfully: https://<host>[:port]/ui.
  3. Access the BigFix UI
    • Once the service is running, open a supported browser (Microsoft Edge or Google Chrome) and navigate to the BigFix UI URL https://<host>[:port]/ui.
      • Host refers to the system where the BigFix UI is installed.

        This can be localhost (if accessing from the same system) or a remote server hostname or IP address (if accessing the UI from another machine).

      • Port refers to the Main Application Service port defined in the configuration file.

        The default port is 443.

    • The login page is displayed.
  4. First Login: Log in using the credentials you created during the setup process.
  5. Create an Administrator User
    • Navigate to Administration > User Management.
    • Create a new user and assign them the role of Master Operator.
    • This administrator account will be used for all future operations.
  6. After the administrator user is created, the BigFix UI is ready for use. For details on navigation, dashboards, and features, see the Knowing BigFix UI.

External Reference

For details on how to use the BigFix UI once it has started, see the Knowing BigFix UI.