1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/domoticz_ynh.git synced 2024-09-03 18:26:17 +02:00
domoticz_ynh/doc/POST_INTALL.md

9 lines
349 B
Markdown
Raw Normal View History

2023-05-26 23:23:50 +02:00
### Initial access
2021-08-05 02:21:46 +02:00
2023-05-26 23:23:50 +02:00
User *admin* with password *domoticz* allow you to access the system. Of course, you should change them immediately.
2023-11-29 10:25:00 +01:00
User and password for Mosquitto broker are automatically generated during installation, you may retrieve them with
2023-05-27 17:55:13 +02:00
````
2024-01-22 23:22:25 +01:00
sudo yunohost app setting __APP__ mqtt_user
sudo yunohost app setting __APP__ mqtt_pwd
2023-05-27 17:55:13 +02:00
````