Config on Server
This page describes how to sign up and register robots on the MOSAIC dashboard.
The hosted open-use server is available at https://mosaic.acslgcs.com.
Account Types
MOSAIC supports two account types:
| Type | Sign-up | Robot & dashboard sharing |
|---|---|---|
| Personal | Self sign-up with email | Not shared |
| Organization | Admin adds users manually | Shared across all members of the organization |
Sign Up
Personal Account
- Go to https://mosaic.acslgcs.com.
- Click Sign Up.
- Enter your email and password to create an account.
- Log in and proceed to register your robot.
Organization Account
Organization accounts are managed by an admin. Users cannot self-register — the organization admin must add them:
- The admin logs in and navigates to Settings → Members.
- The admin adds the user’s email.
- The invited user receives credentials and can log in.
All members of the same organization share the same robots and dashboard configuration.
Robot Registration
- Log in to the dashboard.
- Navigate to Robots → Add Robot.
- Give the robot a name. The server generates:
- A Robot UUID — used as
robot_idin the robot’smosaic_config.yaml - An Auth Token — used as
params.tokenin the robot’smosaic_config.yaml
- A Robot UUID — used as
Copy both values into the robot’s configuration file. See Config on Robot for the full YAML format.