Get started

Review system requirements

The WebLogic Remote Console supports the following platforms:

  • Linux (64 bit only)
    • Ubuntu 14.04 and later
    • Fedora 24 and later
      • Oracle Linux 7 and later
    • Debian 8 and later
  • macOS
    • macOS 10.11 (El Capitan) or later (64-bit Intel)
  • Windows (64 bit only)
    • Windows 7 and later

The WebLogic Remote Console desktop application is based on the Electron framework.

Install the WebLogic Remote Console

  1. Uninstall any previous versions of the WebLogic Remote Console from your computer.
  2. Download the WebLogic Remote Console. Go to https://github.com/oracle/weblogic-remote-console/releases and download the installer for your operating system.
  3. Run the installer.
  4. Optional: Install the WebLogic Remote Console extension in the WebLogic Server domain. The WebLogic Remote Console extension provides additional functionality when using the WebLogic Remote Console to manage WebLogic domains.
    1. Create a management-services-ext directory under the domain home.
    2. Download the latest WebLogic Remote Console extension, console-rest-ext-7.0.war, from https://github.com/oracle/weblogic-remote-console/releases and save it inside the management-services-ext directory you created in the previous step. If you have an earlier version of the extension already downloaded, delete it and replace it with the latest version.
    3. Reboot the Administration Server if it is already running.
  5. Launch the WebLogic Remote Console application.

Connect to a provider

The WebLogic Remote Console supports providers that connect to WebLogic Server Administration Servers and providers that edit WebLogic Deploy Tooling (WDT) model files and property lists.

  1. Open the WebLogic Remote Console.

  2. Add a provider from the Startup Tasks dialog box. Or, if it doesn’t appear, open the Providers drawer and click ⋮. The following providers are available:

    • Add Admin Server Connection Provider (the Administration Server must be running)
    • Add WDT Model File Provider
    • Add WDT Composite Model File Provider
    • Add Property List Provider
    • Create Provider for New WDT Model File
    • Create Provider for New Property List

    See Provider types for more information.

    You can organize providers into Projects that persist when you close and reopen the application. See Projects for more information.

  3. Fill in the necessary connection details for the provider.

  4. Select a provider to start reviewing or editing the domain configuration.

You can add as many providers to a project as needed.

Next steps