Get started

You can install and run the WebLogic Remote Console as either a desktop application or a browser application. Both options are valid choices but they function slightly differently.

We recommend that you use the desktop application over the browser application whenever possible. Certain features, such as editing WDT model files, work more effectively in the desktop application.

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 8 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

Additionally, the WebLogic Remote Console browser application requires the use of a modern internet browser:

  • Apple Safari
  • Google Chrome
  • Microsoft Edge
  • Mozilla Firefox

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

Install the WebLogic Remote Console

Desktop application

  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 applicable 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 adds additional functionality when using the WebLogic Remote Console.
    1. Create a management-services-ext directory under the domain home.
    2. Download the console-rest-ext-1.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.
    3. Reboot the Administration Server if it is already running.
  5. Launch the WebLogic Remote Console application.

Browser application

Your computer must have Java SE 11 or later installed. To check your Java version, enter java -version at the command line.

  1. Download the WebLogic Remote Console. Go to https://github.com/oracle/weblogic-remote-console/releases and download console.zip.
  2. Extract the ZIP archive to a directory of your choice. Once its contents are extracted, it creates a console directory that includes:
    • The console executable file console.jar
    • The libraries required to use the console in the libs subdirectory
    • The console extension, console-rest-ext-1.0.war, that you install in the WebLogic Server domain
  3. Optional: Install the WebLogic Remote Console extension in the WebLogic Server domain. The WebLogic Remote Console extension adds additional functionality when using the WebLogic Remote Console.
    1. Create a management-services-ext directory under the domain home.
    2. Download the console-rest-ext-1.0.war from https://github.com/oracle/weblogic-remote-console/releases and save it in the management-services-ext directory you created in the previous step.
    3. Reboot the Administration Server if it is already running.
  4. Open a command window and on the command line, enter java -jar <console_home>/console.jar where <console_home> is the directory where you unzipped the installer.
  5. Open a browser window and enter http://localhost:8012 in the address bar.

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 in the desktop application or the browser.

  2. Add a provider from the Startup Tasks dialog box. Or, if it doesn’t appear, expand the Kiosk 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.

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

  3. Add more providers to the project. Click ⋮ beside the project name and select a provider type.

  4. Select a provider from the Kiosk.

  5. Start reviewing or editing the domain configuration.

Next steps