Documentation

Admin Guide

Manage the AntiMatter AV CRM portal — licenses, users, resellers, definitions, and device tracking.

Contents

1 Admin Portal Access

  1. 1. Navigate to https://antimatterav.netwall.in/admin/login.html
  2. 2. Enter admin email & password
  3. 3. Redirected to CRM dashboard on success

🔐 Roles

Superadmin: Full | Admin: No system settings | Reseller: License/user only

2 Dashboard

Total Licenses

Total Users

Threats Found

Definitions

3 License Management

Creating Licenses

  1. 1. Go to Licenses → Generate
  2. 2. Select plan type and duration
  3. 3. Set device limit
  4. 4. Optionally assign to user/reseller
  5. 5. Click Generate — UUID key created

States

Active
Expired
Demo

4 User & Device Management

  • Users list: View all registered users with license, status, last activity
  • Devices: View devices per license (HWID, OS, type)
  • Revoke: Deactivate license or remove device binding
  • Reset HWID: Allow migration to new device

5 Reseller Management

  • Create reseller: Company name, contact, credit allocation
  • Credits: Add/deduct from wallet — each license deducts credits
  • Reports: License history, sales, revenue
  • Self-service top-up: Resellers can add funds via dashboard

6 Definition Management

GET /api/signatures/version — Current version
GET /api/signatures — Full list
GET /api/signatures/delta?since=N — Delta
POST /api/admin/signatures — Upload (admin only)

Upload format: { "hash": "sha256...", "name": "ThreatName", "severity": "high|medium|low", "category": "trojan|..." }

7 Plans & Pricing

  • Edit: Modify names, prices, features, device limits
  • Add: Create new subscription tiers
  • Deactivate: Remove from sale (existing licenses unaffected)

8 Device Tracking

Location

Map view. API: POST /api/device/location

Activity

App usage, web visits. API: POST /api/device/activity

History

Location trail. API: GET /api/device/location/history

Geofencing

Safe zones with exit alerts (coming soon)