MirrorNest
← Tous les guides

LibreNMS

LibreNMS is a full-featured, auto-discovering network monitoring platform built on PHP and RRDtool, distributed as an official multi-container Docker stack.

Système : Any Docker hostNetwork MonitoringSite officiel ↗Documentation officielle ↗
Ce guide est élaboré à partir de la documentation officielle de LibreNMS, dont le lien figure ci-dessus — vérifiez toujours les noms exacts des paquets/versions avant d'exécuter ces commandes sur un serveur de production, car les versions de la distribution et du projet évoluent avec le temps.
  1. 1Download the official Docker 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
  2. 2Configure the database password

    Set a new MariaDB/MySQL password in the .env file before starting the stack.

    Edit MARIADB_PASSWORD (or MYSQL_PASSWORD) in .env, then review compose.yml for any other settings you want to change.

  3. 3Start the stack

    sudo docker compose -f compose.yml up -d
  4. 4Finish setup in the browser

    Open the web interface to complete the configuration wizard.

    Browse to http://localhost:8000 (use your server's real IP/hostname instead of localhost).