ð Homarr
![]()
Homarr is a sleek, modern dashboard that puts all of your apps and services at your fingertips. Control everything in one convenient location and seamlessly integrate with your self-hosted services for at-a-glance information.
ð·ïļ Category: Productivity
ðģ Image: ghcr.io/homarr-labs/homarr:latest
ð Links
| Â | Â |
|---|---|
| ðĶ Project | github.com/homarr-labs/homarr |
| ð Support | GitHub Issues |
| ð Donate | opencollective.com/homarr |
ð Ports
| Port | Protocol | Description |
|---|---|---|
7575 | TCP | Homarr Web Interface |
ðū Volumes
| Host Path | Container Path | Mode | Description |
|---|---|---|---|
/mnt/cache/appdata/homarr | /appdata | RW | Config, database & user data |
/var/run/docker.sock | /var/run/docker.sock | RW | Docker Socket for container monitoring |
âïļ Environment Variables
| Variable | Default | Masked | Description |
|---|---|---|---|
SECRET_ENCRYPTION_KEY | `` | â | Encryption key for sensitive data (see below!) |
ð Generating the SECRET_ENCRYPTION_KEY
The SECRET_ENCRYPTION_KEY is required and must be generated before starting! Run the following command on your server to generate a secure key:
openssl rand -hex 32
Copy the output and paste it as the value for SECRET_ENCRYPTION_KEY.
ð Quick Start
- Generate your
SECRET_ENCRYPTION_KEYusing the command above - Open the MOS Hub and search for Homarr
- Paste the generated key into
SECRET_ENCRYPTION_KEY - Click Install
- Access Homarr at
http://your-server-ip:7575 - Create your admin account on first launch
ðĄ Tip: Homarr can monitor and control your Docker containers directly via the Docker socket â add your containers as integrations in the dashboard for live status, quick restarts and more!
â ïļ Note: Keep your
SECRET_ENCRYPTION_KEYsafe and backed up â losing it means losing access to all encrypted data stored in Homarr!