IIS Setup

Nelsona year ago

How can I setup my tracker system with my own domain name in IIS 10 ? the current port that am using is 1025

Anton Tananaeva year ago

Why do you need IIS?

Track-trace2a year ago

You can find the Howto answers on google / youtube..

https://www.youtube.com/watch?v=wcXgbnl91bQ

Nelsona year ago

Thanks Track-trace2, I have setup exactly like that but its telling me that the port 1025 its already in use, the site cant be access. I have setup with port 80 pointing to the Traccar folder but gives me error 403.14 "The Web server is configured to not list the contents of this directory."

Track-trace2a year ago

Actually i have not a lot of experience with Windows server. I would like to suggest you to use Ubuntu. Its easy and there are many tutorials online.

That said, once i tried to setup a windows server with traccar and SSL and that worked good. So its possible. Read this tutorial i used back then to get the idear.

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

My conclusion was after testing traccar with Windows server that Linux is much faster and no license costs etc.

Nelsona year ago

Yes the problem that I have its that the server that I've purchase come already with Microsoft Server. I found that tutorial in the forum but the problem with it is that Microsoft Web Platform Installer (WebPI) was retire the 31/12/2022 and now its not working any more in the IIS to re-write the URL

Track-trace2a year ago

You only give bits of information. Why ?

Its not helpful if you do not describe the exact issue. Anyway a simple google search brought me here where it discribes howto rewrite url for IIS 10

https://www.ssl.com/how-to/redirect-http-to-https-with-windows-iis-10/

Nelsona year ago

Sorry my bad.

So I want to setup my local tracking system on the IIS so I can access to it remotely with my own domain " domainname.com". But when I point the physical path to the "Traccar installation" with port 80 pointing to the Traccar folder but gives me error 403.14 "The Web server is configured to not list the contents of this directory.". The solution that I found in the forums here was to re-write the URL but the problem with that now its that you need to install the "URL Rewrite" with Microsoft Web Platform Installer (WebPI) but this product was retire the 31/12/2022. So how can I setup my tracking system in the IIS if when I point it to the traccar folder its not working.

Track-trace2a year ago

Ok, i do not have a quick answer. Howto about asking the IIS community. Im sure it can be done.

BerndFfma year ago

It is much easier to setup nginx :

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

Greetings Bernd