Docker
An official LibreNMS docker image is available on DockerHub. The image is based on Alpine Linux and Nginx.
Documentation
The GitHub repository holds the full install and configuration documentation.
Quick install
- Install docker: https://docs.docker.com/engine/install/
- Download and unzip the compose 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 mariadb or mysql password in
.env(MARIADB_PASSWORDorMYSQL_PASSWORD). Then readcompose.yml. - Start the docker containers:
sudo docker compose -f compose.yml up -d - Open the web interface at
http://localhost:8000to complete the configuration. Use the correct IP address or name instead oflocalhost.