OvenMediaEngine Enterprise
English
English
  • Introduction
  • OvenMediaEngine Configuration
  • Getting Started
    • Getting Started with Ubuntu
    • Getting Started with RHEL
    • Getting Started with Docker
  • Enterprise-grade Features
    • Web Console
      • Web Console Configuration
      • Sign In
      • Change Password
      • Web Console Home
        • Stream List
      • Stream Monitoring
        • Managed and Instant Streams
        • Scheduled Channels | 0.16.4.0+
        • Multiplex Channels | 0.16.5.0+
      • Monitoring
      • Logs
      • Configuration Files
      • Settings
        • Server
        • Live Sources (Ingress Protocols)
          • RTMP | 0.9.0.0+
          • WebRTC/WHIP | 0.12.0.0+/0.15.1.0+
          • SRT | 0.12.0.0+
          • MPEG-2 TS | 0.10.4.0+
          • Scheduled Channels | 0.16.4.0+
          • Multiplex Channels | 0.16.5.0+
        • ABR and Transcoding
          • Transcoding
          • Output Profiles
          • Adaptive Bitrate Streaming (ABR) | 0.14.3.0+
          • Encodes
          • Conditional Transcoding
        • Streaming (Egress Protocols)
          • WebRTC/WHIP | 0.9.0.0+/0.15.1.0+
          • Low Latency HLS (LLHLS) | 0.14.0.0+
          • Legacy HLS | 0.16.6.0+
        • TLS Encryption | 0.14.0.0+
        • Access Control
          • Signed Policy | 0.12.0.0+
          • Admission Webhooks | 0.12.2.0+
        • Thumbnail | 0.15.7.0+
        • Recording | 0.16.5.0+
        • Push Publishing | 0.15.14.0+
        • REST API | 0.11.0.0+
        • Alert | 0.15.11.0+
      • Restart
    • Record Delivery | 0.16.5.0+
    • Digital Rights Management (DRM)
      • OvenMediaEngine Configuration for DRM | 0.16.0.0+
      • PallyCon DRM Configuration | 0.16.4.0+
    • Hardware-Accelerated Video Encoding | 0.16.4.0+
    • Proxy Protocol Integration | 0.16.6.2+
    • Event Monitoring | 0.18.1.0+
      • Configuration
      • Event Specification
    • Web Console Publishing | 0.18.1.2+
  • Advanced Management Tools
    • API Storage | 0.17.0.0+
    • Restart Application | 0.17.0.0+
    • Publisher Extension
    • RTMP Authentication | 0.17.2.0+
    • Generating Audio PTS | 0.17.2.3+
    • Inserting AMF0 messages in RTMP Push Publisher | 0.17.3.0+
    • Inserting Ad Markers (EXT-X-CUE-OUT/EXT-X-CUE-IN) | v0.17.3.0+
    • Inserting SEI into H.264 (AVC) Streams | v0.18.0.0+
  • Release Notes
    • 0.18.1 (May 9, 2025 update)
    • 0.18.0
    • 0.17.3
    • 0.17.2
    • 0.17.1
    • 0.17.0
    • 0.16.8
    • 0.16.7
    • 0.16.6
    • 0.16.5
    • 0.16.4
Powered by GitBook
On this page
  • Configuring system.env
  • Environment Variables
  • Admin Password
  • Change password
  • Apply Changes
  1. Enterprise-grade Features
  2. Web Console

Web Console Configuration

The configuration for the Web Console is managed through an environment variable file. When starting with the systemctl start ovenstudio command, it loads the environment variables from the following path:

/usr/share/ovenmediaengine/ovenstudio/system.env

Configuring system.env

The default configuration of the environment variable file is as follows:

OS_SERVER_PORT=8080

LOG_DIR=/var/log/ovenmediaengine/ovenstudio

JAVA_HOME=/usr/share/ovenmediaengine/ovenstudio/jvm/jdk-17.0.10+7-jre

If you have configured the Host IP, the following additional information is included:

  • OME_HOST_IP=Your.HOST.IP.Address

Environment Variables

Env
Default Value

OS_SERVER_PORT

Service port where Web Console will run: 8080

LOG_DIR

Log storage path of Web Console: /var/log/ovenmediaengine/ovenstudio

JAVA_HOME

JAVA installation path: /usr/share/ovenmediaengine/ovenstudio/jvm/jdk-17.0.10+7-jre

OME_HOST_IP

Host IP of OvenMediaEngine

If you prefer to use a different version of Java that you manage, modify the JAVA_HOME path accordingly and restart the Web Console.

  • JAVA 17+

Admin Password

The admin password for the Web Console is managed in a file. If the .admin-password file does not exist when the Web Console starts, it will be automatically generated, and the default password will be ovenstudio.

$ cat /usr/share/ovenmediaengine/ovenstudio/conf/.admin-password
ovenstudio
$

Change password

You can directly modify the .admin-password file to change the password as follows. The updated password will be applied immediately without restarting the Web Console.

$ echo 'new-password' > /usr/share/ovenmediaengine/ovenstudio/conf/.admin-password
$ cat /usr/share/ovenmediaengine/ovenstudio/conf/.admin-password
new-password
$

Apply Changes

If the Environment Variables are changed, you must restart the Web Console (ovenstudio) for the changes to take effect. You can restart the Web Console using the following command:

$ sudo systemctl restart ovenstudio
PreviousWeb ConsoleNextSign In

Last updated 1 month ago

You can also change the password through the UI using options like "".

Change Password