Troubleshooting Domains
Common Issues and Solutions
🔍 DNS Issues
DNS error or domain not opening
- Check settings:
- Make sure the domain points to the correct IP
- Verify A-records for @ and www
- Wait enough time for DNS to propagate (up to 24 hours)
- Verification steps:
Check IP here: https://2ip.ru/whois/ Or via terminal:
# Check DNS records
dig domain.com
# Check A record
dig domain.com A
- If the issue persists:
- Copy the check link (use the "Share" button after check)
- Contact your registrar/shop support with the link
🔒 SSL Issues
SSL certificate errors
- For own server:
- Check web server configuration
- Make sure Caddy is correctly set up
- Wait for automatic SSL issuance
- For shared server:
- Wait for automatic issuance (may be limited)
- Contact support if issues persist
- For Cloudflare:
- Check SSL mode (recommended: Full)
- Ensure TLS 1.3 is disabled for traffic from Russia
⛔ 403 Error
403 error on main page
Cause: No link created for the domain
Solution:
- Go to the "Links" section
- Create a new link for the domain
- Set necessary parameters
- Save and test
tip
Always create a link immediately after adding a new domain.
🔄 Redirect Issues
Redirect goes to an old link after update
Note: Cache updates every 5 minutes
Solution: Wait for cache to refresh
Redirect not working
Solution: If none of the listed fixes work, contact support and include your domain.
🔑 Activation Issues
Invalid domain activation key
- Check:
- Make sure the key is entered correctly
- Ensure the key hasn't been used before
- Steps:
- Take a screenshot of the error
- Contact the seller with proof of purchase
- Provide a domain check screenshot and link
Check Tools
Automatic Checks
- Via the control panel:
- Use the "Link Check" section
- Use the "Add Domain" section
- Manual Check:
Append check.php
to your domain:
domain.com/check.php
A correct setup should display your server's IP.
General Recommendations
When contacting support
Always include:
- The domain check result link
- Screenshots of errors
- A history of actions taken with the domain
Problem Checklist
- Basic Check:
- DNS settings are correct
- Enough time has passed since changes
- No SSL problems
- Required links are created
- Advanced Check:
- Verified via check.php
- Tested in different browsers
- Tested in incognito mode
- Tested from different devices
Frequently Asked Questions
❓ How long does DNS take to update?
- Usually 5–30 minutes
- In rare cases, up to 24 hours
- Faster with Cloudflare
❓ How to get a check link?
- Perform a domain check
- Click the "Share" button
- Copy the generated link
❓ Why isn’t SSL working?
- Check DNS settings
- Verify A-records are correct
- Wait for automatic SSL issuance
- Check for server limitations
Support
If the issue persists, contact:
- Your domain shop/registrar support
- TDS.SO administrator: @catfatweb
Tip
Always begin with a basic check and move toward more advanced diagnostics step by step.