Skip to content

Getting Started

Welcome to Labitat, a modern, self-hosted homelab dashboard designed for speed, security, and a beautiful user experience.

Installation in 60 Seconds

The fastest way to get Labitat running is via Docker. No manual configuration is required for the first run—everything is handled by the built-in setup wizard.

1. Run with Docker

bash
docker run -d \
  --name labitat \
  --restart unless-stopped \
  -p 3000:3000 \
  -v labitat_data:/app/data \
  ghcr.io/doomedramen/labitat:latest

Persistent Data

The -v labitat_data:/app/data flag ensures your settings, dashboard layout, and service credentials persist across container restarts and updates.

2. Access the Dashboard

Visit http://localhost:3000 in your browser. You will be automatically redirected to the Setup Wizard.

3. Create Admin Account

Follow the on-screen instructions to create your primary administrator account. Labitat uses local authentication by default, keeping your data private and secure.


What's Next?

Once you're logged in, you can start building your perfect dashboard:

  • Installation Guide — Detailed guides for Docker Compose, manual, and native installs.
  • Configuration — Learn about environment variables and security settings.
  • Adding Services — Connect your favorite services like Plex, Radarr, and Home Assistant.
  • Development — Interested in contributing? See our architecture overview.

Quick Look

Dashboard Overview

Monitor infrastructure, networking, media, and downloads from a single interface. Each service surfaces the metrics that matter at a glance.

Labitat dashboard showing infrastructure and media service metrics

Live Activity

See what's playing and downloading without opening another app. Active media sessions show playback state and progress, while download queues include status, ETA, size, and completion.

Active Plex sessions and download queues in Labitat

Edit Mode

Enter Edit Mode to rearrange your dashboard. Use drag-and-drop to organize services into groups that make sense for your workflow.

Labitat dashboard editor with draggable groups and service cards

Need Help?

If you run into issues, check our Troubleshooting guide or open an issue on GitHub.

Released under the MIT License.