Installation and Initial Setup
🚀 Getting Started
·
Updated 1 day ago
Prerequisites
Before installing HomeLab Dashboard, make sure your system meets the following requirements:
- Docker 20.10 or higher
- At least 1 GB RAM
- 500 MB free disk space
Installation via Docker
Create a docker-compose.yml file with the following content:
version: "3.8"
services:
homelab-dashboard:
image: callmetekkie/homelab-dashboard:latest
ports:
- "8080:80"
volumes:
- ./data:/app/dataStart the container with docker compose up -d and open http://localhost:8080 in your browser.
First Login
The default credentials are admin / admin. Change the password immediately after first login under Settings > Account.