Skip to content

Getting Started & System Requirements

Local LLM Server Manager manages local artificial intelligence engines through a unified interface. The application coordinates language models, image diffusion, 3D mesh reconstruction, video synthesis, and speech generation.

The software runs as a native desktop application, a system tray application, and a headless background service.


System Requirements

Review the hardware and operating system specifications before you install the software.

Operating System Support

PlatformSupported VersionsDisplay Environments
WindowsWindows 10 (64-bit, 21H2+) and Windows 11Desktop Shell, System Tray, Windows Service
LinuxUbuntu 22.04+, Debian 12+, Fedora 38+, Arch LinuxX11, Wayland, Headless systemd daemon

Hardware Requirements

Hardware ComponentMinimum RequirementRecommended Specification
Processor (CPU)4-core 64-bit x64 processor8-core modern x64 processor
System Memory (RAM)16 GB RAM32 GB RAM or higher
Graphics Card (GPU)NVIDIA GPU with 8 GB VRAMNVIDIA RTX 3060/4070+ with 12 GB to 24 GB VRAM
Disk Storage20 GB free disk space200 GB+ free space on NVMe SSD
NetworkLoopback network interfaceHigh-speed internet connection for model downloads

IMPORTANT

Install the latest NVIDIA GPU drivers and CUDA toolkit for hardware acceleration. Verify your GPU setup by running nvidia-smi in your terminal.

NOTE

The system can run language models on CPU cores when a dedicated GPU is absent. However, CPU inference operates at reduced generation speeds.

TIP

Place your model storage directories on a fast NVMe solid-state drive. Fast storage significantly reduces model loading times.


Supported AI Engines

Local LLM Server Manager connects to and orchestrates multiple local inference engines:

  • Ollama Engine: Runs Large Language Models (LLMs) locally through port 11434.
  • Stable Diffusion Forge: Generates images and manages CivitAI checkpoints through port 7860.
  • ComfyUI Engine: Generates 3D meshes, videos, and complex diffusion workflows through port 8188.
  • Kokoro TTS Engine: Synthesizes speech with OpenAI-compatible audio endpoints through port 8880.

The manager coordinates these engines through a unified reverse proxy on port 5246.


Getting Started Roadmap

Follow these sequential steps to set up and use Local LLM Server Manager:

  1. Installation Guide
    Review the required versus optional component matrix and install the application on Windows or Linux.

  2. First-Time Configuration
    Auto-detect installed engines, configure engine port numbers, and set your model storage directories.

  3. Quickstart Guide
    Download your first language model from Hugging Face or Ollama, and test your first prompt.

  4. Real Engine Test Flight
    Verify that your local inference engines respond to real network requests before queuing heavy workloads.

  5. Remote Access & Reverse Proxy
    Access your dashboard over LAN, configure SSH tunnels, or set up Caddy reverse proxy authentication.

  6. Troubleshooting Guide
    Resolve common operational issues, handle VRAM out-of-memory errors, and eliminate port conflicts.


Next Steps

Proceed to the Installation Guide to install the software on your system.

Released under the MIT License.