[SOLVED] Fresh installation from binary, not reachable on port 3000

Hi, I did a new installation on my server (Ubuntu 20.04) from binary following the instructions.

Port 3000 was opened in UFW, the Gitea service is up and running.

But I still can’t connect to the configuration page. Any hints what could be wrong?

Problem solved. It seems that opening the port in UFW alone didn’t suffice, I had to do the following as well:

sudo iptables -I INPUT -p tcp -m tcp --dport 3000 -j ACCEPT