Public demo • WHMCS activation flow
Simulate a Sugar purchase the way a hosting customer would see it.
Enter client, billing, and service details, then watch the demo issue a server license and one-time claim token. Unlock the controls by pasting the startup secret into the browser console.
4-step flow
Purchase, provision, license, claim
Single-use token
No stored raw token, only a live reveal
Website ready
Designed as a public marketing demo
Demo access
Locked
Unlock with the startup secret
Open the browser console and run SugarDemo.unlock("paste-the-secret-from-the-operator"). The unlocked state is stored in session storage and clears when the tab is closed.
sessionStorage.setItem("sugarDemoSecret", "PASTE_THE_API_SECRET_HERE"); location.reload();
Lifecycle
One purchase, one server license, many future renewals