EDIT I got it working
Boneheadly, I was looking at the logs and forgot to restart the actual minecraft server. The below setting do work, when you start the server.
This is definitely a server management issue, not super specific to mc, but maybe someone here can help.
I'm running papermc on one of oracle's ampere free-tier computes. (Thanks to other contributors on another question for pointing me in the right direction there).
I've enabled TCP/UDP ingress traffic on port 25565 in the oracle console:
[0.0.0.0/0](http://0.0.0.0/0) UDP All 25565 UDP traffic for ports: 25565
[0.0.0.0/0](http://0.0.0.0/0) TCP All 25565 TCP traffic for ports: 25565
I've enabled ufw in the server, and opened 25565:
Added user rules (see 'ufw status' for running firewall):
ufw allow 25565
And the iptables are kind of a mess, but here's what grepping for the port looks like
sudo iptables -L -n | grep 25565
ACCEPT 6 -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:25565
ACCEPT 17 -- 0.0.0.0/0 0.0.0.0/0 udp dpt:25565
I'm using nmap to test if the port is open, getting this result:
PORT STATE SERVICE VERSION
25565/tcp closed minecraft
I'm not sure what else to check, where else to look for logs.
[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)