The sign-up screen lets anyone create their own ActivoHQ account, self-service, with no administrator involved and no credit card. Completing the form provisions a dedicated environment reachable from a custom subdomain (for example, mycompany.activohq.cloud), with a 30-day free trial and up to 25 Assets. The screen is aimed at new customers who want to evaluate or buy the service.
The screen is not part of the application's internal menu. You reach it directly at the public URL:
https://app.activohq.cloud/registro
A plan parameter can also be carried in the URL when you arrive from a pricing page (for example, /registro?plan=pro). The starting language can be forced with ?lang=en to show the form in English.
| Term | Description |
|---|---|
| Subdomain | Your organization's unique identifier inside ActivoHQ. It defines your sign-in URL: yourcompany.activohq.cloud. It may only contain lowercase letters and digits, with no spaces or special characters. |
| Account (tenant) | The isolated, dedicated data environment for your organization, created automatically when you sign up. |
| Free trial | A 30-day period with up to 25 Assets, at no cost and with no credit card. |
| Terms of service | The legal conditions that govern the use of ActivoHQ. You must accept them to complete sign-up. |
https://app.activohq.cloud/registro in your browser.My Company, Inc.). When you leave the field, the system suggests a subdomain based on what you typed.yourcompany.activohq.cloud). The subdomain must be 2 to 32 characters; only lowercase letters and digits are allowed (no hyphens, accents or spaces). Certain terms are reserved and cannot be used (for example: app, api, admin, www, mail, static, Assets, portal).yoursubdomain.activohq.cloud, already signed in.If you already have an account, click Sign in at the foot of the form to go to the sign-in screen.
| Field | Type | Required | Description | Validation |
|---|---|---|---|---|
| Company name | Text | Yes | The name of the organization signing up. When you leave the field, a subdomain suggestion is generated if the subdomain field is still empty. | Must not be empty. |
| Subdomain - your address | Text | Yes | The account's unique identifier. It defines the URL <subdomain>.activohq.cloud. |
Between 2 and 32 characters. Lowercase letters (a-z) and digits (0-9) only. Reserved values are not allowed: app, api, admin, www, mail, static, Assets, portal. |
| First name | Text | Yes | The account administrator's first name. | Must not be empty. |
| Last name | Text | Yes | The account administrator's last name. | Must not be empty. |
| Email - your username | Yes | The administrator's email address. It becomes the sign-in username. | Must be a valid email address. Must not be empty. | |
| Password | Password | Yes | The password for the account. | At least 8 characters. |
| I accept the Terms of service | Checkbox | Yes | Confirms acceptance of the service's legal terms. | Must be ticked before the sign-up button is enabled. |
This screen is public and needs no active session. Anyone with the URL can create a new account.
?plan= URL parameter.| Symptom | Likely cause | Resolution |
|---|---|---|
| The Create my free account button stays disabled. | The I accept the Terms of service checkbox is not ticked. | Tick the acceptance checkbox. The button is enabled only once it is ticked. |
| The message "Please complete the required fields (password at least 8 characters)." appears. | One or more required fields are empty, or the password is shorter than 8 characters. | Check that every field is filled in and that the password is 8 characters or longer. |
| The message "The subdomain must be 2-32 lowercase letters or digits (no reserved words)." appears. | The subdomain contains disallowed characters (uppercase, hyphens, accents, spaces) or is a reserved system word. | Use lowercase letters and digits only, and avoid: app, api, admin, www, mail, static, Assets, portal. |
| The message "Could not create the account." appears. | An unexpected server error while processing sign-up (for example, the subdomain is already taken). | Try a different subdomain. If the problem persists, contact ActivoHQ support. |
| The page opens in Spanish. | The URL does not include ?lang=en. |
Click the EN button at the top of the form to switch to English. |
Was this page helpful?