Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 422 Bytes

File metadata and controls

15 lines (10 loc) · 422 Bytes

Add user

On first launch, an initial administrator user will be created :

Login Password
librenms librenms

You can create an other user using the commande line :

$ docker-compose exec --user librenms librenms php adduser.php <name> <pass> 10 <email>

⚠️ Substitute your desired username <name>, password <pass> and email address <email>