STEP8: Reboot server
==========================
sudo reboot
STEP9: Acess the traccar web interface using
============================================
http://youripaddress:8082
(use the same address above, including port number when configuring traccar manager in mobile
device)
To access the MySQL database and view the tables:
*********************************************
Issue the following commands:
mysql -u traccarusr -p
Enter password: traccarpass
mysql> use traccardb;
mysql> show tables;
[ will show the list of tables inside traccardb]