Skip to content

Custom Domain Guide - #45

Merged
SoulDevOfficial merged 4 commits into
Seedloaf:mainfrom
SoulDevOfficial:main
Aug 14, 2026
Merged

Custom Domain Guide#45
SoulDevOfficial merged 4 commits into
Seedloaf:mainfrom
SoulDevOfficial:main

Conversation

@SoulDevOfficial

@SoulDevOfficial SoulDevOfficial commented Aug 13, 2026

Copy link
Copy Markdown
Collaborator

This PR contains the new English (and Spanish) guide for connecting custom domains as requested from Jasper!


View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

@SoulDevOfficial

Copy link
Copy Markdown
Collaborator Author

NOTE!

Making some slight changes to the file so wait till after it's submitted 🪧

Comment thread src/content/docs/custom-domain.mdx Outdated
### Step 2: Create a CNAME Record
Add a new CNAME record with the following settings:
* **Type:** <code>CNAME</code>
* **Name:** <code>play</code>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* **Name:** <code>play</code>
* **Name:** <code>play</code> (creates <code>play.yourdomain.com</code>)

Comment thread src/content/docs/custom-domain.mdx Outdated
Add a new CNAME record with the following settings:
* **Type:** <code>CNAME</code>
* **Name:** <code>play</code>
* **Target:** Your Seedloaf subdomain (do **not** include the port number or `:`)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* **Target:** Your Seedloaf subdomain (do **not** include the port number or `:`)
* **Target:** e.g. <code>yoursubdomain.seedloaf.gg</code> (do **not** include the port number or `:`)

Comment thread src/content/docs/custom-domain.mdx Outdated
Comment on lines +15 to +21
### Step 3: Create an SRV Record
Add a new SRV record with the following details:
* **Service:** <code>_minecraft</code>
* **Protocol:** <code>_tcp</code> (some host like cloudflare require you to put the protocol as part of the name field)
* **Name:** <code>play</code>
* **Port:** Your Seedloaf port number
* **Target:** Your new full domain address (e.g., <code>yourdomain.com</code>)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
### Step 3: Create an SRV Record
Add a new SRV record with the following details:
* **Service:** <code>_minecraft</code>
* **Protocol:** <code>_tcp</code> (some host like cloudflare require you to put the protocol as part of the name field)
* **Name:** <code>play</code>
* **Port:** Your Seedloaf port number
* **Target:** Your new full domain address (e.g., <code>yourdomain.com</code>)
### Step 3: Create the SRV Record
Route Minecraft traffic and the custom port to your server:
| Field | Value | Notes |
| :--- | :--- | :--- |
| **Type** | `SRV` | |
| **Service** | `_minecraft` | |
| **Protocol** | `_tcp` (or `TCP`) | |
| **Name / Host** | `play` | Use `@` if you want players to connect using just `yourdomain.com` without `play.` |
| **Priority** | `0` | |
| **Weight** | `0` | |
| **Port** | `[Your Server Port]` | The numeric port assigned in your dashboard |
| **Target** | `play.yourdomain.com` | Must match the CNAME hostname created in Step 2 |
| **TTL** | `Auto` (or `3600`) | |
> **Note for providers with a single "Name" field:** If your registrar does not have separate Service/Protocol fields, enter `_minecraft._tcp.play` in the Name/Host field.

Comment thread src/content/docs/custom-domain.mdx Outdated
* **Target:** Your new full domain address (e.g., <code>yourdomain.com</code>)

### Step 4: Done ✅
Your custom domain is now linked! Keep in mind that DNS changes may take a few minutes to propagate. Once updated, you can connect to your server using your new domain address! No newline at end of file

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Your custom domain is now linked! Keep in mind that DNS changes may take a few minutes to propagate. Once updated, you can connect to your server using your new domain address!
Your custom domain is now linked! Keep in mind that DNS changes may take a few minutes to propagate. Once updated, you can connect to your server using your new domain!

@SoulDevOfficial
SoulDevOfficial merged commit 397c5aa into Seedloaf:main Aug 14, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants