Configure your engine paths, network ports, and model directories after installation. The application stores all configuration values in settings.json.
Open the configuration screen in your desktop application or web browser:
- Open the Local LLM Server Manager desktop window, or navigate to
http://localhost:5246in your web browser. - Click the Settings tab on the top navigation bar.
Use the built-in discovery service to locate installed tools automatically:
- Locate the Engine Detection panel in the Settings tab.
- Click Auto-Detect Installed Tools.
The discovery service scans your system drives, environment variables, and standard folder locations:
- Ollama: Checks
%LOCALAPPDATA%\Programs\Ollama\ollama.exeand~/.ollama/models. - Stable Diffusion Forge: Checks
webui-user.bat,webui.sh, andmodels/Stable-diffusionfolders. - ComfyUI: Checks
run_nvidia_gpu.bat,main.py, andmodels/folders. - Kokoro TTS Engine: Checks Python virtual environments and audio scripts.
Note
Auto-detection only updates empty or invalid path entries. The scanner does not overwrite existing valid configurations.
Inspect the color-coded badge next to each configured path:
- 🟢 Valid: The executable file exists or the target folder is accessible.
- 🔴 Missing: The specified target path does not exist on disk.
- ⚪ Unset: The path is empty. The system uses standard system fallbacks.
Verify and customize the network port numbers for each supervised engine.
| Engine Service | Default Port | Description |
|---|---|---|
| Local LLM Server Manager | 5246 |
Unified reverse proxy, MCP server, and dashboard. |
| Ollama LLM Engine | 11434 |
Language model inference server. |
| Stable Diffusion Forge | 7860 |
Image generation web server. |
| ComfyUI Engine | 8188 |
Node-based workflow and 3D generation server. |
| Kokoro TTS Engine | 8880 |
Local speech synthesis API server. |
To change an engine port number:
- Click the port input field for the target engine.
- Type the new port number.
- Click Save Settings.
Warning
Ensure no other application uses the assigned port numbers. Port conflicts prevent AI engines from starting.
Set custom storage paths to organize your model weights, checkpoints, and generated media files.
- Locate the Storage Locations section in the Settings tab.
- Set the directory paths for each engine:
- Ollama Models Directory: Folder containing Ollama model manifests and layer blobs.
- Forge Models Directory: Root folder containing checkpoints, LoRAs, and VAE weights.
- ComfyUI Models Directory: Root folder containing diffusion UNETs, text encoders, and 3D models.
- Media Output Directory: Destination folder for generated images, videos, audio, and 3D files.
- Click Browse to select a directory with the system folder dialog, or type the absolute path manually.
- Click Save Path to confirm your changes.
Tip
Select a fast NVMe solid-state drive for your model directories. Fast disk access speeds up model preloading.
Enable or disable optional capabilities through the Component Manager in the Settings tab:
- Video Feature Pack (
ext_video): Installs ComfyUI workflow presets for Wan 2.2, LTX-2.5, and HunyuanVideo. - Audio Feature Pack (
ext_audio): Installs Kokoro TTS scripts, Stable Audio presets, and YuE music workflows.
- Scroll to the Component Manager panel.
- Click Install next to the desired feature pack.
- Wait for the component installer to complete the process.
Proceed to the Quickstart Guide to download your first model and run your first prompt.