Hi, we have the Mattermost application installed on our Qnap. Unfortunately, those who installed it at the time, is no longer there and is no longer available, and we do not know the main user to be able to manage users, create them, delete them etc … How can we recover the information of the administration account by Mattermost? We have full access to the nas as admin.
Through the guide of Mattermost, we cannot understand the command or procedure to be carried out to do a sort of reset of the main account, of course without deleting the history of the chats in place.
Thanks to everyone who can answer. Of course I opened a ticket on qnap, but it tells me to ask here …
I understand the mistake. Mattermost is installed on qnap, in docker format, therefore to access it, you must first start the docker instance with:
system-docker exec -it mattermost_app_1 /bin/sh
Then, you can use the mattermost commands found with the command:
bin/platform -help
My apologise if this is a dumb question, as I’m pretty new to this. I have access the console via SSH, yet after successfully logging into the console, I’m stuck with a menu that doesnt allow me to use the docker command that you have suggested.
Would really appreciate your help to what are the other steps that i have missed out to start the docker format, so that i can use the mattermost command to reset the administrator password?