Subdomains
CoreSynth provides free subdomains for all game servers in the format game-name.coresynth.io.
Overview
| Feature | Details |
|---|---|
| Availability | Free for all servers |
| Format | game-name.coresynth.io |
| IPv4 | Automatic |
| IPv6 | Supported |
Subdomain Format
Each game server receives a subdomain automatically upon creation:
| Game | Subdomain | Example |
|---|---|---|
| Minecraft Java | mc.coresynth.io | mc.coresynth.io |
| Minecraft Bedrock | bedrock.coresynth.io | bedrock.coresynth.io |
| FiveM | fivem.coresynth.io | fivem.coresynth.io |
| Counter-Strike 2 | cs2.coresynth.io | cs2.coresynth.io |
| Rust | rust.coresynth.io | rust.coresynth.io |
| ARK | ark.coresynth.io | ark.coresynth.io |
| DayZ | dayz.coresynth.io | dayz.coresynth.io |
| Terraria | terraria.coresynth.io | terraria.coresynth.io |
| 7 Days to Die | 7days.coresynth.io | 7days.coresynth.io |
| SA:MP | samp.coresynth.io | samp.coresynth.io |
Creating a Subdomain
Step 1 — Access Server Settings
- Log in to CoreSynth Dashboard
- Go to Game Servers
- Select your server
- Click Settings in the control panel
Step 2 — Configure Subdomain
- Go to Domain section
- Enter your desired subdomain name
- Click Save
- Wait 5-10 minutes for DNS propagation
Custom Subdomains
Using Your Own Domain
If you have your own domain, you can create a subdomain like play.mydomain.com:
- Log in to your domain registrar
- Create a CNAME record:
play IN CNAME game-name.coresynth.io- Contact support at coresynth.io/support for verification
Note: DNS changes may take up to 24 hours for full propagation.
Subdomains for Java and Bedrock
GeyserMC for Bedrock Crossplay
To connect Bedrock players to a Java server, use GeyserMC:
| Connection Type | Address | Port |
|---|---|---|
| Java | mc.coresynth.io | 25565 |
| Bedrock (via Geyser) | mc.coresynth.io | 19132 |
DNS Records Reference
| Record Type | Name | Target | TTL |
|---|---|---|---|
| A | game-name | Server IP | 300 |
| CNAME | game-name | proxy.coresynth.io | 300 |
| SRV | _minecraft._tcp.game-name | 0 5 25565 game-name.coresynth.io | 300 |
Troubleshooting
Subdomain Not Resolving
Cause: DNS propagation not complete.
Solution:
- Wait 5-10 minutes
- Flush DNS cache:
ipconfig /flushdns(Windows) orsudo dscacheutil -flushcache(macOS) - Check settings in the control panel
Connection Refused
Cause: Server not running or wrong port.
Solution:
- Verify server is running in the control panel
- Check firewall settings
- Verify correct port
SSL Certificate Issues
Cause: HTTPS certificate problem.
Solution:
Note: Most game servers do not use SSL. Issues are usually browser-level only.
Next Steps
- Game Servers — All supported games
- Minecraft Setup — Minecraft server setup
Need help? Open a support ticket or ask Alex.
Last updated on