Vultr.com - Instant Cloud Server Deployment
Game Rank
Servers:
Teams:
Fans:
47304
Players:
106
Forum Home > Minecraft General Discussion > Can't add minecraft server to GT
fof_serversPM
#1
Can't add minecraft server to GT
Oct 10, 2014 3:16 PM
Joined: Sep 16, 2014
Posts: 9
well i tryed to add my minecraft ( craftbukki ) server to gametracker but it won't it say there no server with this ip & port when it's working fine and i can play on my server !!
runing linux server 4vcores and 8Gb Ram !
Server IP : 92.222.172.109:25565

Thanks
burnPM
#2
Oct 10, 2014 5:42 PM
Joined: Sep 27, 2006
Posts: 10924
I'm assuming your query port is 25565? I tried that and 25566 and am not getting a response.

While this is typically due to the query port not being open in your firewall, here are my cumulative suggestions I typically provide for minecraft:

1. You confirmed your server is up-to-date.
2. You confirmed your server is not running any query plugins, like minequery.
3. The query port is correct.
4. You've opened the query port in any network software (firewall, router) for TCP/UDP.
5. You've setup your server.properties.
6. You've tried without mods that are known to break the server query, namely MCPC+ and bungeecord.
7. You've confirmed you are not blocking GT:

208.167.241.190
208.167.241.185
208.167.241.186
208.167.241.183
208.167.241.189
108.61.78.147
108.61.78.148
108.61.78.149
108.61.78.150
I am retired from GameTracker after 11 years and will not be responsive for support requests.

fof_serversPM
#3
Oct 10, 2014 5:50 PM
Joined: Sep 16, 2014
Posts: 9
1 - YES ! i can join adn play with my friend
2 - No plugins
3 - yes
4 - i don't think so , how to do it ? i am using linux centos6
5 - sure
6 - yes
burnPM
#4
Oct 10, 2014 6:38 PM
Joined: Sep 27, 2006
Posts: 10924
I'm guessing this might help you http://wiki.centos.org/HowTos/Network/IPTables
I am retired from GameTracker after 11 years and will not be responsive for support requests.

fof_serversPM
#5
Oct 10, 2014 6:58 PM
Joined: Sep 16, 2014
Posts: 9
burn wrote:
I'm guessing this might help you http://wiki.centos.org/HowTos/Network/IPTables

i did but still no work :/

iptables -A INPUT -p tcp --dport 25566 -j ACCEPT
iptables -A INPUT -p tcp --dport 25565 -j ACCEPT
iptables -A INPUT -p udp --dport 25565 -j ACCEPT
iptables -A INPUT -p udp --dport 25566 -j ACCEPT

service iptables save
service iptables restart

STILL NOT WORK


------------------------------------
Game Minecraft
IP Address 92.222.172.109
Port 25565
Query Port 25565
Slots 30
fof_serversPM
#6
Oct 11, 2014 9:18 AM
Joined: Sep 16, 2014
Posts: 9
pleasse help
fof_serversPM
#7
Oct 12, 2014 6:43 PM
Joined: Sep 16, 2014
Posts: 9
Fixed !!
- forget to set query port to true on server.preority
Last edited by: fof_servers Oct 12, 2014 6:56 PM