Hello! I tried to install Minecraft server on Yunohost.
But when I try to connect (even locally) it always timeout and I can’t connect.
Do you have any clue on how to solve this?
When I run: curl <my ip>:25565
I get result when I do it on the server, but when I execute the same command on another device, it doesn’t work. There is a timeout and it gives up.
Do you think this is because my server is slow or have you any clue on how I could solve this issue?
Thanks in advance!
deleted by creator
Yes, thanks. I forgot I posted this here, sorry. That package is not up to date because the openjdk version is outdated. But my issue was that I haven’t understood that Yunohost has its own firewall. I just ran
yunohost firewall allow TCP 25565
and my issue was solved.Thanks for the community, didn’t knew it existed.
deleted by creator
Maybe it didn’t open the ports? See firewall in the yunohost admin panel
Did you open port 25565? If using Ubuntu based distro, you can use UFW to manage ports or if its rhel based then firewalld.
deleted by creator
That was my issue. But UFW doesn’t work on Yunohost. This is the correct command:
yunohost firewall allow TCP 25565