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:
Configuring system.env
system.env
The default configuration of the environment variable file is as follows:
If you have configured the Host IP, he following is additionally included:
OME_HOST_IP=Your.HOST.IP.Address
Environment Variables
Env | Default Value |
---|---|
OS_SERVER_PORT | Service port where Web Console will run: |
LOG_DIR | Log storage path of Web Console: |
JAVA_HOME | JAVA installation path: |
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+
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:
Last updated