WMSPanel as white label branded panel is one of the most popular features for customers who show their statistics to client. People like to have ability to present reports via custom domain with custom logo without mention of WMSPanel itself.
Initial access to WMSPanel is done via SSL protocol, so you see "https://" at the beginning of each URL. That improves the security of data transmission between customer browser and our service. When a customer sets up branded panel via white label, we does not have HTTPS access anymore by default. This is because this requires a purchase of SSL certificate and must be done by the customer himself.
What if you want to keep your traffic secured with SSL? You can buy SSL certificate and set up a domain with SSL proxy to our website.
Here are the steps to make your branded panel available via HTTPS. Let's say you want to have branded panel for https://panel.ultimatemediastreaming.com/
You can contact us if you have any questions or if you need to purchase an SSL certificate for your branded panel.
White label is also applicable for working with Nimble Streamer, the light-weight streaming server for HLS, Smooth and progressive download. WMSPanel is an official GUI for Nimble Streamer.
Read more about slice-related features in on the dedicated Slices & Branding page.
Read more about WMSPanel streaming reporting.
End user reporting, White label branded panel, Custom CSS for white label
Initial access to WMSPanel is done via SSL protocol, so you see "https://" at the beginning of each URL. That improves the security of data transmission between customer browser and our service. When a customer sets up branded panel via white label, we does not have HTTPS access anymore by default. This is because this requires a purchase of SSL certificate and must be done by the customer himself.
What if you want to keep your traffic secured with SSL? You can buy SSL certificate and set up a domain with SSL proxy to our website.
Here are the steps to make your branded panel available via HTTPS. Let's say you want to have branded panel for https://panel.ultimatemediastreaming.com/
- Set up panel_backend.ultimatemediastreaming.com domain in your DNS.
- In your WMSPanel account go to Settings / Branded panel menu and add 2 domains there: panel_backend.ultimatemediastreaming.com and panel.ultimatemediastreaming.com domain with proper logo.
- Bring up SSL proxy at one of the servers in your infrastructure.
- Set up panel.ultimatemediastreaming.com domain in your DNS.
- Buy a certificate for panel.ultimatemediastreaming.com.
- In your SSL proxy, map panel.ultimatemediastreaming.com to panel_backend.ultimatemediastreaming.com
location / {
proxy_pass http://panel_backend.ultimatemediastreaming.com/;
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
If you want to have a secure connection between your proxy and WMSPanel use settings like these:
That's it. When you go to https://panel.ultimatemediastreaming.com/, your request is proxied to the panel_backend.ultimatemediastreaming.com domain which is handled in WMSPanel as branded domain. So all pages will have proper logo for everyone who accesses the panel via new domain.location / {
proxy_pass https://partners-ssl.wmspanel.com/;
proxy_ssl_verify off;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto https;
proxy_set_header Host $http_host;
proxy_redirect off;
break;
}
You can contact us if you have any questions or if you need to purchase an SSL certificate for your branded panel.
White label is also applicable for working with Nimble Streamer, the light-weight streaming server for HLS, Smooth and progressive download. WMSPanel is an official GUI for Nimble Streamer.
Read more about slice-related features in on the dedicated Slices & Branding page.
Read more about WMSPanel streaming reporting.
Related documentation
End user reporting, White label branded panel, Custom CSS for white label
No comments:
Post a Comment
If you face any specific issue or want to ask some question to our team,
PLEASE USE OUR HELPDESK
This will give much faster and precise response.
Thank you.
Note: Only a member of this blog may post a comment.