Self-Hosted Deployment
Download the HTML file that contains the chat page code, upload it to your own server, and serve it under your own domain.
Deployment Steps
1. Download the HTML file
Sign in to the TWT Chat console, go to Settings > Chat Page, and click Download HTML File.
The downloaded file already includes your application configuration such as appid, so no extra modification is needed to start.
2. Upload it to your server
Upload the HTML file to your web server and make sure it can be accessed through HTTP or HTTPS.
3. Configure a custom domain (optional)
Point your domain to the server so visitors can open chat under your own branded URL.
tip
Use HTTPS whenever possible to protect chat traffic in transit.
Customization
Self-hosted pages also support language switching and customer data through URL parameters. See URL Parameters.