Skip navigation

Note: Ministra Web Player is compatible with Ministra TV platform since version 5.6 and higher. This application may be unstable. It is provided for your reference. If you are interested in its development, vote by using the link or write an e-mail to
ministra@infomir.com with suggestions for improving the program.

1. Go to /etc/nginx/sites-available/default and add the following configuration to the server {} block:
root /var/www;
location ^~ /player {
	root /var/www/player;
	index index.php;
	rewrite ^/player/(.*) /player/$1 break;
	proxy_pass http://127.0.0.1:88/;
	proxy_set_header Host $host:$server_port;
	proxy_set_header X-Real-IP $remote_addr;
}

2. Add the following content inside the VirtualHost block in the file /etc/apache2/sites-available/000-default.conf:

<Directory /var/www/player>
	Options -Indexes -MultiViews
	AllowOverride ALL
	Require all granted
	DirectoryIndex index.php index.html
</Directory>

3. Restart nginx.

sudo service nginx restart

4. Restart apache.

sudo service apache2 restart

5. Add the application in the administrative panel:

  • Go to Applications → Smart Launcher apps.
  • Click the Add new button.

How to install Ministra Web Player?

  • In the Package name field, enter ministra-desktop-player.
  • Click Next.

How to install Ministra Web Player?

  • Click Save.

How to install Ministra Web Player?

6. Install the application.

  • In the Current version column click Install or set the focus on the app and click How to install Ministra Web Player?
  • Select Install.

How to install Ministra Web Player?

7. To activate the app:

  • Set the focus on the application and click How to install Ministra Web Player?
  • Select Activate.

How to install Ministra Web Player?


Need Help

Cindy is an expert on the Ministra TV platform and the author of this article.

Was this article helpful?

Yes No

Sorry to hear that.
How can we improve this article?

We use cookies in order to optimise our website, provide you with the best possible user experience and help us promote our products. Please read our Cookie Policy to find out how we use cookies and how you can control cookies.
By using this website or closing this message, you acknowledge our Privacy Policy and agree to our use of cookies as described in our Cookie Policy.