Enter your dairy / milk collection society details and computer physical MAC address to generate an activation key.
The desktop Dairy Management Software client connects to the following endpoints hosted on this server to authenticate stations and verify licenses.
/DMS/GetDairy?macAddress={macAddress}
Checks if the machine MAC address is registered. Returns IsRegistered: true, SerialKey, and DairyId.
/DMS/RegisterDairy
Allows the desktop app to register directly by posting JSON: {"DairyName":"...", "ConatactName":"...", "MobileNo":"...", "Address":"...", "City":"...", "MacAddress":"..."}.
/DMS/VerifyLicense?macAddress={macAddress}&serialKey={serialKey}
Verifies whether the provided Serial Key and MAC Address are valid and active. Returns IsValid: true/false.