# Run on WebServer

{% hint style="success" %}
If you cannot install a web server in your environment, please use our demo player.

· OvenPlayer for testing without TLS: [http://demo.ovenplayer.com](http://demo.ovenplayer.com/)

· OvenPlayer for testing based on TLS: [https://demo.ovenplayer.com](https://demo.ovenplayer.com/)
{% endhint %}

### Install Nginx

All descriptions are on the basis of the CentOS 7. If you are using a different OS, see the [Nginx tutorials](https://www.nginx.com/resources/wiki/start/topics/tutorials/install/).

```
sudo yum install epel-release
sudo yum install nginx
```

### Go to the Nginx root folder

```
cd /usr/share/nginx/html
```

### Download OvenPlayer

```
git clone https://github.com/AirenSoft/OvenPlayer.git
```

### Access from your browser

```
http://YOUR_IP/OvenPlayer/docs/demo.html
```

![](https://3961082011-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Ld1qeF0-YUXuzM-3KVz%2F-LdqspYhNnRkyenyhIwl%2F-LdrMUz2owa6GUg29FdV%2F%E1%84%89%E1%85%B3%E1%84%8F%E1%85%B3%E1%84%85%E1%85%B5%E1%86%AB%E1%84%89%E1%85%A3%E1%86%BA%202019-05-02%20%E1%84%8B%E1%85%A9%E1%84%92%E1%85%AE%204.06.35.png?alt=media\&token=c2e8ae96-fc64-4d2c-9bbb-91b64866704b)
