Documentation for Google Cloud VPS

Ahmad5 years ago

Thanks for providing this software.

I tried to install it on my Google Cloud VPS, but I failed. The available guidance for such installation is missing, or outdated.

If anyone succeeded in this recently, please share

Anton Tananaev5 years ago

Download official installer and read link from readme file.

Ahmad5 years ago

Thanks Anton for your prompt replies.

Do you mean the below link?

https://www.traccar.org/manual-installation/

Anton Tananaev5 years ago

If you are using Linux, you probably want to use this guide:

https://www.traccar.org/linux/

Chris Wilson5 years ago

Can Traccar report to both a local mySQL database AND a cloud database at the same time? Thanks.

Anton Tananaev5 years ago

No, you can't configure two databases in Traccar, but you should be able to configure your database replication.

Ahmad5 years ago

I got it installed, started the service, and I see traccar in the list when I type $service --status-all

But when I try to reach the IP from browser, it connection refused.

http://104.198.36.68

what could be the problem?

Oluwatobi5 years ago

Traccar manager port is 8082

Try http://104.198.36.68:8082

Ahmad5 years ago

It was the firewall rules

VPC network / Firewall rules
added 8082 to http-server allow

Chris Wilson5 years ago

OK, thanks Anton!