Checking your sign-in…

Internal

Admin

Everything here is for running the shop, not for customers.

Signed inYour account

  • Read the diagnostic bundles customers send from the plug-in, by reference code. Search by host, version or licence state.

  • Licence keysNeeds the licence gateway

    Issue a key by hand, re-send one someone lost, see which machines a key is activated on, and revoke it.

    The licence gateway has to exist first β€” it is the thing that mints and stores keys.

  • Sales and refundsNeeds the payment account

    Orders, what was paid, and refunds, read from the payment provider.

    Needs a live payment account and a server that can hold its API key. That key can never live in this site.

  • Site valuesNeeds the licence gateway

    Set the price, version number, download link and the other undecided values without editing a file.

    Needs somewhere to store them and something to rebuild the site when they change.

What the sign-in does and does not do

It hides these tools from anyone who is not signed in with an approved email. It does not make the page itself private — this is a static site, so the file is published and can be fetched by anyone who knows the address.

That is survivable while the page holds nothing but links. Before real customer data appears here, it has to be protected where it is stored, not on this page. Setup and the full reasoning are in ADMIN.md.