Best way to implement Traccar

Diego Marchesini4 years ago

hi everyone,
I´m trying to implement traccar after testing and customizing.
Which is the best way to implement?
This is my idea:
Server1: Traccar web interface
Server2: Traccar Server
Server3: Data Base
Server4: Nominatim Server
All of them are Virtual Servers. It´s the best way?, i don´t want to have hardware issues in the future... or problem with future actualizations...

Anton Tananaev4 years ago

I would recommend to have 1, 2 and 3 on the same server. Nominatim should probably be separate.

dagobar4 years ago

@Anton
Traccar web interface can be separated from Traccar Server ? ( on 2 different servers )
If so... is there any info about this in the documentation ?
Thanks.

Anton Tananaev4 years ago

Web interface is just a bunch of static files, so there is absolutely no benefit in separating it.