Error opening listener: listen tcp :80

i have configure traefik on window 2016 along with IIS + Docker
when i start traefik i am getting below error

C:\traefik_v2.1.3>traefik.exe --configFile=traefik.toml
time="2020-02-12T09:39:23-05:00" level=info msg="Configuration loaded from file: C:\\traefik_v2.1.3\\traefik.toml"
2020/02/12 09:39:23 traefik.go:71: command traefik.exe error: error while building entryPoint web: error preparing server: error opening listener: listen tcp :80: bind: An attempt was made to access a socket in a way forbidden by its access permissions.

Version : Traefik_v2.1.3
Traefik Tomal File

[api]
 
  dashboard = true
  insecure = true
  
  
[entryPoints]
  [entryPoints.web]
  address = ":80"
  
  [entryPoints.traefik]
  address = ":8089"
  
[providers.docker]
	endpoint = "tcp://0.0.0.0:2375"
	exposedbydefault = true
	usebindportip = true

[docker]
  domain = "test.com"
  watch = true

Hello,

the user that tries to start the Traefik binary does not have enough permissions to bind port 80. I'd check your windows user configuration :slight_smile:

Hi SantoDe

Thanks for the reply ,, can you please tell me what exactly i need to change in window configuration.
or do you have any article link please share

Sadly, I can't.

That error is related to your windows server configuration so I dont have any knowledge about that.

Thank you SantoDe

Anyone have solution please share