41 lines
1.6 KiB
Plaintext
41 lines
1.6 KiB
Plaintext
---
|
|
title: Create an account | Datasquirel docs
|
|
description: Create an Account with Datasquirel
|
|
page_title: Create an Account
|
|
page_description: Get started with a new Datasquirel account.
|
|
---
|
|
|
|
## Datasquirel.com
|
|
|
|
Creating an account on datasquirel.com is simple. Just navigate to the [signup page](/signup) and log in with Google or enter your account details to create an account.
|
|
|
|
<DocsImg
|
|
alt="Create New Account"
|
|
srcLight="/images/screenshots/create-account-screen-light.webp"
|
|
srcDark="/images/screenshots/create-account-screen-dark.webp"
|
|
/>
|
|
|
|
## Self Hosted
|
|
|
|
Creating an account for self-hosted instances can only be done by the `super admin` user. This user is created during the initial setup of the instance. Every other user is created by the `super admin` user.
|
|
|
|
### Creating The Super Admin User
|
|
|
|
When a self-hosted instance is first started, you are directed to the `super admin` user creation page. Fill in the required fields to create the `super admin` user. This user has all privileges and can create other users. This user is created only once and cannot be deleted.
|
|
|
|
<DocsImg
|
|
alt="Create Super Admin User"
|
|
srcLight="/images/screenshots/su-user-signup-light.webp"
|
|
srcDark="/images/screenshots/su-user-signup-dark.webp"
|
|
/>
|
|
|
|
### Creating Other Users
|
|
|
|
To create other users, navigate to the Super Admin [users page](/admin/su/users) and click the `Add User` button. Fill in the required fields to create the user.
|
|
|
|
<DocsImg
|
|
alt="Create Other Admin Users"
|
|
srcLight="/images/screenshots/su-create-user-light.webp"
|
|
srcDark="/images/screenshots/su-create-user-dark.webp"
|
|
/>
|