Firewall and Open Ports
To ensure Gruxi operates correctly, certain ports need to be open in your server's firewall.
The default ports used by Gruxi are:
- 80 TCP: HTTP traffic
- 443 TCP: HTTPS traffic
- 8000 TCP: Admin portal
Make sure to configure your firewall to allow incoming traffic on these ports as needed.
Block port 8000 for production
Gruxi's admin portal runs on port 8000 by default. For production environments, it is recommended to block this port from inbound Internet traffic in your firewall to prevent unauthorized access. Ideally, port 8000 should only be accessible from trusted IP addresses and/or a private internal network.