-
Notifications
You must be signed in to change notification settings - Fork 28
Installation Complete Guide
DartSteven edited this page Mar 28, 2026
·
1 revision
This page documents the supported installation and run workflow for Nutify:
- Docker deployment
Nutify runtime is supported only in Docker.
Use the Docker workflow for installation, startup, upgrades, and troubleshooting.
Use the compose profile documented in:
Quick start:
cd github
docker compose up -dOpen UI:
http://127.0.0.1:5050
- start Nutify with Docker
- open web UI
- complete setup wizard
- log in with admin account
- verify topbar target appears
- verify
System -> Advanced -> NUT Managertarget inventory
-
3493: NUT service -
5050: Nutify web UI -
443: HTTPS endpoint (if enabled)
Common persistent folders:
./Nutify/logs./Nutify/instance./Nutify/ssl./Nutify/etc/nut
Do not remove these casually, they contain runtime state/config.
- backup
instance,etc/nut,logs - update image tag
- pull and restart services
- validate login, target list, and dashboards
Docker status:
docker compose psDocker logs:
docker compose logs -fIf installation looks healthy but UI behavior is wrong:
- check
System -> Log - check NUT Manager target states
- verify active target in TopBar
- use Troubleshooting Guide (By Symptom)
- deploy with Docker compose profile
- complete wizard once with real target data
- verify one stable target on dashboard
- configure providers in
System -> Provider - configure per-target Notify/Reporter