La Fibre

Datacenter et équipements réseaux => Routeurs => Orange fibre Remplacer la LiveBox par un routeur => Discussion démarrée par: basilix le 20 mai 2026 à 05:49:03

Titre: Applications open-source basées sur l'API Livebox (par rétro-ingénierie HTTP)
Posté par: basilix le 20 mai 2026 à 05:49:03
Le remplacement d'une Livebox peut éventuellement devenir plus abordable grâce aux outils.

Voici une liste non exhaustive, non triée, non testé, non approuvée (sans garantie) :

Livebox Monitor

Forge logicielle : https://github.com/p-dor/LiveboxMonitor
Fil de discussion avec l'auteur sur le forum : LiveboxMonitor - Mieux gérer sa Livebox 4, 5, 6, 7 ou Livebox S (https://lafibre.info/orange-les-news/controler-son-reseau-livebox-5-ou-6/)

L'application offre une alternative à l'interface d'administration d'une Livebox.

Implémentation en Python. License MIT. Très populaire. Développement actif.

FULL_extraction_LB5

Forge logicielle : https://github.com/Orefie/Infos-configuration-router
Fil de discussion avec l'auteur sur le forum : [PROG] Extraction infos LB (https://lafibre.info/remplacer-livebox/prog-extraction-infos-lb/)

Cet utilitaire vise à renvoyer toutes les informations accessibles par l'API Livebox.

Implémentation en Python. Licence MIT. Codée à l'aide d'une IA (Claude).

GO-BOX

Forge logicielle : https://github.com/Stoufiler/GO-BOX

Cet utilitaire extrait des infos essentielles pour configurer un UDM SE : SFP GPON LEOX + IPv4. Il aurait pu devenir plus standard en ajoutant IPv6.
Il semble simple et efficace. L'accès à l'API est réalisé par un module Go externe : Livebox API Client (https://github.com/Tomy2e/livebox-api-client).

Implémentation en Go. Licence non spécifiée. Probablement non maintenu (voir ce commentaire de l'auteur (https://github.com/Stoufiler/GO-BOX/issues/9#issuecomment-2276646047)).

Livebox Bypass CLI

Forge logicielle : https://github.com/Hequin0x/livebox-bypass-cli/tree/main

Cet utilitaire affiche un ensemble d'informations afin de pouvoir remplacer une Livebox. Il peut générer les options d'authentification DHCP.

Implémentation en Rust. Licence GPL 3.0.