OVERVIEW
Traccar is an open source GPS tracking server.

GOALS
One-click launch
Easy configurable AMI with pre-installed Traccar
INSTALLATION VIA AWS MARKETPLACE
Kindly click on the below link to install the server via AWS Marketplace:
Pending....
GET STARTED
Step 1. Connect to SSH
In a terminal window, use the ssh command to connect to the instance. You specify the user name for your instance, and the public DNS name or IPv6 address for your instance, the path and file name of the private key (.pem).
ssh ubuntu@publicIP -i [Path of key pair file]
If it shows access denied message run the following command , then run the above command again to connect via ssh.
chmod 400 [Path of key pair file]
Step 2. Test your Installation
To verify the installation, follow the below instructions
Open browser
In the address bar of the browser, type http://<your-ip-address>:8082
You will see the traccar default page (see screenshot below)

4. Log in as an administrator (default user - admin, password - admin) or register the user by giving EmailID & Password(see screenshot below)

5. Login by using EmailID & Password, you will see page(see screenshot below)
