Nemesis
Active member
- Joined
- Mar 22, 2025
- Messages
- 35
- Points
- 61
- Age
- 26
I’m running Mailcow (Dockerized) on my VPS alongside CloudPanel for website hosting.
Everything worked fine initially using reverse proxy and assigning ports like:
HTTP: 8080
HTTPS: 8444
However, after a system restart, Mailcow failed to start with the following error:
Looks like both CloudPanel and Mailcow are using Nginx and conflicting on port 8080.
How can I change Mailcow’s ports to fix this?
Thanks in advance!
Everything worked fine initially using reverse proxy and assigning ports like:
HTTP: 8080
HTTPS: 8444
However, after a system restart, Mailcow failed to start with the following error:
Code:
Error starting userland proxy: listen tcp4 [MyIP]:8080: bind: address already in use
Looks like both CloudPanel and Mailcow are using Nginx and conflicting on port 8080.
How can I change Mailcow’s ports to fix this?
Thanks in advance!