Resolving Port Conflicts
If you're facing issues deploying a new Helmut4 stack and cannot access the website via http://<ip-address>
or https://<ip-address>
, the problem might be that another application is already occupying the required ports (80 or 443).
A simple way to identify the application using these ports is by running the following command:
Note: This command requires
iproute2
andgrep
(on Ubuntu/Debian) oriproute
andgrep
(on RHEL/CentOS).
The result should look something like this:
To verify which application is using the ports, cross-check this with the running Traefik container using the following command:
The expected result should look like this:
If you cannot free up the ports (80 or 443), refer to this guide on how to change the default ports to an alternative one: Change HTTP/HTTPS Ports
Last updated