Setting up Render with an owns.it.com subdomain
This guide will walk you through the process of setting up a Render deployment and pointing your owns.it.com subdomain towards it.Create a Render Service
First, you’ll need to create a service on Render:- Go to the Render Documentation
- Follow the instructions to create and deploy your service
- Note down your Render service URL for reference
Create the Domain File
Create a JSON file inside the domains directory (domains/subdomain.json
) with the following content and submit a pull request:
github-username
with your GitHub usernamegithub-repository
with your repository name[email protected]
with your email address
Configure Render
After your pull request is merged:- Go to your Render service dashboard
- Navigate to Settings > Custom Domains
- Click Add Custom Domain
- Enter your owns.it.com subdomain (e.g.,
your-subdomain.owns.it.com
) - Render will provide a verification step - you can skip this if your subdomain is already pointing to Render’s IP address (
216.24.57.1
)
Your website should be live!
After completing all steps and your pull request has been merged, your website should be accessible at your owns.it.com subdomain. The process may take a few minutes for DNS changes to propagate.Troubleshooting
If your site isn’t working:- Check that your domain file is correctly formatted
- Verify that the A record points to Render’s IP address (
216.24.57.1
) - Confirm that your domain is properly added in Render’s settings
- Wait for DNS changes to propagate (this can take up to 48 hours)
- Check that your Render service is running correctly
Need More Help?
For additional assistance:- Visit the Render Documentation
- Check the Render Help Center
- Contact Render Support