Links

Firewall Configuration

If you are using firewalld and not using a reverse proxy, you may have to allow traffic to port 3000:
sudo firewall-cmd --permanent --add-port=3000/tcp
sudo systemctl reload firewalld