
I installed appwrite and appwrite-cli, I need to create a user, but I can't use the web interface to create it, only bash(appwrite-cli) and curl(REST API), but to create a user using appwrite-cli, I need to create a project(appwrite init project) to create a project, you need to log in, to log in, you need to create a user, it turns out a vicious circle. In general, the task is to install appwrite on a clean Linux system (done) and create a user, but without using the web interface. Please tell me how to do this, you can only use appwrite-cli and curl.

Installed using this tutorial https://dev.to/appwrite/installing-appwrite-366o

After you've install Appwrite use the console to create a user The option to create a user through the signup is available for one user Also, Check this
Recommended threads
- how many Teams can be created?
I am creating an app where I will let users create groups. This could mean there will be many groups created by user, to isolate those groups properly I am thin...
- Cannot create a user
Hi, I am using a lowcoder frontend and trying to create a user in Appwrite (python function). Unfortunately, all I got is an error: "Raw body: Error". It means...
- Invalid credentials after migration
Hi everyone! After migrating our self-hosted Appwrite 1.3.1 to another server (staging, so a different domain), we are now getting 'Invalid credentials' when ...
