Devices
History
Setup
Live Device Status
Loading devices…
📍
Select a device and click Load to see history
📡 Your API Endpoint
https://yourdomain.com/api/location.php
POST JSON to this URL from your Android app.
🔑 API Key (optional)
📋 Android App Config
Set this URL in your GPS Tracker Android app:
Server URL:
https://yourdomain.com/api/location.php
https://yourdomain.com/api/location.php
🗄️ Database Setup (MySQL)
CREATE DATABASE your_db_name;
CREATE USER 'gpsuser'@'localhost'
IDENTIFIED BY 'password';
GRANT ALL ON your_db_name.* TO 'gpsuser';
CREATE USER 'gpsuser'@'localhost'
IDENTIFIED BY 'password';
GRANT ALL ON your_db_name.* TO 'gpsuser';
Table auto-creates on first POST.
🧪 Test Endpoint
DEVICE
LAT
—
LNG
—
ACC
—
UPDATED
—
Auto-refresh ON (30s)
⏱ Auto: ON