Skip to content

Free Account

Register a free account to get started with Riptides. Free accounts are fully functional — you can connect daemons, define WorkloadIdentities, enforce mTLS, and deliver secretless credentials just as you would in production. Free accounts support a small number of nodes; contact info@riptides.io for a production plan if you need more.

Go to console.riptides.io and submit the registration form.

  1. Confirmation email — check your inbox and click the approval link. The link expires after 7 days.
  2. Control plane deployment — Riptides deploys your dedicated control plane. This typically takes a few minutes.
  3. Access details email — once your control plane is ready, you’ll receive a second email containing:
ItemWhat it isWhere you use it
Control plane URLThe HTTPS endpoint for your tenant (e.g. https://db16a6be.console.riptides.io)Daemon config, riptides-cli
Trust domainA domain string used as the root of all SPIFFE IDs (e.g. db16a6be.console.riptides.io)Daemon config

Free accounts ship with email code authentication pre-configured. The registering user’s email address is the only account authorised out of the box — when you log in to the UI or run a riptides-cli command for the first time, Riptides emails a one-time code to that address and you enter it to authenticate.

This is intentional for getting started quickly, but it is not suitable for team access. Once you are up and running, configure a proper IdentityProvider (GitHub, Google, Entra, or OIDC) so that team members can authenticate with their normal credentials.

Install riptides-cli if you have not already, then add a context for your control plane:

Terminal window
riptides-cli context add --url https://<your-env-id>.console.riptides.io

Verify access:

Terminal window
riptides-cli context status

On the first run this opens a browser window. You will be prompted to enter the email code sent to your registered address. After authenticating, the token is cached and reused until expiry.

Once you have your access details, follow the Getting Started guide to connect your first daemon.