After the controller is online, you configure how users access the application.Documentation Index
Fetch the complete documentation index at: https://docs.tensor9.com/llms.txt
Use this file to discover all available pages before exploring further.
Domain Options
Use Our Domain
We can provide a subdomain automatically. This is the fastest way to get started - no DNS configuration required on your end.Bring Your Own Domain
If you want the application available on your own domain (e.g.,app.yourcompany.com), choose the custom domain option. You’ll need:
- A domain you control
- Access to your DNS provider
DNS Delegation
When you bring your own domain, you need to delegate it to the hosted zone that the deployment creates in your cloud account. This is a one-time step.Hosted zone is created
The controller creates a hosted zone for your domain in your cloud account. The setup interface shows you the nameservers for this hosted zone.
Add an NS record at your DNS provider
At whatever DNS provider currently hosts the parent domain (e.g.,
yourcompany.com), create an NS record for your chosen subdomain pointing to the nameservers shown in the setup interface. This delegates DNS for that subdomain to the hosted zone in your cloud account.The NS delegation step is the only manual DNS change you need to make. Everything else - subdomain records, certificates, email configuration - is handled automatically.
Tips for Choosing a Domain
- Use a separate top-level domain - e.g.,
yourcompany.cooryourcompany.appinstead of a subdomain ofyourcompany.com. This prevents browser cookies from being shared between the application and your primary domain, which is a security best practice. - Keep it short - subdomains are created under your root domain, and certificate Common Names have a 64-character limit.
- If using a subdomain, choose something distinct - e.g.,
tool.yourcompany.comto keep it separate from your primary product domain.