--- title: "Live Custom Domain" slug: "live-custom-domain" description: "Customize your ScreenMeet Live session domain easily with options for subdomains or fully custom URLs, including SSL certificate management." updated: 2023-04-26T15:13:40Z published: 2023-04-26T15:13:40Z canonical: "docs.screenmeet.com/live-custom-domain" --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.screenmeet.com/llms.txt > Use this file to discover all available pages before exploring further. # Custom Domain ScreenMeet has the ability to customize the domain that is shown during a given ScreenMeet Live session. ![](https://cdn.document360.io/9da39725-20e5-434f-83a4-d630456099dc/Images/Documentation/Image%202020-11-20%20at%208.47.09%20AM.png) There are a two options available in order to setup a custom domain: **1) Using a URL with a custom subdomain and [screenmeet.com](http://screenmeet.com/) top-level-domain**. With this approach, we could use URL's such as .[screenmeet.com](http://screenmeet.com/) - eg, **[customdomain](http://salesforce.screenmeet.com/)**[.screenmeet.com](http://salesforce.screenmeet.com/) This option is the easiest and would require no additional effort from you. This is an additional, optional ScreenMeet service that is offered. Please contact us at [support@screenmeet.com](mailto:support@screenmeet.com) for pricing and to setup your custom domain. **2) Using a fully custom URL** With this approach, we could use any URL. eg: [meet.customdomain.com](http://meet.salesforce.com/) or similar. There are a few possible technical implementation paths here: 1. Your organization could set up a proxy at a URL of their choice and use [https://live.screenmeet.com](https://live.screenmeet.com/) as the origin. Proxy should be configured to forward querystrings / headers / etc with one important exception for the **host** header. The **host** header should be hard-coded to **live.screenmeet.com**. 2. Your organization could set up DNS CNAME entries to point at a CDN end-point provided by screenmeet. In this case, we would also have to set up an SSL certificate, for which we also have several options: - ScreenMeet could use AWS ACM to provision the SSL certificate for the desired hostname (eg, [meet.customdomain.com](http://meet.salesforce.com/)). In this case, there would be a total of 2 CNAME entries required, one for the actual hostname, and another for SSL certificate validation, which would look something like this: _[a79865eb4cd1a6ab990a45779b4e0b96.customdomain.com](http://a79865eb4cd1a6ab990a45779b4e0b96.salesforce.com/). With this approach, ScreenMeet could manage renewals of this certificate automatically as it expires annually / bi-annually. If someone were to click the certificate info in their browser it would show that the certificate is issued by Amazon. - Your organization could provide an SSL certificate they provision themselves to ScreenMeet, which we could import into our CDN. This would require bi-annual maintenance/updates as all SSL certificates have a maximum lifetime of 2 years.