Getting Started
Requirements
- Python 3.10+ (3.11+ recommended)
- Linux (Fedora, Ubuntu, Debian, Raspberry Pi OS, TrueNAS SCALE)
- 512 MB RAM minimum, 1 GB recommended
Bare Metal Install
bash
git clone https://github.com/raizenica/noba-ce.git
cd noba
bash install.shThe installer handles dependencies, systemd units, and initial configuration.
Grab your generated admin password:
bash
journalctl --user -u noba-web.service | grep passwordOpen http://localhost:8080 and log in.
Docker Install
bash
git clone https://github.com/raizenica/noba-ce.git
cd noba
docker compose up -dbash
docker logs noba 2>&1 | grep passwordSee Docker Guide for volumes, TLS, and Podman setup.
What's Next
- First Login — change your password, explore the UI
- Dashboard — understand the card system
- Remote Agents — deploy monitoring agents to your hosts
- Configuration — connect your integrations