# Server Settings

In the Server section of the Settings, you can check the <mark style="color:yellow;">Server Settings Information</mark> of OvenMediaEngine Enterprise referenced by OvenMediaEngine, <mark style="color:yellow;">Each Module Settings Information</mark>, <mark style="color:yellow;">Virtual Host Settings Information</mark>, etc., and you can modify the current Server Name, Server Type, Server IP, Privacy Protection, Stun Server, and more. The modified items will be reflected in `Server.xml`.

{% hint style="success" %}
Please wait a moment as it will be updated in the future so that users can directly modify more information in the Web Console.
{% endhint %}

## Server Settings

<figure><img src="https://content.gitbook.com/content/xo7moYXTh3yBG01Dy49w/blobs/75jIZzAPcow0f34ddpUn/image.png" alt=""><figcaption><p>In the Server of the Server Settings</p></figcaption></figure>

This is the screen that appears when you access the Server section in Settings, and it is a function that allows you to check and modify the currently set server information.

* `Name`: You can specify the name of your OvenMediaEngine.
* `Type`: You can select the Host Type of the OvenMediaEngine to distinguish whether it will be used as an `Origin Server` or an `Edge Server`.
* `IP`: You can enter the IP address to which OvenMediaEngine will bind. If you enter a specific IP address, the Host can only use that IP address, and if you enter `*`, the system can use all IP addresses.
* `Privacy Protection`: This option removes personal information such as IP and Port from all records to comply with GDPR, PIPEDA, CCPA, LGPD, etc. If you set this option to `True`, the Client's IP and Port will be converted to `xxx.xxx.xxx.xxx:xxx` and output in all logs and REST API.
* `Stun Server`: OvenMediaEngine needs a Public IP to connect to the Player via WebRTC, but if it cannot get a Public IP via the local interface, OvenMediaEngine can obtain a Public IP by communicating with a Stun Server. You can set up the Stun Server by entering items.

{% hint style="info" %}
Detailed Guide: <https://airensoft.gitbook.io/ovenmediaengine/configuration#server>
{% endhint %}

## Modules Settings

<figure><img src="https://content.gitbook.com/content/xo7moYXTh3yBG01Dy49w/blobs/v9I8MC0icZVktd2I9Qoh/image.png" alt=""><figcaption><p>In the  Modules of the Server Settings</p></figcaption></figure>

This feature allows you to view and modify the Module information currently set on the server.

* `HTTP2`: OvenMediaEngine also supports HTTP/2 so that you can smoothly use the stream that OvenMediaEngine ingresses or egresses through the web browser. This option only works on the TLS port.
* `LLHLS`: This option enables or disables Low Latency HLS (LLHLS), which provides HLS streaming with low latency.
* `P2P`: P2P Streaming is an experimental feature. When you stream with WebRTC, you can distribute network traffic by designating viewers watching your stream as Hosts. This option is set to `False` by default, but you can enable it at any time by setting it to `True`. You can also adjust the number of `Peer Count` to set the number of `Client Peer` that connect to one `Host Peer`.

{% hint style="info" %}
P2P Guide: <https://airensoft.gitbook.io/ovenmediaengine/p2p-delivery>
{% endhint %}

## View Virtual Hosts Information

<figure><img src="https://content.gitbook.com/content/xo7moYXTh3yBG01Dy49w/blobs/oPEOhK8kRaAmjtCVnrhV/image.png" alt=""><figcaption><p>In the  Virtual Hosts of the Server Settings</p></figcaption></figure>

Virtual Host is a way to run two or more streaming servers on one system. OvenMediaEngine supports IP-based Virtual Host and Domain-based Virtual Host.

As you can see in the image above, you can go to the Server in Settings to view the Virtual Host information currently set up on your server.

{% hint style="info" %}
Detailed Guide: <https://airensoft.gitbook.io/ovenmediaengine/configuration#virtual-host>
{% endhint %}
