Docker
An official LibreNMS docker image based on Alpine Linux and Nginx is available on DockerHub.
Documentation
Full install and configuration documentation can be found on the GitHub repository.
Quick install
- Install docker: https://docs.docker.com/engine/install/
- Download and unzip composer files:
mkdir librenms cd librenms wget https://github.com/librenms/docker/archive/refs/heads/master.zip unzip master.zip cd docker-master/examples/compose
- Set a new mysql password in .env and inspect docker-composer.yml
- Bring up the docker containers
docker compose up -d
- Open webui to finish configuration.
http://localhost
(use the correct ip or name instead of localhost)