Minecraft DNS Generator

Generate DNS records for Minecraft server. SRV, A, and CNAME records.
Compatible with Java Edition and Bedrock Edition.

Usage

To use this tool, simply input your server domain name, IP address, and port number.

The tool will generate the DNS records for you to copy and paste into your DNS provider.

Step #1

Enter your Minecraft server domain name, IP address, and port number.

Step #2

Review the DNS records below and copy them to your DNS provider.

A Record

SRV Record (Java Edition)

SRV Record (Bedrock Edition)

Import

If your DNS provider supports importing DNS records, you can copy and paste the records below or download them as a text file.

; DNS Records for 
; A Records
. 3600 IN A 

; SRV Records for Java Edition
_tcp._minecraft.. 3600 IN SRV 0 5 25565 .

; SRV Records for Bedrock Edition
_udp._minecraft.. 3600 IN SRV 0 5 19132 .