Multiple Instances

alex_huot18 years ago

Hi,

I was wondering if it was possible to run multiple instances of Traccar on the same server.

For exemple, if i got 3 clients. How can i run 3 instances separately so that each client can't access each other's datas.

Is it possible? Or i need to run each one on an individual server?

Thank you.

Alex

Anton Tananaev8 years ago

It is possible to run multiple instances, but it will require some tweaking in wrapper configuration.

alex_huot18 years ago

Thanks for the quick reply!

I'm fairly new to Traccar, what do you mean by the wrapper configuration. Where can i find it. Is there some docs about that?

Anton Tananaev8 years ago

By wrapper I mean Java Service Wrapper. It makes Traccar server run as a native OS service.

You can read about wrapper configuration here:

https://wrapper.tanukisoftware.com/doc/english/introduction.html

Note that configuring it would require some technical knowledge.