[SOLVED] An app having trouble binding ports when installed on host

disk2

New Member
Mar 11, 2025
2
0
1
I'm trying to get coolercontrold up on my PVE instance. When installed on host and initialized, logs output:
IPv4 bind error: Could not bind to standard IPv4 loopback address on port 11987
Is there any sort of firewalling measure on PVE that could potentially cause this?
 
bind errors are mostly because the port is already in use by something else
try
Bash:
lsof -i
in the shell to see if the port ist already used
 
Last edited: