Skip to content

Commit 42fc836

Browse files
committed
Update ai-server docs.
1 parent 5f34d4a commit 42fc836

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

MyApp/_pages/ai-server/index.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,18 @@ The installer will detect common environment variables for the supported AI Prov
2323

2424
Alternatively, you can specify which providers you want and provide the APIs before continuing with the installation.
2525

26+
## Accessing AI Server
27+
28+
Once the AI Server is running, you can access the Admin Portal at [http://localhost:5006/admin](http://localhost:5005/admin) to configure your AI providers and generate API keys.
29+
If you first ran the AI Server with configured API Keys in your `.env` file, you providers will be automatically configured for the related services.
30+
31+
::: info
32+
The default password to access the Admin Portal is `p@55wOrd`. You can change this in your `.env` file by setting the `AUTH_SECRET` or providing it during the installation process.
33+
You can reset the process by deleting your local `App_Data` directory and rerunning `docker compose up` or re-running the `install.sh`.
34+
:::
35+
36+
You will then be able to make requests to the AI Server API endpoints, and access the Admin Portal user interface like the [Chat interface](http://localhost:5005/admin/Chat) to use your AI Provider models.
37+
2638
### Optional ComfyUI Agent
2739

2840
The installer will also ask if you want to install the ComfyUI Agent locally if you run AI server from the installer.
@@ -45,13 +57,3 @@ These should be the accessible URLs for your AI Server and ComfyUI Agent. When r
4557
If you want to reset the ComfyUI Agent settings, remember to remove the provider from the AI Server Admin Portal.
4658
:::
4759

48-
## Accessing AI Server
49-
50-
Once the AI Server is running, you can access the Admin Portal at [http://localhost:5006/admin](http://localhost:5005/admin) to configure your AI providers and generate API keys.
51-
If you first ran the AI Server with configured API Keys in your `.env` file, you providers will be automatically configured for the related services.
52-
53-
::: info
54-
You can reset the process by deleting your local `App_Data` directory and rerunning `docker compose up`.
55-
:::
56-
57-
You will then be able to make requests to the AI Server API endpoints, and access the Admin Portal user interface like the [Chat interface](http://localhost:5005/admin/Chat) to use your AI Provider models.

0 commit comments

Comments
 (0)