[GH-ISSUE #5375] [BUG]: Lemonade v10.1+ requires new default port/better port detection #5052

Closed
opened 2026-06-05 14:51:45 -04:00 by yindo · 0 comments
Owner

Originally created by @korgano on GitHub (Apr 7, 2026).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/5375

How are you running AnythingLLM?

AnythingLLM desktop app

What happened?

Lemonade v10.1 has made the following changes:


- The default port is changing from 8000 to 13305.
- The lemonade-router executable has been renamed to lemond.
- The lemonade-server CLI is deprecated. The installers on all operating systems will start the lemond service automatically after install and on startup, so no more need for lemonade-server serve.
- A new lemonade CLI is available to manage lemond, including a longstanding feature request: lemonade config lets you view the entire configuration at once, and change the port, host, max loaded models, llamacpp backend, etc. etc. at runtime without restarting the service.
- The lemonade config command replaces the lemonade-server serve CLI args and the env vars / conf file for configuring lemond.
-     The only remaining lemond CLI args are --port and --host, for in case you need to change those to start lemond in the first place.
-     The only remaining env vars are LEMONADE_API_KEY and HF_TOKEN, since those are secrets.

Lemonade models are no longer detected by AnythingLLM. Switching from the default port to the old default port (8000) resolves the issue.

Lemonade's list of quick select ports is as follows:

  • 13305 (new default)
  • 8000 (old default)
  • 8020
  • 8040
  • 8060
  • 8080
  • 9000
  • 11434 (Ollama - might be for routing?)

Are there known steps to reproduce?

  1. Update Lemonade to v10.1
  2. Start server
  3. Start AnythingLLM
  4. Input prompt into workspace thread
  5. Send prompt to workspace
  6. Connection Error message will appear
  7. Lemonade server logs will show no activity

LLM Provider & Model (if applicable)

Lemonade v10.1

Embedder Provider & Model (if applicable)

No response

Originally created by @korgano on GitHub (Apr 7, 2026). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/5375 ### How are you running AnythingLLM? AnythingLLM desktop app ### What happened? [Lemonade v10.1](https://github.com/lemonade-sdk/lemonade/releases/tag/v10.1.0) has made the [following changes](https://github.com/lemonade-sdk/lemonade/wiki/Migration#v10x---v101): ``` - The default port is changing from 8000 to 13305. - The lemonade-router executable has been renamed to lemond. - The lemonade-server CLI is deprecated. The installers on all operating systems will start the lemond service automatically after install and on startup, so no more need for lemonade-server serve. - A new lemonade CLI is available to manage lemond, including a longstanding feature request: lemonade config lets you view the entire configuration at once, and change the port, host, max loaded models, llamacpp backend, etc. etc. at runtime without restarting the service. - The lemonade config command replaces the lemonade-server serve CLI args and the env vars / conf file for configuring lemond. - The only remaining lemond CLI args are --port and --host, for in case you need to change those to start lemond in the first place. - The only remaining env vars are LEMONADE_API_KEY and HF_TOKEN, since those are secrets. ``` Lemonade models are no longer detected by AnythingLLM. Switching from the default port to the old default port (8000) resolves the issue. Lemonade's list of quick select ports is as follows: - 13305 (new default) - 8000 (old default) - 8020 - 8040 - 8060 - 8080 - 9000 - 11434 (Ollama - might be for routing?) ### Are there known steps to reproduce? 1. Update Lemonade to v10.1 2. Start server 3. Start AnythingLLM 4. Input prompt into workspace thread 5. Send prompt to workspace 6. Connection Error message will appear 7. Lemonade server logs will show no activity ### LLM Provider & Model (if applicable) Lemonade v10.1 ### Embedder Provider & Model (if applicable) _No response_
yindo added the possible bug label 2026-06-05 14:51:45 -04:00
yindo closed this issue 2026-06-05 14:51:45 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#5052