Jan Data Folder
Jan stores all your data locally on your computer. No cloud storage, no external servers - everything stays on your machine.
Quick Access
Section titled “Quick Access”Via Jan Interface:
- Go to Settings (⚙️) > Advanced Settings
- Click the folder icon 📁
Via File Explorer:
%APPDATA%\Jan\data
~/Library/Application Support/Jan/data
# Default installation~/.config/Jan/data
# Custom installation$XDG_CONFIG_HOME/Jan/data
Monitoring Server Logs
Section titled “Monitoring Server Logs”When Jan’s local server is running, you can monitor real-time activity in the logs folder:
Live Log Monitoring
Section titled “Live Log Monitoring”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 Categories
Section titled “Log Categories”Log Type | What It Shows | When It’s Useful |
---|---|---|
[APP] | Core application events | Startup issues, crashes, general errors |
[SERVER] | API server activity | Connection problems, request failures |
[SPECS] | Hardware information | Performance issues, compatibility problems |
[MODEL] | Model operations | Loading failures, inference errors |
Data Structure
Section titled “Data Structure”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
Key Folders Explained
Section titled “Key Folders Explained”/logs/
- Server Activity Hub
Section titled “/logs/ - Server Activity Hub”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
/models/
- AI Model Storage
Section titled “/models/ - AI Model Storage”Where your downloaded models live. Each model includes:
model.gguf
- The actual AI model filemodel.json
- Configuration and metadata
/threads/
- Chat History
Section titled “/threads/ - Chat History”Every conversation gets its own folder with:
messages.jsonl
- Complete chat historythread.json
- Thread metadata and settings
/assistants/
- AI Personalities
Section titled “/assistants/ - AI Personalities”Configuration files that define how your AI assistants behave, including their instructions and available tools.
Privacy & Security
Section titled “Privacy & Security”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
Common Tasks
Section titled “Common Tasks”Backup Your Data
Section titled “Backup Your Data”Copy the entire Jan data folder to backup:
- All chat history
- Model configurations
- Assistant settings
- Extension data
Clear Chat History
Section titled “Clear Chat History”Delete individual thread folders in /threads/
or use Jan’s interface to delete conversations.
Export Conversations
Section titled “Export Conversations”Thread files are in standard JSON format - readable by any text editor or compatible with other applications.
Troubleshooting Data Issues
Section titled “Troubleshooting Data Issues”- Check
/logs/app.log
for error messages - Verify folder permissions
- Ensure sufficient disk space
- Restart Jan if files appear corrupted
Uninstalling Jan
Section titled “Uninstalling Jan”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: