Register Dairy & Generate License

Enter your dairy / milk collection society details and computer physical MAC address to generate an activation key.

1. Dairy Center / Society Information

2. Hardware / Workstation Binding

How to find MAC address: On your Windows PC, open Command Prompt (cmd) and run getmac, or open the DMS software splash screen to copy your Machine ID.

Dairy Software Client API Integration Guide API v1 Reference

The desktop Dairy Management Software client connects to the following endpoints hosted on this server to authenticate stations and verify licenses.

GET /DMS/GetDairy?macAddress={macAddress}

Checks if the machine MAC address is registered. Returns IsRegistered: true, SerialKey, and DairyId.

POST /DMS/RegisterDairy

Allows the desktop app to register directly by posting JSON: {"DairyName":"...", "ConatactName":"...", "MobileNo":"...", "Address":"...", "City":"...", "MacAddress":"..."}.

GET /DMS/VerifyLicense?macAddress={macAddress}&serialKey={serialKey}

Verifies whether the provided Serial Key and MAC Address are valid and active. Returns IsValid: true/false.