<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://help.pananames.com/index.php?action=history&amp;feed=atom&amp;title=SRV_Record_for_MineCraft_server</id>
		<title>SRV Record for MineCraft server - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://help.pananames.com/index.php?action=history&amp;feed=atom&amp;title=SRV_Record_for_MineCraft_server"/>
		<link rel="alternate" type="text/html" href="https://help.pananames.com/index.php?title=SRV_Record_for_MineCraft_server&amp;action=history"/>
		<updated>2026-08-07T07:43:36Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.28.1</generator>

	<entry>
		<id>https://help.pananames.com/index.php?title=SRV_Record_for_MineCraft_server&amp;diff=133&amp;oldid=prev</id>
		<title>Ag: Created page with &quot;Since not-so-recent update, you can connect to your Minecraft server using custom domain name '''without''' the specific port number after the hostname, i.e. '''yourserver.you...&quot;</title>
		<link rel="alternate" type="text/html" href="https://help.pananames.com/index.php?title=SRV_Record_for_MineCraft_server&amp;diff=133&amp;oldid=prev"/>
				<updated>2017-09-14T12:52:39Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;Since not-so-recent update, you can connect to your Minecraft server using custom domain name &amp;#039;&amp;#039;&amp;#039;without&amp;#039;&amp;#039;&amp;#039; the specific port number after the hostname, i.e. &amp;#039;&amp;#039;&amp;#039;yourserver.you...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Since not-so-recent update, you can connect to your Minecraft server using custom domain name '''without''' the specific port number after the hostname, i.e. '''yourserver.yourdomain.com:12959'''. &amp;lt;br&amp;gt;&lt;br /&gt;
SRV Host Record is required for connecting without typing the port, and this article provides instructions on how to add a SRV Host Record for domain names registered with Pananames.com.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Finding Host Records page ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After you register a domain name with our Registrar, you can start editing its Host Records right away. &amp;lt;br&amp;gt;&lt;br /&gt;
Select your domain at &amp;quot;My domains&amp;quot; section of your customer account and click on &amp;quot;Edit&amp;quot; under the Host Records column. &amp;lt;br&amp;gt;&lt;br /&gt;
A new pop-up window will have a list of current Nameservers and a line for adding new Host Records right above the &amp;quot;Save&amp;quot; button - this is where you need to add all the required Records. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Adding Host Records for the domain ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following information is crucial in order to proceed further:&amp;lt;br&amp;gt;&lt;br /&gt;
1) port of the server;&amp;lt;br&amp;gt;&lt;br /&gt;
2) IP address of the server.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
If you already have this information, go to the next step, if you do not have it - please contact your hosting provider, they should be able to assist you. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Now, you need to add two Host Records:&amp;lt;br&amp;gt;&lt;br /&gt;
1) First one is an A Record that points your domain to IP address of the server. &amp;lt;br&amp;gt;&lt;br /&gt;
Leave the &amp;quot;Host&amp;quot; field of the Record empty or add a subdomain of your choice (enter &amp;quot;game&amp;quot; for game.yourdomain.com subdomain, etc.), select &amp;quot;A&amp;quot; Record type and enter IP address of your server in the &amp;quot;Value&amp;quot; field.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
2) Second Host Record is an SRV Record which specifies the port of your server and other details explained below. &amp;lt;br&amp;gt;&lt;br /&gt;
Enter &amp;quot;_minecraft._tcp&amp;quot; in the &amp;quot;Host&amp;quot; field of the new Record. Select &amp;quot;SRV&amp;quot; Record type. The priority field should be set to zero. &lt;br /&gt;
The &amp;quot;Value&amp;quot; field should have three parts divided by spaces - weight, port and target. Example of &amp;quot;Value&amp;quot; - &amp;quot;0 25565 game.yourdomain.com&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
'''Explanation to SRV''':&amp;lt;br&amp;gt;&lt;br /&gt;
1. _minecraft is a name of the Service;&amp;lt;br&amp;gt;&lt;br /&gt;
2. _tcp is a protocol name;&amp;lt;br&amp;gt;&lt;br /&gt;
3. 0 in Priority field means that this SRV Record will have the highest priority between other SRV Records;&amp;lt;br&amp;gt;&lt;br /&gt;
4. 0 in Weight is an extension to Priority field;&amp;lt;br&amp;gt;&lt;br /&gt;
5. 25565 is the port your Minecraft server is set to use;&amp;lt;br&amp;gt;&lt;br /&gt;
6. game.yourdomain.com is a Target: Your Minecraft hostname, must be the same as in A Record set in the previous step.&amp;lt;br&amp;gt;&lt;br /&gt;
The default value of TTL (Time to live) entries of Host Reco is 300.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Saving the settings ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
At the end, you should have the following Records:&amp;lt;br&amp;gt;&lt;br /&gt;
game.yourdomain.com      A      8.8.8.8&amp;lt;br&amp;gt;&lt;br /&gt;
_minecraft._tcp.yourdomain.com      SRV      0      0 25565 game.yourdomain.com&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Save the Host Records and allow some time for the changes in DNS system to update globally. &amp;lt;br&amp;gt;&lt;br /&gt;
Usually it takes an hour or two, but in extremely rare cases it may take up to 48 hours to come into effect.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
After the settings apply, you will be able to connect to your Minecraft server using only hostname, stated in the &amp;quot;Host&amp;quot; field of A Record, in our example it is '''game.yourdomain.com'''.&lt;/div&gt;</summary>
		<author><name>Ag</name></author>	</entry>

	</feed>