Total Licenses
0
Active Licenses
0
Cross-Banned HWIDs & IPs
0
Locked HWIDs
0
Generate Keys
Active License Database
| License Key | Status | Hardware ID (HWID) | Last IP | Expires | Actions |
|---|---|---|---|---|---|
| Loading database... | |||||
🚫 Anti-Spoof Cross-Ban Control
Anti-Spoof Security: Banning a user locks BOTH their Hardware ID (HWID) and IP Address simultaneously. If a cheater uses a HWID Spoofer or VPN, they remain permanently blocked on both levels across all Cloudflare Edge nodes!
Banned Hardware IDs (HWIDs)
| Hardware ID | Action |
|---|---|
| No HWIDs banned. | |
Banned IP Addresses (Anti-Spoof)
| IP Address | Action |
|---|---|
| No IPs banned. | |
🔑
Customer Self-Service Portal
Customers can enter their license key to check subscription status and perform 1-click HWID resets.
Real-time Authentication Stream
| Time | License Key | Hardware ID (HWID) | Client IP | Status | Log Event |
|---|---|---|---|---|---|
| No logs available. | |||||
Developer API Integration Reference
Exero Auth works out-of-the-box for C++, C#, Python, or Roblox Luau using standard HTTP POST requests:
Edge Verification Endpoint:
https://xeroauth.pages.dev/api/verify
Payload (JSON):
{\n "key": "XERO-XXXX-XXXX",\n "hwid": "HWID_STRING"\n}
cURL Test:
curl -X POST https://xeroauth.pages.dev/api/verify \
-H "Content-Type: application/json" \
-H "User-Agent: Mozilla/5.0" \
-d '{"key":"XERO-XXXX-XXXX","hwid":"HWID-HASH-123"}'
-H "Content-Type: application/json" \
-H "User-Agent: Mozilla/5.0" \
-d '{"key":"XERO-XXXX-XXXX","hwid":"HWID-HASH-123"}'