Skip to content

Jan Data Folder

Jan stores all your data locally on your computer. No cloud storage, no external servers - everything stays on your machine.

Via Jan Interface:

  1. Go to Settings (⚙️) > Advanced Settings
  2. Click the folder icon 📁

Open Jan Data Folder

Via File Explorer:

Terminal window
%APPDATA%\Jan\data

When Jan’s local server is running, you can monitor real-time activity in the logs folder:

API Server Logs

Real-time logs show:

  • API requests and responses
  • Model loading and inference activity
  • Error messages and warnings
  • Performance metrics
  • Connection attempts from external applications

Accessing logs:

  • In Jan: System Monitor (footer) > App Log
  • File location: /logs/app.log
Log TypeWhat It ShowsWhen It’s Useful
[APP]Core application eventsStartup issues, crashes, general errors
[SERVER]API server activityConnection problems, request failures
[SPECS]Hardware informationPerformance issues, compatibility problems
[MODEL]Model operationsLoading failures, inference errors
jan/
├── assistants/ # AI personality settings
│ └── jan/
│ └── assistant.json
├── engines/ # Engine configurations
│ └── llama.cpp/
├── extensions/ # Add-on modules
│ └── extensions.json
├── logs/ # Server and application logs
│ └── app.log # Main log file
├── models/ # Downloaded AI models
│ └── huggingface.co/
└── threads/ # Chat conversations
└── thread_id/
├── messages.jsonl
└── thread.json

Contains all application and server logs. Essential for troubleshooting and monitoring API activity.

What you’ll find:

  • Real-time server requests
  • Model loading status
  • Error diagnostics
  • Performance data

Where your downloaded models live. Each model includes:

  • model.gguf - The actual AI model file
  • model.json - Configuration and metadata

Every conversation gets its own folder with:

  • messages.jsonl - Complete chat history
  • thread.json - Thread metadata and settings

Configuration files that define how your AI assistants behave, including their instructions and available tools.

Your data stays local:

  • No cloud backups or syncing
  • Files stored in standard JSON/JSONL formats
  • Complete control over your data
  • Easy to backup or migrate

File permissions:

  • Only you and Jan can access these files
  • Standard user-level permissions
  • No elevated access required

Copy the entire Jan data folder to backup:

  • All chat history
  • Model configurations
  • Assistant settings
  • Extension data

Delete individual thread folders in /threads/ or use Jan’s interface to delete conversations.

Thread files are in standard JSON format - readable by any text editor or compatible with other applications.

  1. Check /logs/app.log for error messages
  2. Verify folder permissions
  3. Ensure sufficient disk space
  4. Restart Jan if files appear corrupted

If you need to completely remove Jan and all data:

Keep data (reinstall later): Just uninstall the application Remove everything: Delete the Jan data folder after uninstalling

Detailed uninstall guides: