Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 422 Bytes

add-user.md

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>