Some people can't connect to my minecraft server.

I have everything set so people join through my cloudflare domain, it seems to be working for most people (id say 9/10) but some people can't connect to it at all.. I have no idea why this is happening.
82 Replies
Brian
BrianOP3mo ago
I am running unbunto server with CasaOS and Crafty
Cyb3r-Jak3
Cyb3r-Jak33mo ago
You can't proxy DNS minecraft records
Brian
BrianOP3mo ago
Wdym
james090500
james0905003mo ago
@Brian How are you DNS records setup, is the cloud orange or gray If it's orange, you MUST make it gray. If it's gray, its not cloudflare problem
Brian
BrianOP3mo ago
orange i think
james090500
james0905003mo ago
Then you need to make it gray, as Orange = Proxied, which is for Web (http/https) traffic only
Brian
BrianOP3mo ago
No description
james090500
james0905003mo ago
No need to block out the IP, you can get it anyway This isn't a cloudflare problem. However if it's minecraft, it's probably the AAAA record, minecraft doesn't like IPV6 Also you may want to get rid of that SRV record, because its just pointing back to your hostname anyway, and your port is 25565
Brian
BrianOP3mo ago
wdym
james090500
james0905003mo ago
Which bit
Brian
BrianOP3mo ago
. like I just want the IP to work for everyone
james090500
james0905003mo ago
The 4th item on the screen is an SRV record to say "if you put just chilledsmp.org in the IP, then look at "chilledsmp.org:25565" for the server" But minecraft does that anyway so delete the SRV and AAAA record, and see how it goes then keep the A record
Brian
BrianOP3mo ago
No, I need the SRV and AAAA is automatically being done, its automatically updating the IP
james090500
james0905003mo ago
SRV join points to A so it can be deleted AAAA is ipv6 only, minecraft doesn't fully support IPV6 You NEED just the A record If the AAAA (ipv6) is automatically being updated, fix your software so it only does the A (ipv4)
Brian
BrianOP3mo ago
do u by chance also know a way of getting UDP to work on cloudflare?
james090500
james0905003mo ago
I assume for Bedrock? Cloudflare doesn't do any of the TCP/UDP for minecraft. it just manages your DNS.
Brian
BrianOP3mo ago
nope Voicechat
james090500
james0905003mo ago
That will be nothing to do with CF
Brian
BrianOP3mo ago
?
james090500
james0905003mo ago
Can you form a proper sentence instead of a single character answer. Voice chat doesn't go through cloudflare.
Brian
BrianOP3mo ago
I didn't understand, and u seem to get what i meant Mh
Phaze
Phaze3mo ago
the voicechat i'm guessing is running on the same IP / Server? So it will have a different port (probably 25564 if it's the voicechat plugin i'm thinking of). as long as you have the IP in a dns A record in cloudflare then the voicechat should be connected. if your voicechat isn't connecting then it's probably an issue with the firewall setup on your server. i don't really know how the backend of your server is setup so i cannot help you further. but i agree with james, the AAAA record and SRV record are completely unneeded and will just cause extra issues.
Brian
BrianOP3mo ago
the port is 25565, I am using simple voice chat. and firewall is inactive, I am using ubunto server with CasaOS and Crafty both on the router and on the system 25565 is open as TCP and UDP
Brian
BrianOP3mo ago
No description
Phaze
Phaze3mo ago
yes i think by default simple voice chat runs on 25564
Brian
BrianOP3mo ago
yea but I changed it to the 25565
Phaze
Phaze3mo ago
if you want to host it on the same port as the minecraft server you need set the port (in the config file for the voicechat plugin) to -1 but it's still a better idea to have it running on a seperate port and to allow that port through the firewall
Brian
BrianOP3mo ago
both dont work I have tried everything, disabling firewall, allowing the port, and so on
Phaze
Phaze3mo ago
i know it sounds silly, but have you tried restarting the host machine? i remember having a similar issue and restarting the host fixed it
Brian
BrianOP3mo ago
I can try to do that again
Phaze
Phaze3mo ago
uhm, if you've already tried it once i don't think it will work the second time
Brian
BrianOP3mo ago
always worth a shot
Phaze
Phaze3mo ago
you can try you mentioned using ubuntu. have you allowed the port through ufw?
Brian
BrianOP3mo ago
yep
Phaze
Phaze3mo ago
and setting the port to -1 in the config didn't fix the issue?
Brian
BrianOP3mo ago
correct
Brian
BrianOP3mo ago
No description
Phaze
Phaze3mo ago
okay
Brian
BrianOP3mo ago
No description
Brian
BrianOP3mo ago
No description
Phaze
Phaze3mo ago
sorry the port it 24464 i misquoted it at the beginning though the -1 trick should have still worked try making it 24464 and then restarting the server (the mc server not the host) and see if that works
Brian
BrianOP3mo ago
its 25564 not 24464 u were right the 1st time
Phaze
Phaze3mo ago
https://cdn.phaz.uk/i/firefox_8DTPeP03V2.png oh god i misquoted it again lmfao
Brian
BrianOP3mo ago
oh i changed it too 25564 nope nothing not even if i use localhost I just downgraded to an older version aswell and nothing changed
Phaze
Phaze3mo ago
hmm weird you sure the plugin is even running? like if you check the server logs does it say anything about voicechat starting up? or voicechat listening?
Brian
BrianOP3mo ago
yep
Brian
BrianOP3mo ago
No description
Phaze
Phaze3mo ago
is 25564 still an open port?
Brian
BrianOP3mo ago
yep
Brian
BrianOP3mo ago
No description
Phaze
Phaze3mo ago
https://cdn.phaz.uk/i/firefox_SQVbRbVP4s.png portchecker.co is claiming that it's still closed
Phaze
Phaze3mo ago
that ip is the one behind chilledsmp.org are you sure you don't have ufw running?
Brian
BrianOP3mo ago
100%
Phaze
Phaze3mo ago
run sudo ufw status can you send the output here?
Brian
BrianOP3mo ago
sure also i did shut down the server idk if that has an effect on that thing
Phaze
Phaze3mo ago
shouldn't do
Brian
BrianOP3mo ago
No description
Phaze
Phaze3mo ago
uhh okay
Brian
BrianOP3mo ago
if i check with my normal ip it says its open
Brian
BrianOP3mo ago
No description
Phaze
Phaze3mo ago
no port 25564 which you opened for voicechat 25565 is for the minecraft server
Brian
BrianOP3mo ago
I changed it back to 25565 again since the change didnt help its cloudflare
Phaze
Phaze3mo ago
making it to the same port at the minecraft server will not help as both the minecraft server and the voicechat mod cannot listen on the same port at the same time
Brian
BrianOP3mo ago
my alternate ip is working
Brian
BrianOP3mo ago
No description
Brian
BrianOP3mo ago
No description
Phaze
Phaze3mo ago
this is checking through cloudflare's proxy so it's looking at port 25565 on cloudflares servers which is not going to be open
Brian
BrianOP3mo ago
both still dont allow the voice chat to work
Phaze
Phaze3mo ago
if you do an actual dns request for that domain is returns your ip 85... which has port 25565 open cloudflare isn't the issue if you want voicechat to run on 25565 you need to set the port to -1 in the config this whole thing should really be a ticket in the simple voice chat mod discord and not here since this is for cloudflare issues i can guarantee that this isn't a cloudflare issue.
Brian
BrianOP3mo ago
24464 is also not working, I just tried it i did
Phaze
Phaze3mo ago
did you restart the server after setting the port to -1 in the config?
Brian
BrianOP3mo ago
yes
Phaze
Phaze3mo ago
i don't know then, i cannot help you any further. i'd recommend opening a ticket in the simple voice chat discord server
Brian
BrianOP3mo ago
damn ngl its pissing me off lmao
Phaze
Phaze3mo ago
yeah i had a similar issue a while back on one of my servers
Brian
BrianOP3mo ago
how did u solve it?
Phaze
Phaze3mo ago
rebooted the host machine, but i think it was an issue with the firewall with the service i was using as a host i think me restarting the machine updated the firewall settings
Brian
BrianOP3mo ago
they were absolutely useless
Brian
BrianOP3mo ago
No description
james090500
james0905003mo ago
Why not just test with a differenty port, it literally says "Not recommended" because 25565 udp has other things usually flowing through it
Phaze
Phaze3mo ago
yeah they tried 24454 but apparently it wasn’t working
Want results from more Discord servers?
Add your server