Windows server 2016

Kabs2 years ago

Hi I am using windows server 2016 for traccar but I have a problem that I need to but traccar in "iis system" and it needs the file of traccar that will load like "index.html" and I don't know what should I do after I install traccer.exe on windows server it works well on "localhost:8082"
but when I use the main IP it doesn't work because it doesn't on "iis system"

Anton Tananaev2 years ago

If you want to access the app via IIS you should set up a proxy. Not copy some files.

BerndFfm2 years ago

I use nginx instead of IIS to run traccar using Windows. Thats much easier to config,

Maybe an alternative.

https://www.traccar.org/forums/topic/ssl-with-traccar-under-windows/

#Bernd

Kabs2 years ago

but how to set proxy for traccer I make everything well but I can't make it online I use everything but I don't know anything about proxy and set it up on my machine??

please help

Anton Tananaev2 years ago

Try something like this:

https://freek.ws/2017/12/09/tutorial-how-to-secure-traccar-with-ssl-https-for-free-using-iis-and-lets-encrypt-on-windows-server/

Note that it's an old article, so obviously you might need to adjust some steps.