Replies: 2 comments
|
Hi @twoxfh, thanks for this. If you share compose/docker env + startup command and where the auth flow breaks, I can reproduce and provide a direct onboarding checklist for Docker + LLMChat + virtual server usage. |
|
Hi @twoxfh, sorry for the delayed answer. To activate an inactive virtual server: Via Admin UI: Go to the Virtual Servers page, click on your server, and toggle the Enabled switch. The server detail page has an activate/deactivate form control. Via API: curl -X POST "http://your-server:8080/servers/{server_id}/state?activate=true" \
-H "Authorization: Bearer $TOKEN"Common reasons a virtual server shows as inactive:
The If the issue persists, please share your Docker Compose setup and the server detail page output and I can help troubleshoot further. |
Uh oh!
There was an error while loading. Please reload this page.
Hello there! I am looking to setup a bare minimum development environment to check out the features. I successfully completed the below steps, however, my virtual server is inactive. How do I activate an inactive virtual server? I am not seeing any UI element to change its status.
Thanks for reading!
All reactions