GoodMem
ReferenceConsole

Console Overview

A tour of the GoodMem web console and how to access it

GoodMem Console

The GoodMem console is a web-based interface for managing your GoodMem instance. It launches automatically alongside the server, so there is nothing extra to install.

Accessing the Console

Once the GoodMem server is running, open your browser and navigate to /console/ on your server. The console is served directly by the GoodMem server process — there is nothing extra to install or deploy.

Console homepage showing the Getting Started checklist and empty Resource Health columns

The Sidebar

The left-hand sidebar is your primary navigation. It is organized into sections:

SectionWhat it contains
OverviewSystem health, resource counts, and a Getting Started checklist
EmbeddersRegister and manage embedding models
RerankersRegister and manage reranking models
LLMsRegister and manage large language models
SpacesCreate knowledge bases and upload documents
SearchQuery your knowledge bases with natural language

Getting Started Checklist

When you first open the console, the Overview page shows a Getting Started checklist that walks you through the essential setup steps:

  1. Create an Embedder
  2. Create a Space
  3. Create an LLM
  4. Upload a Document
  5. Try a Search

Steps 1 through 3 are checked off automatically as you create each resource. Once all three are complete, the checklist hides itself. You can also dismiss it at any time with the X button.

System Health

The Overview page displays the connection status of your server, including:

  • Backend version and lifecycle state
  • Frontend round-trip time to the server
  • Resource health for each registered embedder, reranker, and LLM, with per-resource latency and status indicators

Overview page with resources registered, showing system health details and resource health status

Next Steps