Problem how to restart traccar

I stopped the AMAZON AWS instance and then Traccar didn't work again, it shows as a page not found

Javier Gonzalez5 years ago

You need to check the following in order to see if traccar is runnuing

  • Check with sudo systemctl status traccar (Debian based - like Ubuntu) to check if it´s running.
  • Also DB (perhaps mysql or h2) is up & running?
  • port is not being used by other application ?

Those are the 3 main items I´d check for. Have a look at logs and see the error/s that might show.