Self-Hosted Deployment
Download the HTML file that contains the chat page, upload it to your own server or object storage, and serve it under your own domain.
Deployment Steps
1. Download the HTML file
Sign in to the TWT Chat console, then go to Settings > Installation > Chat Page and click Download HTML File.
The downloaded file already contains your application configuration such as appid, so no extra edits are required.
2. Upload it to your server or object storage
Upload the HTML file to your web server or object storage and make sure it is reachable through HTTP or HTTPS.
3. Configure a custom domain (optional)
Point your domain to the server or object storage so visitors can open the chat page under your own branded URL.
Use HTTPS whenever possible to protect chat traffic in transit.
Customization
Self-hosted pages support language switching and customer identity parameters. See URL Parameters.
Detailed Tutorial
For more deployment guidance, see the Help Center.