Hosting Information
All websites created with Rollout come with included hosting on a global CDN (Content Delivery Network). This means:
- Your site is hosted across multiple edge locations worldwide
- Content is served from the location nearest to your visitors
- Fast load times with 99% uptime SLA
- Automatic HTTPS certificates for secure connections
- Unlimited bandwidth (within reasonable usage limits)
Custom Domain Setup
Eligibility
Custom domain connectivity is available on higher-tier plans. Entry-level plans can use Rollout subdomains (e.g., yoursite.rollout.site).
Connecting Your Domain
To connect your custom domain:
- Purchase a domain from any domain registrar (GoDaddy, Namecheap, etc.)
- Go to your project settings in the Rollout dashboard
- Select "Domain Settings"
- Enter your domain name (e.g., example.com)
- Configure DNS records at your domain registrar:
- Add an A record pointing to Rollout's servers
- Detailed instructions will be provided in the domain setup screen
DNS Configuration
You'll need to add the following DNS records at your domain registrar:
- A Record:
- Host: @ or your subdomain
- Value: [IP provided in Rollout's domain settings]
- TTL: Auto or 3600
- CNAME Record (if using a subdomain):
- Host: www or your subdomain
- Value: [CNAME value provided by Rollout]
- TTL: Auto or 3600
Troubleshooting Domain Issues
If you're experiencing issues with your domain connection:
- Check DNS propagation: DNS changes can take up to 48 hours to fully propagate
- Verify DNS records: Ensure your A record and CNAME are correctly set up
- Check for SSL errors: Make sure you've enabled HTTPS in your domain settings
- Contact support: If issues persist, contact Rollout support with your domain details
SSL Certificates
Rollout automatically provisions and manages SSL certificates for all connected domains, ensuring your site is secure with HTTPS. This process is handled automatically when you connect your domain.
SSL Troubleshooting
If you're experiencing SSL certificate issues:
- Verify domain ownership: Ensure your DNS records are correctly configured
- Allow propagation time: SSL certificate provisioning can take up to 24 hours
- Check for mixed content: If your site has both HTTP and HTTPS resources, fix these in your project
- Contact support: For persistent SSL issues, reach out to Rollout support
Exporting Your Site (Advanced Plans)
If you prefer to host your site elsewhere, some plans allow you to export your site's code:
- Go to your project dashboard
- Click the "Download" or "Export" button
- Save the exported files to your computer
The exported package contains:
- HTML files
- CSS files
- JavaScript files
- Any included assets (images, fonts, etc.)
Hosting Exported Sites Elsewhere
Your exported site can be hosted on:
- Traditional web hosts (cPanel, etc.)
- Cloud platforms (AWS, GCP, Azure)
- Static site hosts (Netlify, Vercel, GitHub Pages)
Important Notes on Exporting:
- Some dynamic functionality may require additional setup when self-hosting
- Form processing will need to be handled by your hosting provider or a third-party service
- Custom integrations may need to be reconfigured for your new hosting environment