Total Enrolled
0
Devices registered in C2
Device Owners
0
Full enterprise supervision
Online Now
0
Heartbeat within 5 mins
Dispatched Commands
0
Real-time FCM payloads
| Status | Device & Hardware | Supervision | Policies Active | Last Seen | Administrative Actions |
|---|
Merchant C2 Dashboards & Key Allocation
Create isolated C2 panels for retailers & NBFC financiers. Each merchant gets their unique C2 address and manages their own fleet using key credits.
Active Merchant Tenants
-- Merchants Registered| Merchant & Company | Unique C2 Backend Address | Key Credits | KYC Status | Device Fleet | Actions |
|---|
Merchant Key Purchase & Top-Up Requests
Verify incoming payments to UPI ID 6377344419@ptaxis, match transaction UTR numbers, and approve instant license key allocations.
Merchant KYC Verification Center
Review GSTIN, PAN, shop location documents, and business registrations. Approved merchants can activate live customer locks.
License Key Bundle Offers & Budget Tiers
Create discounted bulk packages for merchant budgets (e.g. 10 keys for ₹700, 1000 keys for ₹48,000). 1 Key Integration Cost = 1 Device.
Virtual Android Device Testing Station
Interact with live DPC policies in real time without needing physical hardware.
Google Pixel 8 Pro
SIM_PIXEL_8_PRO
Device Owner
Simulate Remote C2 Commands
Pixel 8 Pro
Android 14 (API 34)
Policy Active: Standard
Ready for remote lock & wipe commands.
12:00
Thursday, August 28
Managed by Enterprise DPC
Enterprise Dedicated Kiosk
startLockTask() Active
Device pinned for dedicated point-of-sale and enterprise operations.
System Navigation Disabled
Erasing Device Data...
Executing remote wipeData() sanitization
Samsung Knox & Google ZTE Direct API Hub
Connect your official Samsung Knox Mobile Enrollment (KME) and Google Android Device Provisioning API credentials. When merchants save an IMEI, our platform automatically registers it to Samsung and Google cloud for 100% zero-click auto-locking after factory reset.
Samsung Knox KME REST API
For all Samsung Galaxy handsets
Google Android Zero-Touch API
For Xiaomi, OPPO, Vivo, Realme, Motorola
Database Snapshots & Disaster Recovery PROTECTED
1-Click atomic backup engine storing encrypted point-in-time SQLite copies.
| Snapshot File | File Size | Created At | Status |
|---|---|---|---|
| Loading database snapshots... | |||
Platform Security & Access Audit Trail
| Event Type | Actor / Role | IP Address | Details | Timestamp |
|---|---|---|---|---|
| Loading security audit events... | ||||
Dispatched Commands Audit Trail
Showing last 100 commands| Command ID | Target Device | Action | Status | Execution Result | Dispatched Time |
|---|
Upload Android DPC APK to C2 Server
Checking hosted APK...
Upload your compiled app-debug.apk or app-release.apk directly to the server. The server will host it at /downloads/app-debug.apk and calculate the exact SHA-256 Checksum automatically.
Click or drag & drop your APK file here
Supports .apk (up to 150MB)
6-Tap QR Provisioning Parameters
Google DPC StandardScan on Setup Wizard
Tap Welcome screen 6 times, then scan:
How it works:
1. Factory-reset your test phone.
2. Tap the blank space on the Welcome screen 6 times.
3. Point phone camera at this QR code.
4. Device connects to Wi-Fi, downloads the hosted APK from this server, and enrolls as Device Owner.
ADB Device Owner Provisioning Guide
For development, emulator testing, or physical devices without factory reset (provided no Google accounts are registered on the device yet):
adb install app-debug.apk
adb shell dpm set-device-owner com.enterprise.dpc/.receiver.DpcReceiver
adb shell dumpsys device_policy
Carrier Network SMS Command & Lockdown Controller
Deliver remote policy commands directly over standard cellular text messages (SMS) or port-8090 data SMS. The on-device DPC engine validates the admin security key and enforces locks even in deep sleep or airplane mode with signal.
1. Configure Target Device & Operator Fix Number
EMI Loan Lockdown Parameters
Generated SMS Payload
Carrier ReadyOperator Quick Reference
- Data OFF Guarantee: SMS is received via cellular towers even when 4G/5G mobile data and Wi-Fi are completely disabled.
-
Auto-Authentication: The DPC receiver checks PIN
1234or merchant key before executing policies. - Port 8090 Binary SMS: Enterprise gateways can send binary SMS targeted to port 8090 for completely invisible delivery without SMS inbox popup.
Full Carrier SMS Protocol Specification
| Action | Standard SMS Format | Alternative Hash Format | Execution Behavior |
|---|---|---|---|
| Lock EMI Screen | DPC_LOCK:CMD=LOCK_EMI,CUSTOMER=Name,LOAN=LN-01,AMOUNT=2499,HELPLINE=+91...,PIN=1234 | #DPC#CMD=LOCK_EMI#CUSTOMER=Name#LOAN=LN-01#AMOUNT=2499#HELPLINE=+91...#PIN=1234 | Pins Kiosk EMI lock screen, disables home/recents, shows customer loan details & call button. |
| Unlock EMI Screen | DPC_LOCK:CMD=UNLOCK_EMI,PIN=1234 | #DPC#CMD=UNLOCK_EMI#PIN=1234 | Unpins Kiosk mode, removes restrictions, and restores full phone access immediately. |
| Instant Screen Lock | DPC_LOCK:CMD=LOCK_DEVICE,PIN=1234 | #DPC#CMD=LOCK_DEVICE#PIN=1234 | Calls dpm.lockNow() to turn off display and activate system keyguard. |
| Theft Siren Alarm | DPC_LOCK:CMD=ALARM,START=true,PIN=1234 | #DPC#CMD=ALARM#START=true#PIN=1234 | Forces max audio volume, overrides silent/DND, loops siren audio and continuous vibration. |
| Camera Hardware Toggle | DPC_LOCK:CMD=DISABLE_CAMERA,DISABLE=true,PIN=1234 | #DPC#CMD=DISABLE_CAMERA#DISABLE=true#PIN=1234 | Calls dpm.setCameraDisabled() to disable device camera hardware. |
| Remote OS Reboot | DPC_LOCK:CMD=REBOOT,PIN=1234 | #DPC#CMD=REBOOT#PIN=1234 | Calls dpm.reboot() to cleanly restart the Android device. |