
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
- Request failed while trying to migrate
I want to migrate a self hosted appwrite instance to another one. When i enter the source data in the new appwrite instance and click next and wait a minute, i ...
- Appwrite API and Console keep failing
i have an appwrite docker container.... Somehow today it suddenly startet to keep failing every half an hour to two hours. The server is reachable via ping but ...
- Install node-18 as function runtime?
How do i install node-18 function runtime to my appwrite on localhost? I have upgraded to appwrite 1.6.1. I can't find anything on Google and none of the ChatGP...
